summaryrefslogtreecommitdiff
path: root/pickit2_spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-2/+2
* 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-2/+2
* pickit2_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-9/+11
* pickit2_spi.c: Use a variable to store the total packetsizeFelix Singer2022-08-051-2/+3
* pickit2_spi.c: Replace hard-coded value with define in msg_perr()Felix Singer2022-08-051-2/+2
* pickit2_spi.c: Add `pickit2_interrupt_transfer()` helperAngel Pons2022-07-261-15/+13
* 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-2/+2
* hwaccess: replace flashrom specific macros by compiler definesThomas Heijligen2021-10-151-2/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-5/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-10/+10
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+12
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-3/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* pickit2_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-121-16/+37
* pickit2_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-05-121-14/+13
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-1/+1
* Fix building with GCC 4.9Evgeny Zinoviev2019-11-141-1/+1
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+1
* pickit2_spi: Fix "dead" assignmentElyes HAOUAS2019-07-191-2/+8
* pickit2_spi: update to libusb1 and drop libusb0 dependencyThomas Heijligen2019-07-101-75/+56
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* Remove trailing whitespaceElyes HAOUAS2019-03-041-3/+3
* Remove unneeded white spacesElyes HAOUAS2018-06-241-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Add a bunch of new/tested stuff and various small changes 25Stefan Tauner2016-03-131-1/+1
* pickit2_spi: use ordinary USB devs arrayStefan Tauner2016-02-221-4/+9
* dediprog: port to libusb1 and use asynchronous bulk transfers for readingNico Huber2016-02-181-3/+2
* Add support for the Microchip PICkit2 as an SPI programmerJustin Chevrier2015-02-081-0/+505