summaryrefslogtreecommitdiffstats
path: root/ft2232_spi.c
Commit message (Expand)AuthorAgeFilesLines
* ft2232_spi.c: align with Chrome OS flashromNikolai Artemiev2020-08-041-10/+17
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* ft2232_spi.c: Improve handling of static bufferAngel Pons2020-04-251-3/+3
* ft2232_spi.c: change the chunksize from 256 to 270el-coderon2020-04-081-1/+1
* ft2232_spi: Fix broken GPIOL cs_bits state (#126)sibradzic2020-03-091-1/+1
* ft2232_spi: Enhance csgpiol parameter for FT2232sibradzic2020-03-091-14/+26
* ft2232_spi: Add support for Tin Can Tools Flyswatter/Flyswatter 2Russ Dill2019-12-011-0/+6
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* ft2232_spi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-6/+4
* ft2232_spi: add an ability to use GPIO for chip selectionSergey Alirzaev2018-10-081-0/+17
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-0/+1
* ft2232_spi: Add support for Google Servo boards (v1 + v2)Todd Broch2016-02-141-0/+19
* Add a bunch of new/tested stuff and various small changes 23Stefan Tauner2015-03-011-1/+1
* ftdi2232_spi: revert usage of DIS_DIV_5 macroStefan Tauner2015-01-251-1/+1
* ft2232_spi.c: use constants from ftdi.h instead of magic numbersAntony Pavlov2015-01-251-10/+20
* Add a bunch of new/tested stuff and various small changes 21Stefan Tauner2014-08-061-1/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Add a bunch of new/tested stuff and various small changes 20Stefan Tauner2014-05-031-1/+1
* ft2232_spi: Add support for TUMPA LiteStefan Tauner2014-04-271-0/+6
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-1/+1
* Refactor PCI and USB device status printingStefan Tauner2012-12-271-13/+0
* Add a bunch of new/tested stuff and various small changes 15Stefan Tauner2012-10-201-5/+5
* Cleanup ft2322.c and add more detail to error messagesStefan Tauner2012-09-261-27/+17
* Add support for FT232HIlya A. Volynets-Evenbakh2012-09-261-1/+12
* Add support for all 4 possible channels to the ft2232_spi programmerStefan Tauner2012-09-261-19/+41
* Allow to select FTDI device by serial numberShik Chen2012-09-171-1/+3
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+3
* Call ftdi_set_interface right after ftdi_init and before ftdi_usb_openIlya A. Volynets-Evenbakh2012-08-141-5/+4
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Fix setting the divisor in ft2232_spiIlya A. Volynets-Evenbakh2012-06-141-2/+2
* ft2232_spi.c: add frequency divisor parameterSamir Ibradžić2012-05-151-17/+37
* ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-hPaul Fertser2011-12-201-0/+4
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-4/+8
* Add support for the GOEPEL PicoTAP programmerSamir Ibradžić2011-10-201-0/+8
* TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) supportUwe Hermann2011-10-141-0/+8
* Remove unneeded inclusions of chipdrivers.hStefan Tauner2011-08-161-1/+0
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-5/+10
* ft2232_spi: add support for the Dangerous Prototypes Bus BlasterSteve Markgraf2011-08-121-0/+6
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-21/+14
* ft2232_spi: Improve error handling, remove exit() callsUwe Hermann2011-07-211-14/+33
* Add support for Olimex programmers to ft2232_spiPete Batard2011-06-111-2/+27
* Kill central list of SPI programmersMichael Karcher2011-05-111-3/+15
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-11/+0
* Add support for the OpenMoko debug boards v2 and v3Alex Badea2010-11-101-2/+11
* Use device-specific vendor ID in ftdi_usb_open() callAlex Badea2010-11-101-1/+1
* ft2232_spi: allow 5x clock divisor to be set at runtimeAlex Badea2010-11-101-15/+22
* Retry short reads in ft2232_spiAlex Badea2010-11-101-5/+10
* Multiple unrelated changesCarl-Daniel Hailfinger2010-10-081-1/+1
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-0/+1