aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-05-27spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko1-22/+9
2024-05-27spi: spi-microchip-core: Add support for GPIO based CSPrajna Rajendra Kumar1-0/+4
2024-05-27spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar1-1/+1
2024-05-27spi: wpcm-fiu: differentiate between unsupported and invalid requestsMiquel Raynal1-3/+3
2024-05-27spi: rpc-if: differentiate between unsupported and invalid requestsMiquel Raynal1-6/+6
2024-05-27spi: mxic: differentiate between unsupported and invalid requestsMiquel Raynal1-1/+1
2024-05-27spi: dw: differentiate between unsupported and invalid requestsMiquel Raynal1-4/+6
2024-05-27spi: spi-cadence: Add optional reset control supportJi Sheng Teoh1-0/+13
2024-05-23soi: Don't call DMA sync API when not neededMark Brown40-517/+1909
2024-05-23spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König1-2/+12
2024-05-23spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko1-5/+13
2024-05-23spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-05-09spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven1-0/+5
2024-05-09spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley1-0/+1
2024-05-08spi: Remove unneded check for orig_nentsAndy Shevchenko1-14/+8
2024-05-06spi: pxa2xx: Drop linux/spi/pxa2xx_spi.hMark Brown5-118/+69
2024-05-06spi: dw: Auto-detect number of native CSMark Brown3-11/+19
2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko2-8/+8
2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko2-4/+1
2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko3-61/+9
2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko3-46/+2
2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko4-7/+22
2024-05-03spi: pxa2xx: Remove outdated documentationAndy Shevchenko1-2/+1
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko4-5/+37
2024-05-03spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko1-1/+5
2024-05-03spi: bitbang: Add missing MODULE_DESCRIPTION()Andy Shevchenko2-11/+11
2024-05-03spi: bitbang: Use NSEC_PER_*SEC rather than hard codingAndy Shevchenko1-2/+3
2024-05-03spi: dw: Drop default number of CS settingSerge Semin1-6/+2
2024-05-03spi: dw: Convert dw_spi::num_cs to u32Serge Semin1-1/+1
2024-05-03spi: dw: Add a number of native CS auto-detectionSerge Semin1-0/+14
2024-05-03spi: dw: Convert to using BITS_TO_BYTES() macroSerge Semin1-4/+2
2024-05-03spi: stm32: enable controller before asserting CSBen Wolsieffer1-12/+2
2024-05-01spi: use 'time_left' instead of 'timeout' withMark Brown8-43/+45
2024-05-01Add add SPI-NAND Flash controller driver for EN7581Mark Brown3-0/+1140
2024-05-01spi: fix null pointer dereference within spi_syncMans Rullgard1-0/+1
2024-05-01spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner1-7/+5
2024-04-30spi: xlp: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+4
2024-04-30spi: sun6i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-8/+9
2024-04-30spi: sun4i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+5
2024-04-30spi: pic32: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+3
2024-04-30spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+3
2024-04-30spi: imx: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-10/+10
2024-04-30spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-7/+7
2024-04-30spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+4
2024-04-30spi: airoha: add SPI-NAND Flash controller driverLorenzo Bianconi3-0/+1140
2024-04-26spi: cadence-qspi: add mobileye,eyeq5-ospi compatibleThéo Lebrun1-0/+10
2024-04-26spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()Théo Lebrun1-8/+23
2024-04-26spi: cadence-qspi: add no-IRQ mode to indirect readsThéo Lebrun1-4/+9
2024-04-26spi: cadence-qspi: allow FIFO depth detectionThéo Lebrun1-7/+30
2024-04-24spi: spi-s3c64xx.c: Remove of_node_put for auto cleanupShivani Gupta1-3/+3