summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: fsl-dspi: fix NULL pointer dereferenceMichael Walle2020-09-281-2/+3
* spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui2020-09-241-1/+1
* spi: fsl-dspi: fix use-after-free in remove pathSascha Hauer2020-09-231-5/+7
* spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-09-211-2/+3
* spi: bcm2835: Make polling_limit_us staticJason Yan2020-09-151-1/+1
* spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean2020-09-111-3/+3
* spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-091-1/+1
* spi: Fix memory leak on splited transfersGustav Wiklander2020-09-091-2/+7
* spi: spi-cadence-quadspi: Fix mapping of buffers for DMA readsVignesh Raghavendra2020-09-081-3/+5
* spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut2020-09-071-1/+5
* spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-021-1/+1
* spi: spi-cadence-quadspi: Populate get_name() interfaceVignesh Raghavendra2020-08-251-0/+9
* spi: stm32: always perform registers configuration prior to transferAlain Volmat2020-08-101-25/+17
* spi: stm32: fixes suspend/resume managementAmelie Delaunay2020-08-101-3/+24
* spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-08-101-1/+2
* spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay2020-08-101-8/+18
* spi: stm32h7: fix race condition at end of transferAntonio Borneo2020-08-101-1/+1
* spi: stm32: clear only asserted irq flags on interruptTobias Schramm2020-08-051-1/+1
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-032-1/+23
* spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang2020-07-291-3/+8
* spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang2020-07-291-2/+0
* spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang2020-07-291-6/+6
* spi: rockchip: Fix error in SPI slave pio readJon Lin2020-07-281-1/+1
* spi: rockchip: Support 64-location deep FIFOsJon Lin2020-07-281-11/+14
* spi: rockchip: Config spi rx dma burst size depend on xfer lengthJon Lin2020-07-281-2/+17
* spi: spi-topcliff-pch: drop call to wakeup-disableVaibhav Gupta2020-07-281-2/+0
* spi: spidev: Align buffers for DMAChristian Eggers2020-07-281-8/+13
* spi: sun4i: update max transfer size reportedJonathan Liu2020-07-271-1/+1
* spi: imx: enable runtime pm supportClark Wang2020-07-271-33/+88
* spi: mediatek: add spi support for mt8192 ICleilk.liu2020-07-221-0/+3
* spi: lantiq: Add support to Lightning Mountain SoCDilip Kota2020-07-222-2/+42
* spi: lantiq: Move interrupt configuration to SoC specific data structureDilip Kota2020-07-221-25/+39
* spi: lantiq: Add fifo size bit mask in SoC specific data structureDilip Kota2020-07-221-10/+9
* spi: lantiq: Add support to acknowledge interruptDilip Kota2020-07-221-0/+13
* spi: lantiq: Move interrupt control register offesets to SoC specific data st...Dilip Kota2020-07-221-8/+12
* spi: lantiq: Add SMP supportDilip Kota2020-07-221-0/+7
* spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota2020-07-221-0/+10
* spi: spi-topcliff-pch: use generic power managementVaibhav Gupta2020-07-221-38/+13
* spi: ppc4xx: Convert to use GPIO descriptorsLinus Walleij2020-07-222-99/+17
* spi: spi-cadence: add support for chip select highShreyas Joshi2020-07-221-1/+1
* spi: lpspi: fix the imbalance of runtime pm function callClark Wang2020-07-221-1/+6
* spi: spi-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-171-0/+2
* spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-171-0/+2
* spi: spi-at91-usart: Remove unused OF table 'struct of_device_id'Lee Jones2020-07-171-7/+0
* spi: spi-topcliff-pch: Add missing descriptions to 'struct pch_spi_data'Lee Jones2020-07-171-2/+6
* spi: spi-zynqmp-gqspi: Correct a couple of misspellings in kerneldocLee Jones2020-07-171-3/+3
* spi: spi-zynq-qspi: Add description for 2 missing attributes/parametersLee Jones2020-07-171-1/+2
* spi: spi-pl022: Provide missing struct attribute/function param docsLee Jones2020-07-171-3/+9
* spi: spi-s3c64xx: Add missing entries for structs 's3c64xx_spi_dma_data' and ...Lee Jones2020-07-171-1/+8
* spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_sp...Lee Jones2020-07-171-3/+1