summaryrefslogtreecommitdiffstats
path: root/ch341a_spi.c
Commit message (Expand)AuthorAgeFilesLines
* ch341a_spi: drop validation of handle in routinesAlexander Goncharov2023-04-131-10/+0
* ch341a_spi: Refactor singleton states into reentrant patternAlexander Goncharov2023-04-131-75/+81
* 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
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-2/+2
* tree/: Move programmer_delay() out of programmer state machineEdward O'Callaghan2022-12-121-2/+2
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* ch341a_spi: detach/attach kernel driver explicitlyThomas Heijligen2022-09-071-5/+6
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-2/+2
* ch341a: use better english in the debug messageThomas Heijligen2021-10-011-1/+1
* ch341a_spi: replace active kernel driver detaching by automatic oneThomas Heijligen2021-09-291-11/+4
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-4/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-14/+14
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-3/+13
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* Add missing platform.h includesMiriam Polzer2020-12-261-0/+1
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-1/+1
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* helpers: Add reverse_byte() and reverse_bytes()Marc Schink2018-08-301-11/+2
* Fix typosElyes HAOUAS2018-08-191-1/+1
* Remove unneeded white spacesElyes HAOUAS2018-06-241-1/+1
* ch341a_spi: Avoid deprecated libusb functionsAlex James2018-05-111-1/+6
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-0/+1
* Add support for WCH CH341A as an SPI programmerUrja Rannikko2016-01-311-0/+535