1. ee6d548 buspirate_spi: Use non-zero return value from buspirate_sendrecv by Anastasia Klimchuk · 3 years, 3 months ago
  2. 98bdcb4 buspirate: Add psus option by Jeremy Kerr · 3 years, 4 months ago
  3. 7dcb6f3 buspirate_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 4 months ago
  4. cc853d8 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 3 years, 5 months ago
  5. 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 5 months ago
  6. 4a84ec2 tree: Enable -Wwrite-strings by Jacob Garber · 5 years ago
  7. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  8. deeac7e spi: Drop spi_controller type by Nico Huber · 7 years ago
  9. d82be7b buspirate_spi: Fix a missing error check during _init() by Richard Hughes · 6 years ago
  10. e2c90c4 Fix typos by Elyes HAOUAS · 6 years ago
  11. 2099c64 buspirate_spi: Tristate IOs when using using pullup=on by Maxime Vincent · 7 years ago
  12. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  13. 124ef38 Fix whitespace errors by Elyes HAOUAS · 6 years ago
  14. 2b5adfb buspirate_spi: Add support for variable serial speeds by Shawn Anastasio · 7 years ago
  15. 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
  16. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  17. 1838591 CID1130006: Memory leaks in buspirate_spi_init() by Stefan Reinauer · 10 years ago
  18. 73dc0db Usleep() is not found in all versions of MinGW, use Sleep() on Windows by Maksim Kuleshov · 11 years ago
  19. 30dfdba Add user interface to activate the Bus Pirate pull-up resistors by Brian Salcedo · 12 years ago
  20. acfc4c6 Fix sp_openserport users on Windows by Stefan Tauner · 12 years ago
  21. 64263c7 Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer by Carl-Daniel Hailfinger · 12 years ago
  22. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  23. a16a892 Bus Pirate init cleanup and fixes by Carl-Daniel Hailfinger · 12 years ago
  24. 2a95e87 Remove more exit calls by Niklas Söderlund · 12 years ago
  25. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  26. 316fdfb Bus Pirate buffer management revamp by Carl-Daniel Hailfinger · 12 years ago
  27. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  28. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  29. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
  30. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  31. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  32. 9932c7b Add a bunch of new/tested stuff and various small changes 4 by Cristian Măgherușan-Stanciu · 13 years ago
  33. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  34. c422484 Fix compilation for CONFIG_INTERNAL=no by Carl-Daniel Hailfinger · 13 years ago
  35. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  36. 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 13 years ago
  37. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  38. d2f007f Handle Bus Pirates already in bit banging mode correctly by Carl-Daniel Hailfinger · 14 years ago
  39. 04e18be Speed up Bus Pirate by exploiting the FTDI FIFO by Carl-Daniel Hailfinger · 14 years ago
  40. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  41. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  42. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  43. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  44. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  45. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  46. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  47. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  48. 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
  49. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  50. 84f7bce Convert all messages in buspirate_spi.c to the new message infrastructure by Sean Nelson · 15 years ago
  51. 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
  52. 3b6237d Multiple unrelated changes by Patrick Georgi · 15 years ago
  53. efa151e Move OS-dependent serial code from buspirate_spi.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  54. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  55. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago