summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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: intel: Add check devm_kasprintf() returned valueCharles Han
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-29spi: spi-cadence-quadspi: Fix OSPI NOR failures during system resumeVignesh Raghavendra
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: 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-09spi: mux: set ctlr->bits_per_word_maskDavid Lechner
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner
2024-07-09spi: don't unoptimize message in spi_async()David Lechner
2024-07-04spi: omap2-mcspi: Revert multi mode supportMark Brown
2024-07-01spi: davinci: Unset POWERDOWN bit when releasing resourcesBastien Curutchet
2024-06-24spi: axi-spi-engine: fix sleep calculationDavid Lechner
2024-06-24spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König
2024-06-19spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde
2024-06-18spi: Fix SPI slave probe failureAmit Kumar Mahapatra
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard
2024-06-18spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard
2024-06-18spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard
2024-06-07spi: cs42l43: Drop cs35l56 SPI speed down to 11MHzCharles Keepax
2024-06-04spi: cs42l43: Correct SPI root clock speedCharles Keepax
2024-05-29spi: stm32: Don't warn about spurious interruptsUwe Kleine-König
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko
2024-05-29spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski
2024-05-23soi: Don't call DMA sync API when not neededMark Brown
2024-05-23spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
2024-05-09spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven
2024-05-09spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko
2024-05-06spi: pxa2xx: Drop linux/spi/pxa2xx_spi.hMark Brown
2024-05-06spi: dw: Auto-detect number of native CSMark Brown
2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko
2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko
2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko
2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko
2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko
2024-05-03spi: pxa2xx: Remove outdated documentationAndy Shevchenko
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko