index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbang_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-7
/
+7
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-1
/
+16
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-11
/
+0
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
SPI bitbanging: request/release bus
Carl-Daniel Hailfinger
2010-09-15
1
-2
/
+46
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Check during SPI bitbang init that SPI bitbang master configuration is correct
Carl-Daniel Hailfinger
2010-07-18
1
-0
/
+10
*
Use struct pointer instead of enum to set bitbang adapter
Michael Karcher
2010-07-17
1
-17
/
+6
*
Refine SPI bitbanging
Carl-Daniel Hailfinger
2010-07-17
1
-11
/
+20
*
Remove temporary buffers from bitbanging
Michael Karcher
2010-07-17
1
-38
/
+5
*
Use generic unlocking infrastructure for SPI chips
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-5
/
+3
*
Introduce a generic SPI read function: spi_write_chunked()
Carl-Daniel Hailfinger
2010-05-21
1
-19
/
+2
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Convert all messages in bitbang_spi.c to the new message infrastructure
Sean Nelson
2010-01-09
1
-4
/
+4
*
Reduce realloc syscall overhead for FT2232 and bitbang
Carl-Daniel Hailfinger
2009-11-25
1
-2
/
+5
*
Make bitbang_spi naming consistent
Carl-Daniel Hailfinger
2009-10-01
1
-26
/
+26
*
This is the bitbanging SPI driver infrastructure
Carl-Daniel Hailfinger
2009-09-28
1
-0
/
+161