summaryrefslogtreecommitdiff
path: root/drivers/spi/stm32_spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32: support per-transfer bits per word switchingPhilipp Zabel2023-04-111-11/+39
* spi: Fix probing SPI drivers with no cs-gpiosJohn Watts2023-01-261-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-4/+4
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* spi: stm32: fix reads for sizes bigger than SZ_64K-1Ahmad Fatoum2022-07-121-0/+20
* spi: add STM32 SPI controller driverAhmad Fatoum2021-11-051-0/+590