source: trunk/bitbang_spi.c @ 1539

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1475   5 months hailfinger Have all programmer init functions register bus masters/programmers All …
(edit) @1474   5 months hailfinger Add struct flashctx * parameter to all functions accessing flash chips. …
(edit) @1414   9 months stefanct Remove unneeded inclusions of chipdrivers.h this is related to the spi …
(edit) @1397   10 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1299   13 months mkarcher kill central list of SPI programmers Remove the array spi_programmer, …
(edit) @1298   13 months mkarcher Factor out SPI write/read chunking wrappers. Signed-off-by: Michael …
(edit) @1196   20 months stepan Remove duplicate includes from the code. Signed-off-by: Stefan Reinauer …
(edit) @1171   21 months hailfinger SPI bitbanging: request/release bus. SPI bitbanging on devices which …
(edit) @1112   22 months hailfinger Split off programmer.h from flash.h. Programmer specific functions are of …
(edit) @1092   22 months hailfinger Check during SPI bitbang init that SPI bitbang master configuration is …
(edit) @1091   22 months mkarcher Use struct pointer instead of enum to set bitbang adapter Signed-off-by: …
(edit) @1085   23 months hailfinger Change the SPI bitbanging core to fix a subtle bug (which had no effect so …
(edit) @1084   23 months mkarcher remove temporary buffers from bitbanging This removes the need of …
(edit) @1082   23 months hailfinger We have a generic unlocking infrastructure. Use it for SPI chips. Actually …
(edit) @1080   23 months hailfinger Convert SPI chips to partial write, but wrap the write functions in a …
(edit) @1005   2 years hailfinger Every SPI programmer driver had its own completely different chip write …
(edit) @914   2 years snelson Split spi.c into programmer and chip code Remove chipdriver.h include from …
(edit) @852   2 years snelson Convert all messages in bitbang_spi.c to the new message infrastructure. …
(edit) @780   2 years hailfinger Reduce realloc syscall overhead for FT2232 and bitbang. FT2232 ran …
(edit) @741   3 years hailfinger Make bitbang_spi naming consistent. Signed-off-by: Carl-Daniel Hailfinger …
(add) @736   3 years hailfinger This is the bitbanging SPI driver infrastructure. If you want support for …
Note: See TracRevisionLog for help on using the revision log.