summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski2018-09-091-1/+1
* spi: Fix scatterlist elements size in spi_map_bufMaxime Chevallier2018-07-031-2/+8
* spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-05-261-1/+1
* spi: davinci: fix up dma_mapping_error() incorrect patchGreg Kroah-Hartman2018-04-081-1/+1
* spi: dw: Disable clock after unregistering the hostMarek Vasut2018-03-241-1/+1
* spi: sun6i: disable/unprepare clocks on removeTobias Jordan2018-03-221-1/+1
* spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transferAkinobu Mita2018-03-221-4/+5
* spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea2018-03-031-1/+1
* spi: sun4i: disable clocks in the remove functionTakuo Koguchi2018-02-251-1/+1
* spi: imx: do not access registers while clocks disabledStefan Agner2018-02-031-2/+13
* spi: xilinx: Detect stall with Unknown commandsRicardo Ribalda Delgado2018-01-021-0/+11
* Revert "spi: SPI_FSL_DSPI should depend on HAS_DMA"Sasha Levin2017-12-161-1/+0
* spi: sh-msiof: Fix DMA transfer size checkHiromitsu Yamasaki2017-12-091-1/+1
* spi: SPI_FSL_DSPI should depend on HAS_DMAGeert Uytterhoeven2017-11-301-0/+1
* spi: dw: Make debugfs name unique between instancesPhil Reid2017-08-061-1/+4
* spi: davinci: use dma_mapping_error()Kevin Hilman2017-07-051-2/+2
* spi: mvebu: fix baudrate calculation for armada variantUwe Kleine-König2017-01-151-29/+54
* spi: spi-fsl-dspi: Drop extra spi_master_put in device remove functionWei Yongjun2016-10-311-1/+0
* spi: sh-msiof: Avoid invalid clock generator parametersGeert Uytterhoeven2016-10-071-0/+3
* spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel QuarkAndy Shevchenko2016-08-201-1/+8
* spi: sun4i: fix FIFO limitMichal Suchanek2016-08-101-3/+10
* spi: sunxi: fix transfer timeoutMichal Suchanek2016-08-102-2/+18
* spi: spi-ti-qspi: Handle truncated frames properlyBen Hutchings2016-05-181-12/+20
* spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overriddenBen Hutchings2016-05-181-6/+9
* spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPTJarkko Nikula2016-05-181-1/+1
* spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong2016-05-041-1/+6
* spi: atmel: fix gpio chip-select in case of non-DT platformCyrille Pitchen2016-03-031-0/+1
* spi: omap2-mcspi: Prevent duplicate gpio_requestMichael Welling2016-03-031-9/+10
*-. Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-l...Mark Brown2015-12-162-7/+7
|\ \
| | * spi: spidev: Hold spi_lock over all defererences of spi in release()Mark Brown2015-12-161-1/+1
| * | spi-fsl-dspi: Fix CTAR Register accessBhuvanchandra DV2015-12-121-6/+6
| |/
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2015-12-161-1/+1
|\ \
| * | spi: fix parent-device reference leakJohan Hovold2015-12-161-1/+1
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/med...Mark Brown2015-11-304-16/+43
|\ \ \ \ \
| | | | * | spi: pl022: handle EPROBE_DEFER for dmaRabin Vincent2015-11-231-6/+22
| | | | |/
| | | * / spi: mediatek: single device does not require cs_gpiosNicolas Boichat2015-11-161-8/+18
| | | |/
| | * / spi: Add missing kerneldoc description for parameterThierry Reding2015-11-101-0/+1
| | |/
| * / spi: bcm63xx: use correct format string for printing a resourceArnd Bergmann2015-11-161-2/+2
| |/
* / spi: bugfix: spi_message.transfer_length does not get resetMartin Sperl2015-11-271-0/+1
|/
*---. Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and '...Mark Brown2015-11-043-80/+53
|\ \ \
| | | * spi: txx9: Use transfer speed unconditionallyJarkko Nikula2015-09-161-1/+1
| | * | spi: ti-qspi: improve ->remove() callbackFelipe Balbi2015-10-301-10/+1
| | * | spi: spi-ti-qspi: switch to polling mode for better r/w performanceVignesh R2015-10-161-54/+20
| | |/
| * | spi: s3c64xx: Use transfer speed unconditionallyJarkko Nikula2015-09-161-1/+1
| * | spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove ...Heiner Kallweit2015-09-141-1/+5
| * | spi: s3c64xx: simplify suspend / resume handlersHeiner Kallweit2015-09-141-8/+7
| * | spi: s3c64xx: extend driver to make full use of runtime PM autosuspendHeiner Kallweit2015-09-141-8/+18
| * | spi: s3c64xx: clean up runtime PM if driver registration failsHeiner Kallweit2015-09-141-1/+4
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-048-138/+174
|\ \ \ \ \ \
| | | | | * | spi: pxa2xx: Rework self-initiated platform data creation for non-ACPIJarkko Nikula2015-10-301-12/+26