summaryrefslogtreecommitdiffstats
path: root/linux_spi.c
Commit message (Expand)AuthorAgeFilesLines
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* linux_spi: reorder includes for linux <4.14Fabrice Fontaine2019-10-161-2/+7
* linux_spi: Use fgets() to read buffer sizeJacob Garber2019-09-241-2/+1
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* linux_spi: Hardcode default spispeed of 2MHzNico Huber2018-12-221-10/+13
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* linux_spi: Reduce maximum read chunksizeNico Huber2018-03-201-2/+3
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-0/+1
* linux_spi: Dynamically detect max buffer sizeKeno Fischer2017-11-161-7/+45
* Add a bunch of new/tested stuff and various small changes 24Stefan Tauner2016-01-231-0/+6
* Add (implicit) support for musl libcGwenhael Goavec-Merou2015-11-141-2/+3
* linux_spi: properly convert pointers to kernel's u64David Riley2014-08-051-2/+2
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-3/+2
* linux_spi: Stop messing up the units of SPI speedAlexandru Gagniuc2014-03-191-6/+6
* linux_spi: Fix conversion from kHz to HzAlexandru Gagniuc2014-03-191-1/+1
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-8/+13
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Make the presence of Linux SPI headers mandatory for linux_spiStefan Tauner2012-03-131-0/+5
* Prevent submission of empty read requests in linux_spiMichael Karcher2012-03-061-2/+14
* linux_spi.c: set SPI mode, bit order and bits per word on initStefan Tauner2012-03-031-3/+19
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-6/+12
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-4/+4
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-8/+8
* Small fixes for the linux_spi programmer codeSven Schnelle2011-09-071-7/+12
* Fix linux_spi.c build on 32bit systemsUwe Hermann2011-09-061-2/+2
* Add support for the Linux SPI subsystem (spidev)Sven Schnelle2011-09-031-0/+139