summaryrefslogtreecommitdiffstats
path: root/linux_spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-2/+2
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-2/+2
* linux_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-16/+16
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-2/+2
* remove compile guardsThomas Heijligen2021-09-261-4/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-6/+2
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+11
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-3/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* linux_spi.c: Drop some unnecessary initialisations and checksAnastasia Klimchuk2021-04-231-17/+7
* linux_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-181-12/+33
* linux_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-181-7/+18
* linux_spi.c: Extract get_max_kernel_buf_size() as a functionAnastasia Klimchuk2021-04-181-36/+42
* tree: Remove forward-declarations for spi mastersAnastasia Klimchuk2021-02-161-66/+56
* 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