summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-04-17spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean
2020-03-25spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2020-03-25spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson
2020-03-25spi: pxa2xx: Add CS control clock quirkEvan Green
2020-03-25spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki
2020-03-25spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra
2020-03-12spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus
2020-03-12spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET
2020-03-12spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner
2020-02-24spi: spi-fsl-qspi: Ensure width is respected in spi-mem operationsMichael Walle
2020-02-24spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
2020-02-01spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula
2020-02-01spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-01-17spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost
2020-01-17spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven
2020-01-17spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard
2020-01-17spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter
2020-01-17spi: sprd: Fix the incorrect SPI registerHuanpeng Xin
2020-01-12spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle
2020-01-12spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra
2020-01-12spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan
2020-01-12spi: fsl: Handle the single hardwired chipselect caseLinus Walleij
2020-01-12spi: fsl: Fix GPIO descriptor supportLinus Walleij
2020-01-12spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula
2020-01-09spi: uniphier: Fix FIFO thresholdKunihiko Hayashi
2020-01-09spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean
2019-12-31spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy
2019-12-31spi: fsl: don't map irq during probeChristophe Leroy
2019-12-31spi: cadence: Correct handling of native chipselectCharles Keepax
2019-12-31spi: dw: Correct handling of native chipselectCharles Keepax
2019-12-31spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan
2019-12-31spi: tegra20-slink: add missed clk_unprepareChuhong Yuan
2019-12-31spi: pxa2xx: Add missed security checksChuhong Yuan
2019-12-31spi: img-spfi: fix potential double releasePan Bian
2019-12-31spi: dw: Fix Designware SPI loopbackThor Thayer
2019-12-31spi: sifive: disable clk when probe fails and removeChuhong Yuan
2019-12-31spi: sprd: adi: Add missing lock protection when rebootingLingling Xu
2019-12-31spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost
2019-12-31spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski
2019-12-13spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT
2019-12-13spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT
2019-12-13spi: atmel: Fix CS high supportGregory CLEMENT
2019-12-13spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard
2019-12-13spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown
2019-09-15Merge branch 'spi-5.3' into spi-linusMark Brown
2019-09-13spi: mediatek: support large PAluhua.xu