index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
stm32_qspi.c
Age
Commit message (
Expand
)
Author
2026-01-29
spi: stm32-qspi: Optimize FIFO accesses using u16 or u32
Patrice Chotard
2026-01-29
spi: stm32-qspi: Increase read throughput in indirect mode
Patrice Chotard
2024-10-09
spi: spi-uclass: Read chipselect and restrict capabilities
Venkatesh Yadav Abbarapu
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
spi: Remove <common.h> and add needed includes
Tom Rini
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-04-19
spi: stm32_qspi: Remove useless struct stm32_qspi_flash
Patrice Chotard
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-05-19
spi: stm32_qspi: Remove SR_BUSY bit check before sending command
Patrice Chotard
2022-05-19
spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()
Patrice Chotard
2021-06-18
spi: stm32_qspi: Fix short data write operation
Daniil Stas
2021-03-11
spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()
Patrice Chotard
2021-01-13
spi: stm32_qspi: migrate trace to dev and log macro
Patrick Delaunay
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-08-03
mtd: spi-mem: Drop dm.h header file
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-07-22
spi: stm32_qspi: Remove "st, stm32-qspi" compatible string
Patrice Chotard
2019-07-12
spi: stm32_qspi: avoid warnings when building with W=1 option
Patrick Delaunay
2019-04-12
spi: stm32_qspi: move to exec_op
Christophe Kerello
2019-02-07
mtd: spi: Switch to new SPI NOR framework
Vignesh R
2018-07-23
spi: stm32_qspi: rework mode management
Christophe Kerello
2018-07-23
spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccr
Christophe Kerello
2018-05-16
spi: stm32_qspi: Add reset support
Patrice Chotard
2018-05-16
spi: stm32_qspi: Use dev_read_xxx API
Patrice Chotard
2018-05-16
spi: stm32_qspi: Add chip select management
Christophe Kerello
2018-05-16
spi: stm32_qspi: Add st, stm32f469-qspi compatible string
Christophe Kerello
2018-05-16
spi: stm32_qspi: Align reg-names with kernel 4.12 RC1
Christophe Kerello
2018-05-16
spi: stm32_qspi: Sort include files alphabetically
Patrice Chotard
2018-05-16
spi: stm32_qspi: Solve issue detected by checkpatch
Patrick Delaunay
2018-05-16
spi: stm32_qspi: Remove CONFIG_CLK flag
Patrice Chotard
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-13
board: stm32: switch to DM STM32 timer
Patrice Chotard
2017-07-26
spi: stm32_qspi: add clk_get_rate() support
Patrice Chotard
2017-05-08
stm32f7: use clock driver to enable qspi controller clock
Vikas Manocha
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2017-01-28
ARM: SPI: stm32: add stm32f746 qspi driver
Michael Kurz