summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32_sdram.c
AgeCommit message (Expand)Author
2018-05-26ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-01-10ram: stm32: add memory mapping selection supportPatrice Chotard
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard
2017-07-26ram: stm32: get base address from DTPatrice Chotard
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard
2017-06-05drivers: ram: stm32: fix compilation issuePatrice Chotard
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-05-08stm32f7: sdram: correct sdram configuration as per micron sdramVikas Manocha
2017-05-08stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha
2017-05-08stm32f7: sdram: use sdram device tree node to configure sdram controllerVikas Manocha
2017-05-08stm32f7: use clock driver to enable sdram controller clockVikas Manocha
2017-05-08stm32f7: dm: add driver model support for sdramVikas Manocha
2017-05-08stm32f7: sdram: move sdram driver code to ram drivers areaVikas Manocha