summaryrefslogtreecommitdiffstats
path: root/ft2232_spi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Programmer debug messages during programmer init/shutdown are useful because ...Carl-Daniel Hailfinger2010-01-071-2/+13
* Reduce realloc syscall overhead for FT2232 and bitbangCarl-Daniel Hailfinger2009-11-251-4/+12
* Pretty much everybody who used the FT2232 SPI driver in flashrom had problems...Carl-Daniel Hailfinger2009-11-221-4/+16
* Cosmetics and small coding style fixesUwe Hermann2009-10-011-35/+39
* This patch cleans up flashrom so that it passes LLVM/clang's scan-build witho...Stefan Reinauer2009-09-161-15/+12
* This is a patch which stores eraseblock sizes and corresponding block erase f...Carl-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
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-10/+8
* Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ...Carl-Daniel Hailfinger2009-08-101-2/+8
* Use a distinct return code for SPI commands with unsupported/invalid lengthCarl-Daniel Hailfinger2009-07-141-0/+3
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-121-1/+0
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-2/+2
* ft2232_spi: Allow runtime selection of FT2232H vs FT4232H and interface A vsCarl-Daniel Hailfinger2009-07-011-5/+40
* Random minor flashrom fixesUwe Hermann2009-06-281-1/+1
* This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...Paul Fox2009-06-161-0/+284
OpenPOWER on IntegriCloud