summaryrefslogtreecommitdiff
path: root/nicintel_spi.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-071-1/+1
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-9/+9
* tree: Consolidate BIT() macroEdward O'Callaghan2022-06-101-2/+0
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* nicintel_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-101-4/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-0/+1
* pci.h: move include into own wrapperThomas Heijligen2021-12-221-0/+1
* nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso`Angel Pons2021-10-011-0/+27
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+12
* nicintel_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-39/+69
* bitbang: Extend bitbang_spi_master functions to accept spi dataAnastasia Klimchuk2021-06-031-6/+6
* bitbang: Extend register_spi_bitbang_master() API with spi dataAnastasia Klimchuk2021-06-031-1/+1
* tree: Make internal variables staticJacob Garber2019-06-261-1/+1
* bitbang_spi: Drop bitbang_spi_master_typeNico Huber2019-06-231-1/+0
* Fix several -Wold-style-declaration warningsRichard Hughes2019-02-031-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* nicintel_spi: Define BIT() macroRicardo Ribalda Delgado2017-09-171-10/+12
* nicintel_spi: Support for I210/I211 cardsRicardo Ribalda Delgado2017-09-171-23/+71
* Add support for Intel 82599 10 GbE NICsEd Swierk2014-12-051-2/+23
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-1/+1
* Move global io_base_addr into compilation unitsStefan Tauner2014-06-011-1/+1
* Add support for Intel 82574L to nicintel_spi.cBill Paul2014-03-171-2/+9
* Remove exit call and mayfail parameter from physmap_common()Niklas Söderlund2013-09-141-0/+3
* Add additional error handling to pcidev_readbar() callersNiklas Söderlund2013-08-231-0/+3
* Automatically unmap physmap()sStefan Tauner2013-08-141-7/+2
* Decouple BAR reading from pci device init, handle errors gracefullyCarl-Daniel Hailfinger2013-01-051-2/+5
* Unify PCI init and let pcidev clean itself upStefan Tauner2013-01-041-1/+1
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-1/+1
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+1
* Use getpagesize() to determine the physmap's length in nicintel_spi.cStefan Tauner2012-08-261-2/+4
* Automatically release I/O permissions on shutdownCarl-Daniel Hailfinger2012-07-211-2/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* nicintel_spi.c: check if write enable is really set (and minor comment changes)Stefan Tauner2012-02-271-3/+14
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-2/+2
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-19/+22
* Add support for 8086:1076 (82541GI) to nicintel_spi.cStefan Tauner2011-05-181-0/+1
* Kill central list of SPI programmersMichael Karcher2011-05-111-3/+0
* Revert MMIO space writes on shutdown as neededCarl-Daniel Hailfinger2011-05-031-0/+8
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-2/+1
* Add Intel 82571EB and 82572EI Gigabit NICs to the supported listIdwer Vollering2010-10-051-0/+2
* SPI bitbanging: request/release busCarl-Daniel Hailfinger2010-09-151-10/+2
* Add Intel Gigabit NIC SPI flashing supportIdwer Vollering2010-09-031-0/+187