summaryrefslogtreecommitdiff
path: root/bitbang_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionshailfinger2014-07-191-6/+6
* Fix duplicate 'const' declaration specifiers.stefanct2013-01-151-6/+6
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-68/+56
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-4/+8
* Remove unneeded inclusions of chipdrivers.hstefanct2011-08-161-1/+0
* Random whitespace and coding-style fixes.uwe2011-07-281-7/+7
* kill central list of SPI programmersmkarcher2011-05-111-1/+16
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-11/+0
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* SPI bitbanging: request/release bus.hailfinger2010-09-151-2/+46
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Check during SPI bitbang init that SPI bitbang master configuration ishailfinger2010-07-181-0/+10
* Use struct pointer instead of enum to set bitbang adaptermkarcher2010-07-171-17/+6
* Change the SPI bitbanging core to fix a subtle bug (which had no effecthailfinger2010-07-171-11/+20
* remove temporary buffers from bitbangingmkarcher2010-07-171-38/+5
* 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-5/+3
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-19/+2
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in bitbang_spi.c to the new message infrastructure.snelson2010-01-091-4/+4
* Reduce realloc syscall overhead for FT2232 and bitbang.hailfinger2009-11-251-2/+5
* Make bitbang_spi naming consistent.hailfinger2009-10-011-26/+26
* This is the bitbanging SPI driver infrastructure.hailfinger2009-09-281-0/+161