summaryrefslogtreecommitdiffstats
path: root/nicintel_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Use inttype.h macros for format stringsThomas Heijligen2023-04-271-1/+1
* tree/: Case write_granularity enum valuesEdward O'Callaghan2023-04-061-2/+2
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-4/+4
* tree/: Replace NULL-case of programmer_delay() with internal_delayEdward O'Callaghan2022-12-121-4/+4
* opaque_master: Mark Opaque chip as tested for WPAnastasia Klimchuk2022-11-251-2/+2
* nicintel_eeprom.c: Fix typoFelix Singer2022-10-311-4/+4
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-4/+4
* 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
* nicintel_eeprom: pack eebar into programmer's dataAlexander Goncharov2022-08-301-19/+22
* nicintel_eeprom: decouple function signatures from global stateAlexander Goncharov2022-08-301-47/+50
* nicintel_eeprom: pack pci device struct into programmer's dataAlexander Goncharov2022-08-301-4/+7
* nicintel_eeprom: unify the code path of opaque master registrationAlexander Goncharov2022-08-301-17/+11
* nicintel_eeprom: refactor i210 variable into reentrant patternAlexander Goncharov2022-08-301-5/+18
* nicintel_eeprom: turn 82580 state variable into a structAlexander Goncharov2022-08-301-11/+19
* nicintel_eeprom: handle errors using goto for i210's shutdownAlexander Goncharov2022-08-301-3/+7
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-10/+10
* tree: Consolidate BIT() macroEdward O'Callaghan2022-06-101-1/+0
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* nicintel_eeprom: 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
* opaque_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-7/+3
* opaque_master: Move shutdown function above opaque_master structAnastasia Klimchuk2021-08-171-14/+14
* nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdownAnastasia Klimchuk2021-08-171-14/+24
* nicintel_eeprom: Delete extra parentheses from if conditionAnastasia Klimchuk2021-08-171-1/+1
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+12
* programmer: Smoothen register_opaque_master() APIAnastasia Klimchuk2021-05-231-2/+2
* nicintel_eeprom.c: Mark 8086:1531 as testedAngel Pons2021-05-131-1/+1
* nicintel_eeprom: Reduce usage of is_i210()Nico Huber2019-12-101-44/+50
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-3/+0
* fixup! nicintel_eeprom: Support for I210 emulated EEpromNico Huber2017-10-201-2/+7
* fixup! nicintel_eeprom: Support for I210 emulated EEpromDavid Hendricks2017-10-031-2/+4
* nicintel_eeprom: Support for I210 emulated EEpromRicardo Ribalda Delgado2017-09-171-6/+168
* Add a bunch of new/tested stuff and various small changes 22Stefan Tauner2015-02-081-2/+2
* Shadowing fix in nicintel_eeprom.c for ancient libpciStefan Tauner2015-01-251-8/+8
* Refinements for DragonflyBSDStefan Tauner2015-01-101-5/+5
* Add new programmer for SPI EEPROMs attached to Intel 82580 NICsRicardo Ribalda Delgado2014-07-281-0/+331