| Commit message (Expand) | Author | Age | Files | Lines |
* | ch341a_spi: drop validation of handle in routines | Alexander Goncharov | 2023-04-13 | 1 | -10/+0 |
* | ch341a_spi: Refactor singleton states into reentrant pattern | Alexander Goncharov | 2023-04-13 | 1 | -75/+81 |
* | tree/: Drop default_spi_probe_opcode for NULL case | Edward O'Callaghan | 2023-03-03 | 1 | -1/+0 |
* | 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 |
* | tree/: Rename 'internal_delay()' to 'default_delay()' | Edward O'Callaghan | 2022-12-12 | 1 | -2/+2 |
* | tree/: Move programmer_delay() out of programmer state machine | Edward O'Callaghan | 2022-12-12 | 1 | -2/+2 |
* | drivers/: Make 'fallback_{un}map' the default unless defined | Edward O'Callaghan | 2022-10-08 | 1 | -2/+0 |
* | ch341a_spi: detach/attach kernel driver explicitly | Thomas Heijligen | 2022-09-07 | 1 | -5/+6 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | spi: Add function to probe erase command opcode for all spi_master | Aarya Chaumal | 2022-07-11 | 1 | -0/+1 |
* | Global cleanup: Fix a few spelling errors | Martin Roth | 2022-05-03 | 1 | -2/+2 |
* | ch341a: use better english in the debug message | Thomas Heijligen | 2021-10-01 | 1 | -1/+1 |
* | ch341a_spi: replace active kernel driver detaching by automatic one | Thomas Heijligen | 2021-09-29 | 1 | -11/+4 |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -4/+2 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -14/+14 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -3/+13 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | Add missing platform.h includes | Miriam Polzer | 2020-12-26 | 1 | -0/+1 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -1/+1 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | helpers: Add reverse_byte() and reverse_bytes() | Marc Schink | 2018-08-30 | 1 | -11/+2 |
* | Fix typos | Elyes HAOUAS | 2018-08-19 | 1 | -1/+1 |
* | Remove unneeded white spaces | Elyes HAOUAS | 2018-06-24 | 1 | -1/+1 |
* | ch341a_spi: Avoid deprecated libusb functions | Alex James | 2018-05-11 | 1 | -1/+6 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -0/+1 |
* | Add support for WCH CH341A as an SPI programmer | Urja Rannikko | 2016-01-31 | 1 | -0/+535 |