| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | linux_spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -16/+16 |
* | 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 |
* | remove compile guards | Thomas Heijligen | 2021-09-26 | 1 | -4/+0 |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -6/+2 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -1/+11 |
* | 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 |
* | linux_spi.c: Drop some unnecessary initialisations and checks | Anastasia Klimchuk | 2021-04-23 | 1 | -17/+7 |
* | linux_spi.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-04-18 | 1 | -12/+33 |
* | linux_spi.c: Separate shutdown from failed init cleanup | Anastasia Klimchuk | 2021-04-18 | 1 | -7/+18 |
* | linux_spi.c: Extract get_max_kernel_buf_size() as a function | Anastasia Klimchuk | 2021-04-18 | 1 | -36/+42 |
* | tree: Remove forward-declarations for spi masters | Anastasia Klimchuk | 2021-02-16 | 1 | -66/+56 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | linux_spi: reorder includes for linux <4.14 | Fabrice Fontaine | 2019-10-16 | 1 | -2/+7 |
* | linux_spi: Use fgets() to read buffer size | Jacob Garber | 2019-09-24 | 1 | -2/+1 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | linux_spi: Hardcode default spispeed of 2MHz | Nico Huber | 2018-12-22 | 1 | -10/+13 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | linux_spi: Reduce maximum read chunksize | Nico Huber | 2018-03-20 | 1 | -2/+3 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -0/+1 |
* | linux_spi: Dynamically detect max buffer size | Keno Fischer | 2017-11-16 | 1 | -7/+45 |
* | Add a bunch of new/tested stuff and various small changes 24 | Stefan Tauner | 2016-01-23 | 1 | -0/+6 |
* | Add (implicit) support for musl libc | Gwenhael Goavec-Merou | 2015-11-14 | 1 | -2/+3 |
* | linux_spi: properly convert pointers to kernel's u64 | David Riley | 2014-08-05 | 1 | -2/+2 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -3/+2 |
* | linux_spi: Stop messing up the units of SPI speed | Alexandru Gagniuc | 2014-03-19 | 1 | -6/+6 |
* | linux_spi: Fix conversion from kHz to Hz | Alexandru Gagniuc | 2014-03-19 | 1 | -1/+1 |
* | Add a bunch of new/tested stuff and various small changes 18 | Stefan Tauner | 2013-07-25 | 1 | -8/+13 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | Make the presence of Linux SPI headers mandatory for linux_spi | Stefan Tauner | 2012-03-13 | 1 | -0/+5 |
* | Prevent submission of empty read requests in linux_spi | Michael Karcher | 2012-03-06 | 1 | -2/+14 |
* | linux_spi.c: set SPI mode, bit order and bits per word on init | Stefan Tauner | 2012-03-03 | 1 | -3/+19 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -6/+12 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -4/+4 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -8/+8 |
* | Small fixes for the linux_spi programmer code | Sven Schnelle | 2011-09-07 | 1 | -7/+12 |
* | Fix linux_spi.c build on 32bit systems | Uwe Hermann | 2011-09-06 | 1 | -2/+2 |
* | Add support for the Linux SPI subsystem (spidev) | Sven Schnelle | 2011-09-03 | 1 | -0/+139 |