summaryrefslogtreecommitdiffstats
path: root/bitbang_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Check during SPI bitbang init that SPI bitbang master configuration is correctCarl-Daniel Hailfinger2010-07-181-0/+10
* Use struct pointer instead of enum to set bitbang adapterMichael Karcher2010-07-171-17/+6
* Refine SPI bitbangingCarl-Daniel Hailfinger2010-07-171-11/+20
* Remove temporary buffers from bitbangingMichael Karcher2010-07-171-38/+5
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-5/+3
* 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 bitbang_spi.c to the new message infrastructureSean Nelson2010-01-091-4/+4
* Reduce realloc syscall overhead for FT2232 and bitbangCarl-Daniel Hailfinger2009-11-251-2/+5
* Make bitbang_spi naming consistentCarl-Daniel Hailfinger2009-10-011-26/+26
* This is the bitbanging SPI driver infrastructureCarl-Daniel Hailfinger2009-09-281-0/+161
OpenPOWER on IntegriCloud