summaryrefslogtreecommitdiff
path: root/drivers/spi/stm32_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32_qspi: Fix short data write operationDaniil Stas2021-06-181-14/+15
* spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard2021-03-111-0/+2
* spi: stm32_qspi: migrate trace to dev and log macroPatrick Delaunay2021-01-131-21/+25
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* mtd: spi-mem: Drop dm.h header fileSimon Glass2020-08-031-0/+2
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard2019-07-221-1/+0
* spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-11/+13
* spi: stm32_qspi: move to exec_opChristophe Kerello2019-04-121-381/+244
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-071-2/+2
* spi: stm32_qspi: rework mode managementChristophe Kerello2018-07-231-14/+14
* spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccrChristophe Kerello2018-07-231-9/+8
* spi: stm32_qspi: Add reset supportPatrice Chotard2018-05-161-0/+15
* spi: stm32_qspi: Use dev_read_xxx APIPatrice Chotard2018-05-161-11/+6
* spi: stm32_qspi: Add chip select managementChristophe Kerello2018-05-161-0/+15
* spi: stm32_qspi: Add st, stm32f469-qspi compatible stringChristophe Kerello2018-05-161-0/+1
* spi: stm32_qspi: Align reg-names with kernel 4.12 RC1Christophe Kerello2018-05-161-2/+2
* spi: stm32_qspi: Sort include files alphabeticallyPatrice Chotard2018-05-161-3/+3
* spi: stm32_qspi: Solve issue detected by checkpatchPatrick Delaunay2018-05-161-13/+18
* spi: stm32_qspi: Remove CONFIG_CLK flagPatrice Chotard2018-05-161-4/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* board: stm32: switch to DM STM32 timerPatrice Chotard2018-03-131-1/+0
* spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard2017-07-261-1/+9
* stm32f7: use clock driver to enable qspi controller clockVikas Manocha2017-05-081-1/+15
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz2017-01-281-0/+628