summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-09-18spi: geni-qcom: Fix incorrect free_irq() sequenceJinjie Ruan
2024-09-18spi: geni-qcom: Undo runtime PM changes at driver exit timeJinjie Ruan
2024-09-18spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu
2024-09-12spi: spi-fsl-lpspi: Fix off-by-one in prescale maxStefan Wahren
2024-09-12spi: spi-fsl-lpspi: limit PRESCALE bit in TCR registerCarlos Song
2024-09-12spi: hisi-kunpeng: Add verification for the max_frequency provided by the fir...Devyn Liu
2024-09-12spi: rockchip: Resolve unbalanced runtime PM / system PM handlingBrian Norris
2024-09-08spi: hisi-kunpeng: Add validation for the minimum value of speed_hzDevyn Liu
2024-08-14spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren
2024-08-14spi: spidev: Add missing spi_device_id for bh2228fvGeert Uytterhoeven
2024-08-03spi: spidev: add correct compatible for Rohm BH2228FVConor Dooley
2024-08-03spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transferSteve Wilkins
2024-08-03spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins
2024-08-03spi: microchip-core: switch to use modern nameYang Yingliang
2024-08-03spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins
2024-08-03spi: microchip-core: defer asserting chip select until just before write to T...Steve Wilkins
2024-08-03spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli
2024-08-03spi: atmel-quadspi: Add missing check for clk_prepareChen Ni
2024-08-03spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar
2024-07-25spi: mux: set ctlr->bits_per_word_maskDavid Lechner
2024-07-25spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König
2024-07-25spi: Fix OCTAL mode supportPatrice Chotard
2024-07-11spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski
2024-06-27spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard
2024-06-27spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard
2024-06-27spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde
2024-06-27spi: cs42l43: Correct SPI root clock speedCharles Keepax
2024-06-12spi: stm32: Don't warn about spurious interruptsUwe Kleine-König
2024-06-12spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
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-05-17spi: axi-spi-engine: move msg state to new structDavid Lechner
2024-05-17spi: axi-spi-engine: use devm_spi_alloc_host()David Lechner
2024-05-17spi: axi-spi-engine: simplify driver data allocationDavid Lechner
2024-05-17spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()Li Zetao
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: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin