| Commit message (Expand) | Author | Age | Files | Lines |
* | ft2232_spi.c: align with Chrome OS flashrom | Nikolai Artemiev | 2020-08-04 | 1 | -10/+17 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | ft2232_spi.c: Improve handling of static buffer | Angel Pons | 2020-04-25 | 1 | -3/+3 |
* | ft2232_spi.c: change the chunksize from 256 to 270 | el-coderon | 2020-04-08 | 1 | -1/+1 |
* | ft2232_spi: Fix broken GPIOL cs_bits state (#126) | sibradzic | 2020-03-09 | 1 | -1/+1 |
* | ft2232_spi: Enhance csgpiol parameter for FT2232 | sibradzic | 2020-03-09 | 1 | -14/+26 |
* | ft2232_spi: Add support for Tin Can Tools Flyswatter/Flyswatter 2 | Russ Dill | 2019-12-01 | 1 | -0/+6 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | ft2232_spi.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -6/+4 |
* | ft2232_spi: add an ability to use GPIO for chip selection | Sergey Alirzaev | 2018-10-08 | 1 | -0/+17 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -0/+1 |
* | ft2232_spi: Add support for Google Servo boards (v1 + v2) | Todd Broch | 2016-02-14 | 1 | -0/+19 |
* | Add a bunch of new/tested stuff and various small changes 23 | Stefan Tauner | 2015-03-01 | 1 | -1/+1 |
* | ftdi2232_spi: revert usage of DIS_DIV_5 macro | Stefan Tauner | 2015-01-25 | 1 | -1/+1 |
* | ft2232_spi.c: use constants from ftdi.h instead of magic numbers | Antony Pavlov | 2015-01-25 | 1 | -10/+20 |
* | Add a bunch of new/tested stuff and various small changes 21 | Stefan Tauner | 2014-08-06 | 1 | -1/+1 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | Add a bunch of new/tested stuff and various small changes 20 | Stefan Tauner | 2014-05-03 | 1 | -1/+1 |
* | ft2232_spi: Add support for TUMPA Lite | Stefan Tauner | 2014-04-27 | 1 | -0/+6 |
* | Unify usbdev_status and pcidev_status into dev_entry | Stefan Tauner | 2012-12-27 | 1 | -1/+1 |
* | Refactor PCI and USB device status printing | Stefan Tauner | 2012-12-27 | 1 | -13/+0 |
* | Add a bunch of new/tested stuff and various small changes 15 | Stefan Tauner | 2012-10-20 | 1 | -5/+5 |
* | Cleanup ft2322.c and add more detail to error messages | Stefan Tauner | 2012-09-26 | 1 | -27/+17 |
* | Add support for FT232H | Ilya A. Volynets-Evenbakh | 2012-09-26 | 1 | -1/+12 |
* | Add support for all 4 possible channels to the ft2232_spi programmer | Stefan Tauner | 2012-09-26 | 1 | -19/+41 |
* | Allow to select FTDI device by serial number | Shik Chen | 2012-09-17 | 1 | -1/+3 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+3 |
* | Call ftdi_set_interface right after ftdi_init and before ftdi_usb_open | Ilya A. Volynets-Evenbakh | 2012-08-14 | 1 | -5/+4 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | Fix setting the divisor in ft2232_spi | Ilya A. Volynets-Evenbakh | 2012-06-14 | 1 | -2/+2 |
* | ft2232_spi.c: add frequency divisor parameter | Samir Ibradžić | 2012-05-15 | 1 | -17/+37 |
* | ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-h | Paul Fertser | 2011-12-20 | 1 | -0/+4 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -4/+8 |
* | Add support for the GOEPEL PicoTAP programmer | Samir Ibradžić | 2011-10-20 | 1 | -0/+8 |
* | TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support | Uwe Hermann | 2011-10-14 | 1 | -0/+8 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | Fixup of r1397 | Carl-Daniel Hailfinger | 2011-08-15 | 1 | -5/+10 |
* | ft2232_spi: add support for the Dangerous Prototypes Bus Blaster | Steve Markgraf | 2011-08-12 | 1 | -0/+6 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -21/+14 |
* | ft2232_spi: Improve error handling, remove exit() calls | Uwe Hermann | 2011-07-21 | 1 | -14/+33 |
* | Add support for Olimex programmers to ft2232_spi | Pete Batard | 2011-06-11 | 1 | -2/+27 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -3/+15 |
* | Factor out SPI write/read chunking wrappers | Michael Karcher | 2011-05-11 | 1 | -11/+0 |
* | Add support for the OpenMoko debug boards v2 and v3 | Alex Badea | 2010-11-10 | 1 | -2/+11 |
* | Use device-specific vendor ID in ftdi_usb_open() call | Alex Badea | 2010-11-10 | 1 | -1/+1 |
* | ft2232_spi: allow 5x clock divisor to be set at runtime | Alex Badea | 2010-11-10 | 1 | -15/+22 |
* | Retry short reads in ft2232_spi | Alex Badea | 2010-11-10 | 1 | -5/+10 |
* | Multiple unrelated changes | Carl-Daniel Hailfinger | 2010-10-08 | 1 | -1/+1 |
* | Refine -L output to include all programmer modules | Carl-Daniel Hailfinger | 2010-10-06 | 1 | -0/+1 |