summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-05-17spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley1-0/+1
2024-05-17spi: fix null pointer dereference within spi_syncMans Rullgard1-0/+1
2024-05-17spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu1-2/+0
2024-05-17spi: axi-spi-engine: fix version format stringDavid Lechner1-1/+1
2024-05-17spi: axi-spi-engine: use common AXI macrosDavid Lechner1-11/+6
2024-04-10spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu1-0/+2
2024-04-10spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim1-3/+2
2024-04-10spi: s3c64xx: determine the fifo depth only onceTudor Ambarus1-5/+9
2024-04-10spi: s3c64xx: allow full FIFO masksTudor Ambarus1-4/+36
2024-04-10spi: s3c64xx: define a magic valueTudor Ambarus1-1/+3
2024-04-10spi: s3c64xx: remove else after returnTudor Ambarus1-4/+2
2024-04-10spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus1-0/+1
2024-04-10spi: s3c64xx: sort headers alphabeticallyTudor Ambarus1-7/+6
2024-04-10spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko1-7/+6
2024-03-27spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-27spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher1-2/+2
2024-03-27spi: Fix error code checking in spi_mem_exec_op()Florian Fainelli1-1/+1
2024-03-27spi: spi-mem: add statistics support to ->exec_op() callsThéo Lebrun1-1/+48
2024-03-27spi: Restore delays for non-GPIO chip selectJanne Grunau1-10/+14
2024-03-27spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin1-4/+4
2024-03-27spi: move split xfers for CS_WORD emulationDavid Lechner1-32/+31
2024-03-27spi: consolidate setting message->spiDavid Lechner1-7/+2
2024-03-06spi: cs42l43: Don't limit native CS to the first chip selectCharles Keepax1-2/+1
2024-02-27spi: Drop mismerged fixMark Brown1-7/+7
2024-02-22spi: cadence-qspi: add system-wide suspend and resume callbacksThéo Lebrun1-2/+18
2024-02-22spi: cadence-qspi: put runtime in runtime PM hooks namesThéo Lebrun1-4/+4
2024-02-22spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooksThéo Lebrun1-7/+2
2024-02-22spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun1-4/+2
2024-02-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck1-1/+2
2024-02-12spi: intel-pci: Add support for Lunar Lake-M SPI serial flashMika Westerberg1-0/+1
2024-02-12spi: omap2-mcspi: Revert FIFO support without DMAVaishnav Achath1-129/+8
2024-02-11spi: ppc4xx: Drop write-only variableUwe Kleine-König1-5/+0
2024-02-11spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König1-7/+7
2024-02-11spi: ppc4xx: Fix fallout from include cleanupUwe Kleine-König1-0/+1
2024-02-09spi: spi-ppc4xx: include missing platform_device.hChristian Lamparter1-0/+1
2024-02-05spi: imx: fix the burst length at DMA mode and CPU modeCarlos Song1-4/+5
2024-01-30spi: sh-msiof: avoid integer overflow in constantsWolfram Sang1-8/+8
2024-01-26spi: fix finalize message on error returnDavid Lechner1-0/+4
2024-01-24spi: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax1-1/+4
2024-01-23spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu1-0/+5
2024-01-23spi: spi-cadence: Reverse the order of interleaved write and read operationsAmit Kumar Mahapatra1-8/+9
2024-01-23spi: spi-imx: Use dev_err_probe for failed DMA channel requestsAlexander Stein1-2/+2
2024-01-23spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu1-2/+2
2024-01-22spi: intel-pci: Add support for Arrow Lake SPI serial flashMika Westerberg1-0/+1
2024-01-22spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the listMika Westerberg1-1/+0
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2024-01-10Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds42-1631/+1987
2024-01-05spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remo...Christophe JAILLET1-1/+0
2023-12-21spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 socValentin Caron1-12/+120
2023-12-21spi: stm32: use dma_get_slave_caps prior to configuring dma channelAlain Volmat1-2/+11