summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32: Don't warn about spurious interruptsUwe Kleine-König2024-05-291-1/+1
* spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko2024-05-291-0/+9
* spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski2024-05-291-5/+15
* soi: Don't call DMA sync API when not neededMark Brown2024-05-2340-517/+1909
|\
| * spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko2024-05-231-5/+13
| * spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko2024-05-231-0/+4
| * spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven2024-05-091-0/+5
| * spi: Remove unneded check for orig_nentsAndy Shevchenko2024-05-081-14/+8
| * spi: pxa2xx: Drop linux/spi/pxa2xx_spi.hMark Brown2024-05-065-118/+69
| |\
| | * spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko2024-05-032-8/+8
| | * spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko2024-05-032-4/+1
| | * spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko2024-05-033-61/+9
| | * spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko2024-05-033-46/+2
| | * spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko2024-05-034-7/+22
| | * spi: pxa2xx: Remove outdated documentationAndy Shevchenko2024-05-031-2/+1
| | * spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko2024-05-034-5/+37
| | * spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko2024-05-031-1/+5
| * | spi: dw: Auto-detect number of native CSMark Brown2024-05-063-11/+19
| |\ \
| | * | spi: dw: Drop default number of CS settingSerge Semin2024-05-031-6/+2
| | * | spi: dw: Convert dw_spi::num_cs to u32Serge Semin2024-05-031-1/+1
| | * | spi: dw: Add a number of native CS auto-detectionSerge Semin2024-05-031-0/+14
| | * | spi: dw: Convert to using BITS_TO_BYTES() macroSerge Semin2024-05-031-4/+2
| | |/
| * | spi: bitbang: Add missing MODULE_DESCRIPTION()Andy Shevchenko2024-05-032-11/+11
| * | spi: bitbang: Use NSEC_PER_*SEC rather than hard codingAndy Shevchenko2024-05-031-2/+3
| |/
| * spi: use 'time_left' instead of 'timeout' withMark Brown2024-05-018-43/+45
| |\
| | * spi: xlp: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-4/+4
| | * spi: sun6i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-8/+9
| | * spi: sun4i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-4/+5
| | * spi: pic32: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-3/+3
| | * spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-3/+3
| | * spi: imx: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-10/+10
| | * spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-7/+7
| | * spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-4/+4
| * | Add add SPI-NAND Flash controller driver for EN7581Mark Brown2024-05-013-0/+1140
| |\ \
| | * | spi: airoha: add SPI-NAND Flash controller driverLorenzo Bianconi2024-04-303-0/+1140
| | |/
| * / spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner2024-05-011-7/+5
| |/
| * spi: cadence-qspi: add mobileye,eyeq5-ospi compatibleThéo Lebrun2024-04-261-0/+10
| * spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()Théo Lebrun2024-04-261-8/+23
| * spi: cadence-qspi: add no-IRQ mode to indirect readsThéo Lebrun2024-04-261-4/+9
| * spi: cadence-qspi: allow FIFO depth detectionThéo Lebrun2024-04-261-7/+30
| * spi: spi-s3c64xx.c: Remove of_node_put for auto cleanupShivani Gupta2024-04-241-3/+3
| * spi: mux: Fix master controller settings after mux selectHeikki Keranen2024-04-231-0/+2
| * spi: cs42l43: Correct name of ACPI propertyMaciej Strozek2024-04-191-1/+1
| * spi: oc-tiny: Remove unused of_gpio.hAndy Shevchenko2024-04-171-2/+0
| * spi: cs42l43: Use devm_add_action_or_reset()Charles Keepax2024-04-171-8/+4
| * Add bridged amplifiers to cs42l43Mark Brown2024-04-176-18/+139
| |\
| | * spi: cs42l43: Add bridged cs35l56 amplifiersMaciej Strozek2024-04-162-4/+120
| | * spi: Update swnode based SPI devices to use the fwnode nameCharles Keepax2024-04-161-0/+5
| | * spi: Switch to using is_acpi_device_node() in spi_dev_set_name()Charles Keepax2024-04-161-3/+4
| * | spi: More refacroings after multi-CS supportMark Brown2024-04-161-30/+33
| |\ \