- 7b83f3c ft2232_spi.c: Retype variable `clock_5x` with bool by Felix Singer · 2 years, 3 months ago
- 24e1bbb ft2232_spi.c: Add support for kt-link jtag interface by Jacek Naglak · 2 years, 6 months ago
- 8efb0b3 ft2232_spi.c: Add FTDI FT4233H by Charles Parent · 2 years, 9 months ago
- ece63c8 ft2232_spi: reintroduce generic GPIOL control by Michael Niewöhner · 3 years, 2 months ago
- b50d9eb ft2232_spi: prevent use of reserved pins on some programmers by Michael Niewöhner · 3 years, 2 months ago
- c2b303b ft2232_spi: clarify the comment about gpio configuration by Michael Niewöhner · 3 years, 2 months ago
- 9fc8e25 ft2232_spi: Add FTDI search by description. by Harry Johnson · 3 years, 4 months ago
- fda5f1f ft2232_spi: Revise error message by Nico Huber · 3 years, 5 months ago
- 4c40a79 ft2232_spi: Normalize error paths in ft2232_shutdown() by Nico Huber · 3 years, 5 months ago
- cf88068 ft2232_spi: Revise comments about output pin states by Nico Huber · 3 years, 5 months ago
- 13b33bc ft2232_spi: Drop ft2232_spi_send_command() by Nico Huber · 3 years, 5 months ago
- fc16212 ft2232_spi: Don't lower write data chunksize by Nico Huber · 3 years, 5 months ago
- db9be31 ft2232_spi.c: Implement spi_send_multicommand() by Simon Buhrow · 3 years, 7 months ago
- cc853d8 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 3 years, 6 months ago
- 44cfbb0 ft2232_spi.c: Fix typo in comment by Angel Pons · 3 years, 7 months ago
- e8106ba ft2232_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 7 months ago
- 460c1c0 ft2232_spi.c: release I/Os on shutdown by Alan Green · 3 years, 10 months ago
- 6d42d2b ft2232_spi.c: Improve handling of static buffer by Angel Pons · 4 years, 7 months ago
- eb75123 ft2232_spi.c: change the chunksize from 256 to 270 by el-coderon · 4 years, 8 months ago
- 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 7 months ago
- 7bd31a4 ft2232_spi: Add support for Tin Can Tools Flyswatter/Flyswatter 2 by Russ Dill · 5 years ago
- deeac7e spi: Drop spi_controller type by Nico Huber · 8 years ago
- 712ba3a ft2232_spi.c: Remove unneeded 'else' by Elyes HAOUAS · 5 years ago
- 4acc3f3 ft2232_spi: add an ability to use GPIO for chip selection by Sergey Alirzaev · 6 years ago
- e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 7 years ago
- 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
- 6800c95 ft2232_spi: Add support for Google Servo boards (v1 + v2) by Todd Broch · 9 years ago
- 74dc73f Add a bunch of new/tested stuff and various small changes 23 by Stefan Tauner · 10 years ago
- 05151b6 ftdi2232_spi: revert usage of DIS_DIV_5 macro by Stefan Tauner · 10 years ago
- b4dd40c ft2232_spi.c: use constants from ftdi.h instead of magic numbers by Antony Pavlov · 10 years ago
- 6697f71 Add a bunch of new/tested stuff and various small changes 21 by Stefan Tauner · 10 years ago
- a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
- c2eec2c Add a bunch of new/tested stuff and various small changes 20 by Stefan Tauner · 11 years ago
- b66ed84 ft2232_spi: Add support for TUMPA Lite by Stefan Tauner · 11 years ago
- 4b24a2d Unify usbdev_status and pcidev_status into dev_entry by Stefan Tauner · 12 years ago
- af358d6 Refactor PCI and USB device status printing by Stefan Tauner · 12 years ago
- d7d423b Add a bunch of new/tested stuff and various small changes 15 by Stefan Tauner · 12 years ago
- 3e515e2 Cleanup ft2322.c and add more detail to error messages by Stefan Tauner · 12 years ago
- 2c714ab Add support for FT232H by Ilya A. Volynets-Evenbakh · 12 years ago
- fbc71ac Add support for all 4 possible channels to the ft2232_spi programmer by Stefan Tauner · 12 years ago
- 14fbc4b Allow to select FTDI device by serial number by Shik Chen · 12 years ago
- 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
- 7c36d52 Call ftdi_set_interface right after ftdi_init and before ftdi_usb_open by Ilya A. Volynets-Evenbakh · 12 years ago
- 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
- 3464d05 Fix setting the divisor in ft2232_spi by Ilya A. Volynets-Evenbakh · 12 years ago
- b482c6d ft2232_spi.c: add frequency divisor parameter by Samir Ibradžić · 12 years ago
- 3cf335e ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-h by Paul Fertser · 13 years ago
- 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
- 7189a5f Add support for the GOEPEL PicoTAP programmer by Samir Ibradžić · 13 years ago
- 836b26a TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support by Uwe Hermann · 13 years ago
- a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
- 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
- 0528b7f ft2232_spi: add support for the Dangerous Prototypes Bus Blaster by Steve Markgraf · 13 years ago
- 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
- 274a20d ft2232_spi: Improve error handling, remove exit() calls by Uwe Hermann · 13 years ago
- c020706 Add support for Olimex programmers to ft2232_spi by Pete Batard · 13 years ago
- b9dbe48 Kill central list of SPI programmers by Michael Karcher · 14 years ago
- 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 14 years ago
- caf2d42 Add support for the OpenMoko debug boards v2 and v3 by Alex Badea · 14 years ago
- b1b459c Use device-specific vendor ID in ftdi_usb_open() call by Alex Badea · 14 years ago
- 0b94d05 ft2232_spi: allow 5x clock divisor to be set at runtime by Alex Badea · 14 years ago
- b9556e0 Retry short reads in ft2232_spi by Alex Badea · 14 years ago
- 9e3a6c4 Multiple unrelated changes by Carl-Daniel Hailfinger · 14 years ago
- a73fb49 Refine -L output to include all programmer modules by Carl-Daniel Hailfinger · 14 years ago
- 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
- 16ce40e Quick fix for broken writes on FT2232H based programmers by Uwe Hermann · 14 years ago
- 7014529 ft2232_spi: Cosmetic fixes by Uwe Hermann · 14 years ago
- 6529b9f Add support for the Amontec JTAGkey2 by Jörg Fischer · 14 years ago
- 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
- 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
- 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
- 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
- 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
- ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
- 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
- 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
- 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
- 34b5db7 Convert all messages in ft2232_spi.c to the new message infrastructure. by Sean Nelson · 15 years ago
- 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
- b7e0145 Reduce realloc syscall overhead for FT2232 and bitbang by Carl-Daniel Hailfinger · 15 years ago
- a2441ce ft2232_spi: add some error handling by Carl-Daniel Hailfinger · 15 years ago
- c67d037 Cosmetics and small coding style fixes by Uwe Hermann · 15 years ago
- ab044b2 Fix all remaining issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
- f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
- 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
- 3426ef6 If FT2232H SPI is not enabled, it should be compiled out completely by Carl-Daniel Hailfinger · 15 years ago
- ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
- 116081a Replace remaining explicit erases in SPI programmer drivers with auto-erases by Carl-Daniel Hailfinger · 15 years ago
- 142e30f Use a distinct return code for SPI commands with unsupported/invalid length by Carl-Daniel Hailfinger · 15 years ago
- 2f1b36f Convert SPI byte program to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- feea272 ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs by Carl-Daniel Hailfinger · 15 years ago
- 1432a60 Random minor flashrom fixes by Uwe Hermann · 15 years ago
- 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago