summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2024-05-03spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko
2024-05-03spi: bitbang: Add missing MODULE_DESCRIPTION()Andy Shevchenko
2024-05-03spi: bitbang: Use NSEC_PER_*SEC rather than hard codingAndy Shevchenko
2024-05-03spi: dw: Drop default number of CS settingSerge Semin
2024-05-03spi: dw: Convert dw_spi::num_cs to u32Serge Semin
2024-05-03spi: dw: Add a number of native CS auto-detectionSerge Semin
2024-05-03spi: dw: Convert to using BITS_TO_BYTES() macroSerge Semin
2024-05-03spi: stm32: enable controller before asserting CSBen Wolsieffer
2024-05-01spi: use 'time_left' instead of 'timeout' withMark Brown
2024-05-01Add add SPI-NAND Flash controller driver for EN7581Mark Brown
2024-05-01spi: fix null pointer dereference within spi_syncMans Rullgard
2024-05-01spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner
2024-04-30spi: xlp: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: sun6i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: sun4i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: pic32: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: imx: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-04-30spi: airoha: add SPI-NAND Flash controller driverLorenzo Bianconi
2024-04-26spi: cadence-qspi: add mobileye,eyeq5-ospi compatibleThéo Lebrun
2024-04-26spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()Théo Lebrun
2024-04-26spi: cadence-qspi: add no-IRQ mode to indirect readsThéo Lebrun
2024-04-26spi: cadence-qspi: allow FIFO depth detectionThéo Lebrun
2024-04-24spi: spi-s3c64xx.c: Remove of_node_put for auto cleanupShivani Gupta
2024-04-23spi: mux: Fix master controller settings after mux selectHeikki Keranen
2024-04-19spi: cs42l43: Correct name of ACPI propertyMaciej Strozek
2024-04-17spi: oc-tiny: Remove unused of_gpio.hAndy Shevchenko
2024-04-17spi: cs42l43: Use devm_add_action_or_reset()Charles Keepax
2024-04-17Add bridged amplifiers to cs42l43Mark Brown