summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds40-512/+1892
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
2024-04-23spi: mux: Fix master controller settings after mux selectHeikki Keranen1-0/+2
2024-04-19spi: cs42l43: Correct name of ACPI propertyMaciej Strozek1-1/+1
2024-04-17spi: oc-tiny: Remove unused of_gpio.hAndy Shevchenko1-2/+0
2024-04-17spi: cs42l43: Use devm_add_action_or_reset()Charles Keepax1-8/+4
2024-04-17Add bridged amplifiers to cs42l43Mark Brown6-18/+139
2024-04-16spi: More refacroings after multi-CS supportMark Brown1-30/+33
2024-04-16spi: cs42l43: Add bridged cs35l56 amplifiersMaciej Strozek2-4/+120
2024-04-16spi: Update swnode based SPI devices to use the fwnode nameCharles Keepax1-0/+5
2024-04-16spi: Switch to using is_acpi_device_node() in spi_dev_set_name()Charles Keepax1-3/+4
2024-04-16spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu1-2/+0
2024-04-16spi: Consistently use BIT for cs_index_mask (part 2)Andy Shevchenko1-7/+3