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