summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-06-19spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde1-12/+2
2024-06-18spi: Fix SPI slave probe failureAmit Kumar Mahapatra1-4/+6
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard1-2/+4
2024-06-18spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard1-1/+1
2024-06-18spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard1-6/+4
2024-06-07spi: cs42l43: Drop cs35l56 SPI speed down to 11MHzCharles Keepax1-2/+2
2024-06-04spi: cs42l43: Correct SPI root clock speedCharles Keepax1-1/+1
2024-05-29spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-05-29spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko1-0/+9
2024-05-29spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski1-5/+15
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