| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: Make 'default_spi_send_multicommand' the default unless defined | Edward O'Callaghan | 2023-03-01 | 1 | -1/+0 |
* | spi: Make 'default_spi_write_aai' the default unless defined | Edward O'Callaghan | 2022-12-21 | 1 | -1/+0 |
* | drivers/: Make 'fallback_{un}map' the default unless defined | Edward O'Callaghan | 2022-10-08 | 1 | -2/+0 |
* | drivers/: Make 'internal_delay' the default unless defined | Edward O'Callaghan | 2022-09-27 | 1 | -1/+0 |
* | tree: Port programmers to pass programmer_cfg to extractors | Edward O'Callaghan | 2022-09-07 | 1 | -2/+2 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -2/+2 |
* | pickit2_spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -9/+11 |
* | pickit2_spi.c: Use a variable to store the total packetsize | Felix Singer | 2022-08-05 | 1 | -2/+3 |
* | pickit2_spi.c: Replace hard-coded value with define in msg_perr() | Felix Singer | 2022-08-05 | 1 | -2/+2 |
* | pickit2_spi.c: Add `pickit2_interrupt_transfer()` helper | Angel Pons | 2022-07-26 | 1 | -15/+13 |
* | spi: Add function to probe erase command opcode for all spi_master | Aarya Chaumal | 2022-07-11 | 1 | -0/+1 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -2/+2 |
* | hwaccess: replace flashrom specific macros by compiler defines | Thomas Heijligen | 2021-10-15 | 1 | -2/+0 |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -5/+2 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -10/+10 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -2/+12 |
* | programmer: Make use of new register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -3/+2 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | pickit2_spi.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-05-12 | 1 | -16/+37 |
* | pickit2_spi.c: Separate shutdown from failed init cleanup | Anastasia Klimchuk | 2021-05-12 | 1 | -14/+13 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -1/+1 |
* | Fix building with GCC 4.9 | Evgeny Zinoviev | 2019-11-14 | 1 | -1/+1 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+1 |
* | pickit2_spi: Fix "dead" assignment | Elyes HAOUAS | 2019-07-19 | 1 | -2/+8 |
* | pickit2_spi: update to libusb1 and drop libusb0 dependency | Thomas Heijligen | 2019-07-10 | 1 | -75/+56 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | Remove trailing whitespace | Elyes HAOUAS | 2019-03-04 | 1 | -3/+3 |
* | Remove unneeded white spaces | Elyes HAOUAS | 2018-06-24 | 1 | -1/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Add a bunch of new/tested stuff and various small changes 25 | Stefan Tauner | 2016-03-13 | 1 | -1/+1 |
* | pickit2_spi: use ordinary USB devs array | Stefan Tauner | 2016-02-22 | 1 | -4/+9 |
* | dediprog: port to libusb1 and use asynchronous bulk transfers for reading | Nico Huber | 2016-02-18 | 1 | -3/+2 |
* | Add support for the Microchip PICkit2 as an SPI programmer | Justin Chevrier | 2015-02-08 | 1 | -0/+505 |