1. 17d1603 dediprog: Add 4BA support on SF600 protocol version 3 by Patrick Rudolph · 4 years, 1 month ago
  2. a32d47f dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devices by Patrick Rudolph · 4 years, 1 month ago
  3. 317c67b dediprog.c: Fix layering violation of default_spi_read by Edward O'Callaghan · 4 years ago
  4. c368518 dediprog: Correct REQTYPE_OTHER_OUT macro by David Hendricks · 4 years, 3 months ago
  5. 9bb8a32 flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716 by Nico Huber · 2 years, 4 months ago
  6. 542b1f0 flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8 by Nico Huber · 2 years, 4 months ago
  7. 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 5 months ago
  8. b822ce8 dediprog: Fix segmentation fault on no device found by Medicine Yeh · 3 years, 9 months ago
  9. 301ae22 dediprog.c: Add id parameter to dediprog programmer by Ryan O'Leary · 5 years ago
  10. 961f4a1 Fix more sign-compare issues by Nico Huber · 5 years ago
  11. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  12. deeac7e spi: Drop spi_controller type by Nico Huber · 7 years ago
  13. afc3ad6 tree: Make internal variables static by Jacob Garber · 5 years ago
  14. 477e169 dediprog: Bail out on unsupported, long transfers by Nico Huber · 5 years ago
  15. ba22411 dediprog: Allow 4BA on all protocol V2 devices by Patrick Rudolph · 5 years ago
  16. 7eb38aa dediprog: Implement 4BA EAR mode for protocol v1 by Nico Huber · 6 years ago
  17. 93db6e1 dediprog: Enable 4BA support for SF600, protocol V2 by Nico Huber · 6 years ago
  18. dc5af54 dediprog: Disable 4BA completely by Nico Huber · 6 years ago
  19. 0cacb11 Remove trailing whitespace by Elyes HAOUAS · 6 years ago
  20. bbaa171 dediprog: Fix small, unaligned reads by Nico Huber · 6 years ago
  21. cabe320 Add initial support for Dediprog SF200. by Jay Thompson · 6 years ago
  22. 1d507a0 usbdev: Extract libusb1 device discovery into a separate file by Daniel Thompson · 6 years ago
  23. ac01baa Remove unneeded white spaces by Elyes HAOUAS · 6 years ago
  24. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  25. 124ef38 Fix whitespace errors by Elyes HAOUAS · 6 years ago
  26. f73f8a7 dediprog: implement command spec for firmware >= 7.2.30 by David Hendricks · 7 years ago
  27. 4d440a7 Include <sys/types.h> wherever ssize_t is used by Nico Huber · 7 years ago
  28. f84df9a dediprog: Fix bug where too many transfers would be queued by Nico Huber · 8 years ago
  29. 5e5e821 dediprog: Reimplement target chip option by Nico Huber · 8 years ago
  30. fdec747 dediprog: use ordinary USB devs array by Stefan Tauner · 9 years ago
  31. 74367bf dediprog: tremendously improve performance on SF600 by ignoring the spec by Stefan Tauner · 9 years ago
  32. d99a2bd dediprog: port to libusb1 and use asynchronous bulk transfers for reading by Nico Huber · 9 years ago
  33. c05900f dediprog: use command 0x0B (set voltage) only on older SF100s by David Hendricks · 9 years ago
  34. 7f3b89f dediprog: add support for SF600 by David Woodhouse · 9 years ago
  35. ae61651 dediprog: support new communication protocol, cleanup and enable by default by Simon Glass · 9 years ago
  36. 557eb4f dediprog: Tidy up commands and remove dead nonsense code by Simon Glass · 9 years ago
  37. 25e9f40 dediprog: Invert the LED polarity in the code by Simon Glass · 9 years ago
  38. 5c316f9 Add a bunch of new/tested stuff and various small changes 22 by Stefan Tauner · 10 years ago
  39. 0cbd8c2 Properly include current libusb-win32 header by Stefan Tauner · 10 years ago
  40. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  41. ffb0cf6 Constify dediprog's write functions too by Stefan Tauner · 10 years ago
  42. d2a7e87 dediprog: Fix crash if usb_open() fails by David Woodhouse · 11 years ago
  43. efe2d43 dediprog: fix SPI clock setting by Patrick Georgi · 11 years ago
  44. e659d2d dediprog: add support for chip select by Stefan Tauner · 11 years ago
  45. 77fa67d dedirpog: add a parameter 'spispeed' to set the SPI clock rate by Nico Huber · 12 years ago
  46. e34e3e8 Add a bunch of new/tested stuff and various small changes 16 by Stefan Tauner · 12 years ago
  47. 21541a6 Add a "device" parameter for Dediprog by Nathan Laredo · 12 years ago
  48. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  49. a4b14f7 Add native SPI AAI write support to the Dediprog SF100 driver by Nico Huber · 12 years ago
  50. 4099a8a Add voltage change delays to dediprog driver by Nico Huber · 12 years ago
  51. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  52. ac427b2 Add a bunch of new/tested stuff and various small changes 10 by Paul Menzel · 13 years ago
  53. 64204b5 Speed up dediprog SPI page writes by Carl-Daniel Hailfinger · 13 years ago
  54. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  55. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  56. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  57. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  58. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  59. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  60. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  61. 915b840 Support Dediprog LEDs on devices with 2 and 3 LEDs by Stefan Reinauer · 14 years ago
  62. ff30d8a Secret knowledge is cool, but public knowledge is better by Carl-Daniel Hailfinger · 14 years ago
  63. 306b818 Add chunked write ability to the Dediprog SF100 driver by Carl-Daniel Hailfinger · 14 years ago
  64. 482e974 Support bulk read on Dediprog SF100 by Carl-Daniel Hailfinger · 14 years ago
  65. db7afc5 DediProg firmware version 5.1.5 of the SF-100 works just fine by Mathias Krause · 14 years ago
  66. c244138 Support setting the Dediprog SF100 SPI voltage by Carl-Daniel Hailfinger · 14 years ago
  67. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  68. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  69. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  70. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  71. 975aa7e Properly initialize USB device in dediprog driver by Patrick Georgi · 15 years ago
  72. eac6579 Add write support by Carl-Daniel Hailfinger · 15 years ago
  73. d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago