index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
it85spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
programmer: Make use of new register_spi_master() API
Nico Huber
2021-05-13
1
-4
/
+2
*
programmer: Smoothen register_spi_master() API
Nico Huber
2021-05-13
1
-1
/
+1
*
it85spi.c: Inline it85xx_spi_common_init()
Anastasia Klimchuk
2021-01-21
1
-52
/
+45
*
it85spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-01-19
1
-35
/
+49
*
it85spi.c: Reorder functions with primitives at the top
Anastasia Klimchuk
2020-11-17
1
-69
/
+64
*
const'ify flashctx to align signatures with cros flashrom
Edward O'Callaghan
2020-04-30
1
-2
/
+2
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-1
/
+1
*
spi: Drop spi_controller type
Nico Huber
2019-06-27
1
-1
/
+0
*
tree: Make internal variables static
Jacob Garber
2019-06-26
1
-2
/
+2
*
tree: Make internal functions static
Jacob Garber
2019-06-23
1
-2
/
+2
*
Remove unneeded white spaces
Elyes HAOUAS
2018-06-24
1
-2
/
+2
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix whitespace errors
Elyes HAOUAS
2018-04-24
1
-1
/
+1
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-2
/
+2
*
Automatically unmap physmap()s
Stefan Tauner
2013-08-14
1
-0
/
+3
*
Hide hwaccess.h from public API
Patrick Georgi
2012-07-20
1
-0
/
+1
*
Let the programmer driver decide how to do AAI transfers
Nico Huber
2012-06-15
1
-0
/
+1
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-4
/
+8
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-8
/
+18
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-8
/
+9
*
Use __func__ instead of __FUNCTION__ as we do elsewhere
Uwe Hermann
2011-07-29
1
-14
/
+12
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-33
/
+28
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-2
/
+2
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-7
/
+11
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-5
/
+16
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-10
/
+0
*
Add support for more than one Super I/O or EC per machine
Carl-Daniel Hailfinger
2011-04-27
1
-68
/
+8
*
Various IT85* cleanups and fixes
Carl-Daniel Hailfinger
2011-03-08
1
-16
/
+27
*
Update the ITE IT8500 EC support to match the current state of the flashrom-c...
David Hendricks
2011-02-28
1
-12
/
+159
*
Add generalized support for ITE IT8500/IT8502 embedded controllers
Donald Huang
2011-02-22
1
-0
/
+262