aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/stm32_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-18spi: stm32_qspi: Fix short data write operationDaniil Stas1-14/+15
2021-03-11spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard1-0/+2
2021-01-13spi: stm32_qspi: migrate trace to dev and log macroPatrick Delaunay1-21/+25
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-08-03mtd: spi-mem: Drop dm.h header fileSimon Glass1-0/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-07-22spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard1-1/+0
2019-07-12spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay1-11/+13
2019-04-12spi: stm32_qspi: move to exec_opChristophe Kerello1-381/+244
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R1-2/+2
2018-07-23spi: stm32_qspi: rework mode managementChristophe Kerello1-14/+14
2018-07-23spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccrChristophe Kerello1-9/+8
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-13board: 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