index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nicintel_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/: Make 'fallback_{un}map' the default unless defined
Edward O'Callaghan
2022-10-08
1
-2
/
+0
*
drivers/: Make 'internal_delay' the default unless defined
Edward O'Callaghan
2022-09-27
1
-1
/
+0
*
tree: Fix drivers to pass programmer_cfg to pcidev_init()
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Allow passing programmer_cfg directly to programmer
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: indent struct *_master consistently with tabs
Thomas Heijligen
2022-06-27
1
-9
/
+9
*
tree: Consolidate BIT() macro
Edward O'Callaghan
2022-06-10
1
-2
/
+0
*
hwaccess: move mmio functions into hwaccess_physmap
Thomas Heijligen
2022-01-20
1
-1
/
+0
*
nicintel_spi: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
1
-4
/
+0
*
physmap: rename to hwaccess_physmap, create own header
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
hwaccess: move x86 port I/O related code into own files
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
pci.h: move include into own wrapper
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso`
Angel Pons
2021-10-01
1
-0
/
+27
*
programmer_table: move each entry to the associated programmer source
Thomas Heijligen
2021-06-10
1
-2
/
+12
*
nicintel_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-39
/
+69
*
bitbang: Extend bitbang_spi_master functions to accept spi data
Anastasia Klimchuk
2021-06-03
1
-6
/
+6
*
bitbang: Extend register_spi_bitbang_master() API with spi data
Anastasia Klimchuk
2021-06-03
1
-1
/
+1
*
tree: Make internal variables static
Jacob Garber
2019-06-26
1
-1
/
+1
*
bitbang_spi: Drop bitbang_spi_master_type
Nico Huber
2019-06-23
1
-1
/
+0
*
Fix several -Wold-style-declaration warnings
Richard Hughes
2019-02-03
1
-1
/
+1
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
nicintel_spi: Define BIT() macro
Ricardo Ribalda Delgado
2017-09-17
1
-10
/
+12
*
nicintel_spi: Support for I210/I211 cards
Ricardo Ribalda Delgado
2017-09-17
1
-23
/
+71
*
Add support for Intel 82599 10 GbE NICs
Ed Swierk
2014-12-05
1
-2
/
+23
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-1
/
+1
*
Move global io_base_addr into compilation units
Stefan Tauner
2014-06-01
1
-1
/
+1
*
Add support for Intel 82574L to nicintel_spi.c
Bill Paul
2014-03-17
1
-2
/
+9
*
Remove exit call and mayfail parameter from physmap_common()
Niklas Söderlund
2013-09-14
1
-0
/
+3
*
Add additional error handling to pcidev_readbar() callers
Niklas Söderlund
2013-08-23
1
-0
/
+3
*
Automatically unmap physmap()s
Stefan Tauner
2013-08-14
1
-7
/
+2
*
Decouple BAR reading from pci device init, handle errors gracefully
Carl-Daniel Hailfinger
2013-01-05
1
-2
/
+5
*
Unify PCI init and let pcidev clean itself up
Stefan Tauner
2013-01-04
1
-1
/
+1
*
Unify usbdev_status and pcidev_status into dev_entry
Stefan Tauner
2012-12-27
1
-1
/
+1
*
Some ISO C fixes
Carl-Daniel Hailfinger
2012-08-27
1
-1
/
+1
*
Use getpagesize() to determine the physmap's length in nicintel_spi.c
Stefan Tauner
2012-08-26
1
-2
/
+4
*
Automatically release I/O permissions on shutdown
Carl-Daniel Hailfinger
2012-07-21
1
-2
/
+2
*
Hide hwaccess.h from public API
Patrick Georgi
2012-07-20
1
-0
/
+1
*
nicintel_spi.c: check if write enable is really set (and minor comment changes)
Stefan Tauner
2012-02-27
1
-3
/
+14
*
Have all programmer init functions register bus masters/programmers
Carl-Daniel Hailfinger
2011-12-20
1
-2
/
+2
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-19
/
+22
*
Add support for 8086:1076 (82541GI) to nicintel_spi.c
Stefan Tauner
2011-05-18
1
-0
/
+1
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-3
/
+0
*
Revert MMIO space writes on shutdown as needed
Carl-Daniel Hailfinger
2011-05-03
1
-0
/
+8
*
Remove vendorid parameter from pcidev_init()
Carl-Daniel Hailfinger
2011-03-07
1
-2
/
+1
*
Add Intel 82571EB and 82572EI Gigabit NICs to the supported list
Idwer Vollering
2010-10-05
1
-0
/
+2
*
SPI bitbanging: request/release bus
Carl-Daniel Hailfinger
2010-09-15
1
-10
/
+2
*
Add Intel Gigabit NIC SPI flashing support
Idwer Vollering
2010-09-03
1
-0
/
+187