Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-08 | stm32f7: use clock driver to enable qspi controller clock | Vikas Manocha | |
Signed-off-by: Vikas Manocha <vikas.manocha@st.com> cc: Christophe KERELLO <christophe.kerello@st.com> | |||
2017-02-08 | dm: core: Replace of_offset with accessor | Simon Glass | |
At present devices use a simple integer offset to record the device tree node associated with the device. In preparation for supporting a live device tree, which uses a node pointer instead, refactor existing code to access this field through an inline function. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2017-01-28 | ARM: SPI: stm32: add stm32f746 qspi driver | Michael Kurz | |
This patch adds support for the QSPI IP found in stm32f7 devices. Signed-off-by: Michael Kurz <michi.kurz@gmail.com> |