summaryrefslogtreecommitdiff
path: root/ft2232_spi.c
Commit message (Expand)AuthorAgeFilesLines
* ft2232_spi: Add support for Google Servo boards (v1 + v2).stefanct2016-02-141-0/+19
* Add a bunch of new/tested stuff and various small changes 23.stefanct2015-03-011-1/+1
* ftdi2232_spi: revert usage of DIS_DIV_5 macro.stefanct2015-01-251-1/+1
* ft2232_spi.c: use constants from ftdi.h instead of magic numbers.stefanct2015-01-251-10/+20
* Add a bunch of new/tested stuff and various small changes 21.stefanct2014-08-061-1/+1
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Add a bunch of new/tested stuff and various small changes 20.stefanct2014-05-031-1/+1
* ft2232_spi: Add support for TUMPA Lite.stefanct2014-04-271-0/+6
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-271-1/+1
* Refactor PCI and USB device status printing.stefanct2012-12-271-13/+0
* Add a bunch of new/tested stuff and various small changes 15.stefanct2012-10-201-5/+5
* Cleanup ft2322.c and add more detail to error messages.stefanct2012-09-261-27/+17
* Add support for FT232H.stefanct2012-09-261-1/+12
* Add support for all 4 possible channels to the ft2232_spi programmer.stefanct2012-09-261-19/+41
* Allow to select FTDI device by serial number.stefanct2012-09-171-1/+3
* Some ISO C fixes.stefanct2012-08-271-1/+3
* Call ftdi_set_interface right after ftdi_init and before ftdi_usb_open.stefanct2012-08-141-5/+4
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* Fix setting the divisor in ft2232_spi.stefanct2012-06-141-2/+2
* ft2232_spi.c: add frequency divisor parameter.stefanct2012-05-151-17/+37
* ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-hhailfinger2011-12-201-0/+4
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-4/+8
* Add support for the GOEPEL PicoTAP programmer.uwe2011-10-201-0/+8
* TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support.uwe2011-10-141-0/+8
* Remove unneeded inclusions of chipdrivers.hstefanct2011-08-161-1/+0
* Fixup of r1397:hailfinger2011-08-151-5/+10
* ft2232_spi: add support for the Dangerous Prototypes Bus Blasterstefanct2011-08-121-0/+6
* Random whitespace and coding-style fixes.uwe2011-07-281-21/+14
* ft2232_spi: Improve error handling, remove exit() calls.uwe2011-07-211-14/+33
* add support for Olimex programmers to ft2232_spistefanct2011-06-111-2/+27
* kill central list of SPI programmersmkarcher2011-05-111-3/+15
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-11/+0
* Add support for the OpenMoko Neo1973/Neo FreeRunner debug boardhailfinger2010-11-101-2/+11
* ft2232_spi ftdi_usb_open() is called with the constant FTDI_VID vendorhailfinger2010-11-101-1/+1
* ft2232_spi: allow 5x clock divisor to be set at runtime.hailfinger2010-11-101-15/+22
* Retry short reads in ft2232_spi.hailfinger2010-11-101-5/+10
* CONFIG_BITBANG_SPI was not selected if CONFIG_NICINTEL_SPI was on byhailfinger2010-10-081-1/+1
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-061-0/+1
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Quickfix for broken writes on FT2232H based programmers.uwe2010-10-051-1/+1
* ft2232_spi: Cosmetic fixes (trivial).uwe2010-07-291-38/+34
* Add support for the Amontec JTAGkey2, seehailfinger2010-07-291-17/+82
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-12/+2
* Make programmer_param static by converting all users tohailfinger2010-07-081-2/+2
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-28/+31
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-2/+2
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-1/+1
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-19/+2