summaryrefslogtreecommitdiffstats
path: root/buspirate_spi.c
Commit message (Expand)AuthorAgeFilesLines
* buspirate: Add option for setting the aux pinSean Anderson2023-04-131-2/+20
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-031-1/+0
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-011-1/+0
* spi: Make 'default_spi_write_aai' the default unless definedEdward O'Callaghan2022-12-211-1/+0
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* buspirate_spi.c: Retype appropriate variables with boolFelix Singer2022-09-081-7/+8
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-5/+5
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-5/+5
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-5/+5
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-7/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-32/+32
* buspirate_spi: Use non-zero return value from buspirate_sendrecvAnastasia Klimchuk2021-06-301-15/+5
* buspirate: Add psus optionJeremy Kerr2021-06-211-0/+16
* buspirate_spi.c: Drop bp_ prefix for spi data struct membersAnastasia Klimchuk2021-06-201-13/+13
* buspirate_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-201-19/+42
* buspirate_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-06-201-49/+71
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+12
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* tree: Remove forward-declarations for spi mastersAnastasia Klimchuk2021-02-161-98/+93
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-4/+4
* tree: Enable -Wwrite-stringsJacob Garber2019-10-041-1/+1
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+2
* spi: Drop spi_controller typeNico Huber2019-06-271-2/+1
* buspirate_spi: Fix a missing error check during _init()Richard Hughes2019-01-051-0/+2
* Fix typosElyes HAOUAS2018-08-191-1/+1
* buspirate_spi: Tristate IOs when using using pullup=onMaxime Vincent2018-05-111-0/+4
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix whitespace errorsElyes HAOUAS2018-04-241-1/+1
* buspirate_spi: Add support for variable serial speedsShawn Anastasio2018-01-261-11/+121
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-0/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-8/+8
* CID1130006: Memory leaks in buspirate_spi_init()Stefan Reinauer2014-04-261-1/+6
* Usleep() is not found in all versions of MinGW, use Sleep() on WindowsMaksim Kuleshov2013-04-051-1/+1
* Add user interface to activate the Bus Pirate pull-up resistorsBrian Salcedo2013-01-031-11/+26
* Fix sp_openserport users on WindowsStefan Tauner2012-11-301-1/+1
* Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newerCarl-Daniel Hailfinger2012-11-011-13/+77
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-0/+1
* Bus Pirate init cleanup and fixesCarl-Daniel Hailfinger2012-08-171-65/+134
* Remove more exit callsNiklas Söderlund2012-07-301-1/+2
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Bus Pirate buffer management revampCarl-Daniel Hailfinger2012-06-081-67/+109
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-4/+10
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-1/+2
* Remove unneeded inclusions of chipdrivers.hStefan Tauner2011-08-161-1/+0
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-1/+3
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-12/+11
* Add a bunch of new/tested stuff and various small changes 4Cristian Măgherușan-Stanciu2011-07-071-1/+1