commit | 18674dee3cd651279eb3d9ba789fe483ddfe1137 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Mon Apr 19 14:15:41 2021 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 19 14:18:44 2021 +0100 |
tree | 6b390605819fec7516bea7e1927d436932700fbf | |
parent | f3530f26f8e9869e6e8c3370cf6f61330774fe2b [diff] |
spi: stm32-qspi: Add dirmap support Add stm32_qspi_dirmap_read() and stm32_qspi_dirmap_create() to get dirmap support. Update the exec_op callback which doens't allow anymore memory map access. Memory map access are only available through the dirmap_read callback. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Link: https://lore.kernel.org/r/20210419121541.11617-4-patrice.chotard@foss.st.com Signed-off-by: Mark Brown <broonie@kernel.org>