| Commit message (Expand) | Author | Age | Files | Lines |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -7/+2 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -32/+32 |
* | buspirate_spi: Use non-zero return value from buspirate_sendrecv | Anastasia Klimchuk | 2021-06-30 | 1 | -15/+5 |
* | buspirate: Add psus option | Jeremy Kerr | 2021-06-21 | 1 | -0/+16 |
* | buspirate_spi.c: Drop bp_ prefix for spi data struct members | Anastasia Klimchuk | 2021-06-20 | 1 | -13/+13 |
* | buspirate_spi.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-06-20 | 1 | -19/+42 |
* | buspirate_spi.c: Separate shutdown from failed init cleanup | Anastasia Klimchuk | 2021-06-20 | 1 | -49/+71 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -1/+12 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | tree: Remove forward-declarations for spi masters | Anastasia Klimchuk | 2021-02-16 | 1 | -98/+93 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -4/+4 |
* | tree: Enable -Wwrite-strings | Jacob Garber | 2019-10-04 | 1 | -1/+1 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+2 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -2/+1 |
* | buspirate_spi: Fix a missing error check during _init() | Richard Hughes | 2019-01-05 | 1 | -0/+2 |
* | Fix typos | Elyes HAOUAS | 2018-08-19 | 1 | -1/+1 |
* | buspirate_spi: Tristate IOs when using using pullup=on | Maxime Vincent | 2018-05-11 | 1 | -0/+4 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -1/+1 |
* | buspirate_spi: Add support for variable serial speeds | Shawn Anastasio | 2018-01-26 | 1 | -11/+121 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -0/+1 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -8/+8 |
* | CID1130006: Memory leaks in buspirate_spi_init() | Stefan Reinauer | 2014-04-26 | 1 | -1/+6 |
* | Usleep() is not found in all versions of MinGW, use Sleep() on Windows | Maksim Kuleshov | 2013-04-05 | 1 | -1/+1 |
* | Add user interface to activate the Bus Pirate pull-up resistors | Brian Salcedo | 2013-01-03 | 1 | -11/+26 |
* | Fix sp_openserport users on Windows | Stefan Tauner | 2012-11-30 | 1 | -1/+1 |
* | Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer | Carl-Daniel Hailfinger | 2012-11-01 | 1 | -13/+77 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -0/+1 |
* | Bus Pirate init cleanup and fixes | Carl-Daniel Hailfinger | 2012-08-17 | 1 | -65/+134 |
* | Remove more exit calls | Niklas Söderlund | 2012-07-30 | 1 | -1/+2 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | Bus Pirate buffer management revamp | Carl-Daniel Hailfinger | 2012-06-08 | 1 | -67/+109 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -4/+10 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -1/+2 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | Fixup of r1397 | Carl-Daniel Hailfinger | 2011-08-15 | 1 | -1/+3 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -12/+11 |
* | Add a bunch of new/tested stuff and various small changes 4 | Cristian Măgherușan-Stanciu | 2011-07-07 | 1 | -1/+1 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -35/+38 |
* | Fix compilation for CONFIG_INTERNAL=no | Carl-Daniel Hailfinger | 2011-06-09 | 1 | -0/+5 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -3/+15 |
* | Factor out SPI write/read chunking wrappers | Michael Karcher | 2011-05-11 | 1 | -10/+0 |
* | Remove duplicate includes from the code | Stefan Reinauer | 2010-10-06 | 1 | -1/+0 |
* | Handle Bus Pirates already in bit banging mode correctly | Carl-Daniel Hailfinger | 2010-09-16 | 1 | -0/+21 |
* | Speed up Bus Pirate by exploiting the FTDI FIFO | Carl-Daniel Hailfinger | 2010-07-29 | 1 | -20/+22 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Use generic unlocking infrastructure for SPI chips | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -1/+0 |
* | Convert SPI chips to partial write | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -12/+2 |
* | Unify programmer parameter extraction | Carl-Daniel Hailfinger | 2010-07-08 | 1 | -2/+2 |
* | Various places in the flashrom source feature custom parameter extraction fro... | Carl-Daniel Hailfinger | 2010-07-06 | 1 | -14/+7 |