summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-26spi: pxa2xx: Add CS control clock quirkEvan Green
2020-02-21spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner
2020-02-21spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki
2020-02-06spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra
2020-02-06spi: spi-omap2-mcspi: Handle DMA size restriction on AM65xVignesh Raghavendra
2020-01-17spi: npcm-pspi: modify reset supportTomer Maimon
2020-01-17spi: npcm-pspi: improve spi transfer performanceTomer Maimon
2020-01-17spi: spi-ti-qspi: fix warningJean Pihet
2020-01-14spi: fsl: simplify error path in of_fsl_spi_probe()Christophe Leroy
2020-01-14spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
2020-01-14spi: spi-ti-qspi: optimize byte-transfersJean Pihet
2020-01-14spi: spi-ti-qspi: support large flash devicesJean Pihet
2020-01-13spi: spi-qcom-qspi: Use device managed memory for clk_bulk_dataMatthias Kaehlcke
2020-01-10spi: Add HiSilicon v3xx SPI NOR flash controller driverJohn Garry
2020-01-09spi: bcm2835: Raise maximum number of slaves to 4Lukas Wunner
2020-01-09spi: sh-msiof: Do not redefine STR while compile testingKrzysztof Kozlowski
2020-01-07spi: rspi: Add support for GPIO chip selectsGeert Uytterhoeven
2020-01-07spi: rspi: Add support for multiple native chip selectsGeert Uytterhoeven
2020-01-07spi: rspi: Remove set_config_register() macroGeert Uytterhoeven
2020-01-07spi: rspi: Use dev_warn_once() instead of open-codingGeert Uytterhoeven
2020-01-07spi: sh-msiof: Convert to generic unused native cs handling.Geert Uytterhoeven
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven
2020-01-07spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error messageRayagonda Kokatanur
2019-12-27spi: Catch improper use of PTP system timestamping APIVladimir Oltean
2019-12-27spi: oc-tiny: Use GPIO descriptorsLinus Walleij
2019-12-25spi: uniphier: Add DMA transfer mode supportKunihiko Hayashi
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-12-25spi: tegra114: use true,false for bool variablezhengbin
2019-12-25spi: imx: use true,false for bool variablezhengbin
2019-12-25spi: fsl-lpspi: use true,false for bool variablezhengbin
2019-12-25spi: uniphier: Add handle_err callback functionKunihiko Hayashi
2019-12-25spi: uniphier: Change argument of irq functions to private structureKunihiko Hayashi
2019-12-25spi: uniphier: Fix FIFO thresholdKunihiko Hayashi
2019-12-17spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFERJim Quinlan
2019-12-17spi: spi-ti-qspi: Remove unused macro for fclk frequencyJean Pihet
2019-12-16spi: meson-spicc: Use GPIO descriptorsLinus Walleij
2019-12-16spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: sirf: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi
2019-12-16spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy
2019-12-16spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle
2019-12-11spi: rspi: Remove obsolete platform_device_id entriesGeert Uytterhoeven
2019-12-11spi: dw: Avoid BUG_ON() in case of host failureAditya Pakki
2019-12-11spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra