| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |