summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-05-17spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley
2024-05-17spi: fix null pointer dereference within spi_syncMans Rullgard
2024-05-17spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu
2024-05-17spi: axi-spi-engine: fix version format stringDavid Lechner
2024-05-17spi: axi-spi-engine: use common AXI macrosDavid Lechner
2024-04-10spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu
2024-04-10spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim
2024-04-10spi: s3c64xx: determine the fifo depth only onceTudor Ambarus
2024-04-10spi: s3c64xx: allow full FIFO masksTudor Ambarus
2024-04-10spi: s3c64xx: define a magic valueTudor Ambarus
2024-04-10spi: s3c64xx: remove else after returnTudor Ambarus
2024-04-10spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus
2024-04-10spi: s3c64xx: sort headers alphabeticallyTudor Ambarus
2024-04-10spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko
2024-03-26spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao
2024-03-26spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher
2024-03-26spi: Fix error code checking in spi_mem_exec_op()Florian Fainelli
2024-03-26spi: spi-mem: add statistics support to ->exec_op() callsThéo Lebrun
2024-03-26spi: Restore delays for non-GPIO chip selectJanne Grunau
2024-03-26spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin
2024-03-26spi: move split xfers for CS_WORD emulationDavid Lechner
2024-03-26spi: consolidate setting message->spiDavid Lechner
2024-03-06spi: cs42l43: Don't limit native CS to the first chip selectCharles Keepax
2024-02-27spi: Drop mismerged fixMark Brown
2024-02-22spi: cadence-qspi: add system-wide suspend and resume callbacksThéo Lebrun
2024-02-22spi: cadence-qspi: put runtime in runtime PM hooks namesThéo Lebrun
2024-02-22spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooksThéo Lebrun
2024-02-22spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun
2024-02-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck
2024-02-12spi: intel-pci: Add support for Lunar Lake-M SPI serial flashMika Westerberg
2024-02-12spi: omap2-mcspi: Revert FIFO support without DMAVaishnav Achath
2024-02-11spi: ppc4xx: Drop write-only variableUwe Kleine-König
2024-02-11spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König
2024-02-11spi: ppc4xx: Fix fallout from include cleanupUwe Kleine-König
2024-02-09spi: spi-ppc4xx: include missing platform_device.hChristian Lamparter
2024-02-05spi: imx: fix the burst length at DMA mode and CPU modeCarlos Song
2024-01-30spi: sh-msiof: avoid integer overflow in constantsWolfram Sang
2024-01-25spi: fix finalize message on error returnDavid Lechner
2024-01-24spi: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax
2024-01-23spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu
2024-01-23spi: spi-cadence: Reverse the order of interleaved write and read operationsAmit Kumar Mahapatra
2024-01-23spi: spi-imx: Use dev_err_probe for failed DMA channel requestsAlexander Stein
2024-01-23spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu
2024-01-22spi: intel-pci: Add support for Arrow Lake SPI serial flashMika Westerberg
2024-01-22spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the listMika Westerberg
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-01-05spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remo...Christophe JAILLET
2023-12-21spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 socValentin Caron
2023-12-21spi: stm32: use dma_get_slave_caps prior to configuring dma channelAlain Volmat