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