summaryrefslogtreecommitdiffstats
path: root/ft2232_spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Quick fix for broken writes on FT2232H based programmersUwe Hermann2010-10-051-1/+1
* ft2232_spi: Cosmetic fixesUwe Hermann2010-07-291-38/+34
* Add support for the Amontec JTAGkey2Jörg Fischer2010-07-291-17/+82
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-12/+2
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-2/+2
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-28/+31
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-2/+2
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-1/+1
* Introduce a generic SPI read function: spi_write_chunked()Carl-Daniel Hailfinger2010-05-211-19/+2
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert all messages in ft2232_spi.c to the new message infrastructure. Sean Nelson2010-01-101-40/+29
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-2/+13
* Reduce realloc syscall overhead for FT2232 and bitbangCarl-Daniel Hailfinger2009-11-251-4/+12
* ft2232_spi: add some error handlingCarl-Daniel Hailfinger2009-11-221-4/+16
* Cosmetics and small coding style fixesUwe Hermann2009-10-011-35/+39
* Fix all remaining issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-161-15/+12
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-1/+1
* Standardize on using __func__ instead of __FUNCTION__Uwe Hermann2009-09-021-1/+1
* If FT2232H SPI is not enabled, it should be compiled out completelyCarl-Daniel Hailfinger2009-08-191-28/+2
OpenPOWER on IntegriCloud