summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | spi: add software implementation for SPI_CS_WORDDavid Lechner2018-09-171-1/+30
| | |/
| * | spi: pic32-sqi: remove unnecessary of_node_get()Alexey Khoroshilov2018-09-171-1/+1
| * | spi: davinci: remove set but not used variable 'pdata'YueHaibing2018-09-131-2/+0
| * | spi: davinci: Remove chip select GPIO pdataLinus Walleij2018-09-111-7/+0
| * | spi: spi-mem: Adjust op len based on message/transfer size limitationsChuanhua Han2018-09-101-0/+15
| * | spi: gpio: No MISO does not imply no RXLinus Walleij2018-09-101-4/+6
| * | spi: pic32: remove unnecessary of_node_get()Alexey Khoroshilov2018-09-071-1/+1
| * | spi: pl022: Remove set but not used variable 'chip'YueHaibing2018-09-071-2/+0
| * | spi: dw: support 4-16 bits per wordSimon Goldschmidt2018-09-061-10/+5
| * | spi: spi-gpio: Remove set but not used variable 'pdata'YueHaibing2018-09-061-2/+0
| * | spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven2018-09-055-30/+7
| * | spi: orion: cosmetics - alias long direct_access variablesKosta Zertsekel2018-09-031-11/+11
| * | spi: dw-mmio: avoid hardcoded field maskAlexandre Belloni2018-08-311-1/+2
| * | spi: davinci: remove set but not used variable 'pdata'YueHaibing2018-08-301-2/+0
| * | spi: dw-mmio: add MSCC Jaguar2 supportAlexandre Belloni2018-08-291-6/+22
| * | spi: sprd: Add SPI driver for Spreadtrum SC9860Lanqing Liu2018-08-283-0/+752
| * | spi: use SPDX identifier for Renesas driversWolfram Sang2018-08-284-34/+6
| |/
* | Merge branch 'spi-4.19' into spi-linusMark Brown2018-10-213-4/+7
|\ \
| * | spi: sh-msiof: fix deferred probingSergei Shtylyov2018-10-151-2/+2
| * | spi: rockchip: initialize dma_slave_config properlyHuibin Hong2018-10-111-0/+3
| * | spi: bcm-qspi: switch back to reading flash using smaller chunksRafał Miłecki2018-10-111-1/+1
| * | spi: bcm-qspi: fix calculation of address lengthRafał Miłecki2018-10-111-1/+1
* | | Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-284-15/+82
|\| |
| * | spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven2018-09-051-4/+6
| * | spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven2018-09-051-0/+24
| * | spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki2018-09-051-1/+2
| * | spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami2018-09-051-0/+25
| * | spi: gpio: Fix copy-and-paste errorLinus Walleij2018-09-041-2/+2
| * | spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler2018-09-031-8/+23
* | | Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-172-2/+17
|\| | | |/ |/|
| * spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODEAngelo Dureghello2018-08-281-0/+6
| * spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven2018-08-281-11/+11
| * spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov2018-08-151-0/+9
* | Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds2018-08-181-7/+4
|\ \
| * | spi: sprd: Change to use devm_hwspin_lock_request_specific()Baolin Wang2018-06-261-6/+3
| * | spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()Baolin Wang2018-06-261-1/+1
* | | Merge branch 'spi-4.19' into spi-nextMark Brown2018-08-1020-350/+1121
|\ \ \ | | |/ | |/|
| * | spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf2018-08-021-0/+28
| * | spi: uniphier: remove unnecessary include headersKeiji Hayashibara2018-08-021-2/+0
| * | spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi2018-08-012-1/+32
| * | spi: add flags parameter to txrx_word function pointersLorenzo Bianconi2018-08-017-43/+56
| * | spi: add SPI controller driver for UniPhier SoCKeiji Hayashibara2018-08-013-0/+539
| * | spi: img-spfi: Set device select bits for SPFI port stateIonela Voinescu2018-07-301-0/+3
| * | spi: omap2-mcspi: remove several redundant variablesColin Ian King2018-07-301-9/+0
| * | spi: dw-mmio: add MSCC Ocelot supportAlexandre Belloni2018-07-301-0/+90
| * | spi: dw: export dw_spi_set_csAlexandre Belloni2018-07-302-1/+3
| * | spi: spi-fsl-espi: Log fifo counters on errorTiago Brusamarello2018-07-261-1/+4
| * | spi: imx: Use the longuest possible burst size when in dynamic_burstMaxime Chevallier2018-07-241-37/+85
| * | spi: imx: remove unnecessary check in spi_imx_can_dmaMaxime Chevallier2018-07-241-3/+0
| * | spi: imx: Use correct number of bytes per wordsMaxime Chevallier2018-07-241-4/+6