summaryrefslogtreecommitdiff
path: root/drivers/spi/stm32_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-16spi: stm32_qspi: Add reset supportPatrice Chotard1-0/+15
2018-05-16spi: stm32_qspi: Use dev_read_xxx APIPatrice Chotard1-11/+6
2018-05-16spi: stm32_qspi: Add chip select managementChristophe Kerello1-0/+15
2018-05-16spi: stm32_qspi: Add st, stm32f469-qspi compatible stringChristophe Kerello1-0/+1
2018-05-16spi: stm32_qspi: Align reg-names with kernel 4.12 RC1Christophe Kerello1-2/+2
2018-05-16spi: stm32_qspi: Sort include files alphabeticallyPatrice Chotard1-3/+3
2018-05-16spi: stm32_qspi: Solve issue detected by checkpatchPatrick Delaunay1-13/+18
2018-05-16spi: stm32_qspi: Remove CONFIG_CLK flagPatrice Chotard1-4/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-14board: stm32: switch to DM STM32 timerPatrice Chotard1-1/+0
2017-07-26spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard1-1/+9
2017-05-08stm32f7: use clock driver to enable qspi controller clockVikas Manocha1-1/+15
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz1-0/+628