1. 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
  2. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  3. 67d163d Fix duplicate 'const' declaration specifiers by Stefan Tauner · 12 years ago
  4. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  5. c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
  6. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  7. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
  8. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  9. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  10. 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 13 years ago
  11. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  12. 2822888 SPI bitbanging: request/release bus by Carl-Daniel Hailfinger · 14 years ago
  13. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  14. 17e23ac Check during SPI bitbang init that SPI bitbang master configuration is correct by Carl-Daniel Hailfinger · 14 years ago
  15. 62175a0 Use struct pointer instead of enum to set bitbang adapter by Michael Karcher · 14 years ago
  16. 0d974e7 Refine SPI bitbanging by Carl-Daniel Hailfinger · 14 years ago
  17. 1a854fc Remove temporary buffers from bitbanging by Michael Karcher · 14 years ago
  18. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  19. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  20. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  21. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  22. 676a232 Convert all messages in bitbang_spi.c to the new message infrastructure by Sean Nelson · 15 years ago
  23. b7e0145 Reduce realloc syscall overhead for FT2232 and bitbang by Carl-Daniel Hailfinger · 15 years ago
  24. 3a4781e Make bitbang_spi naming consistent by Carl-Daniel Hailfinger · 15 years ago
  25. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago