Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32f7: use clock driver to enable qspi controller clock | Vikas Manocha | 2017-05-08 | 1 | -1/+15 |
| | | | | | Signed-off-by: Vikas Manocha <vikas.manocha@st.com> cc: Christophe KERELLO <christophe.kerello@st.com> | ||||
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -1/+1 |
| | | | | | | | | | 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> | ||||
* | ARM: SPI: stm32: add stm32f746 qspi driver | Michael Kurz | 2017-01-28 | 1 | -0/+628 |
This patch adds support for the QSPI IP found in stm32f7 devices. Signed-off-by: Michael Kurz <michi.kurz@gmail.com> |