summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32_sdram.c
Commit message (Expand)AuthorAgeFilesLines
* ram: stm32: add memory mapping selection supportPatrice Chotard2018-01-101-0/+25
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-4/+4
* ram: stm32: add stm32h7 supportPatrice Chotard2017-07-261-1/+24
* ram: stm32: add second SDRAM bank managementPatrice Chotard2017-07-261-73/+142
* ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard2017-07-261-36/+47
* ram: stm32: get base address from DTPatrice Chotard2017-07-261-28/+64
* ram: stm32: migrate fmc defines in driver filePatrice Chotard2017-07-261-1/+58
* drivers: ram: stm32: fix compilation issuePatrice Chotard2017-06-051-1/+1
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* stm32f7: sdram: correct sdram configuration as per micron sdramVikas Manocha2017-05-081-39/+16
* stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha2017-05-081-1/+0
* stm32f7: sdram: use sdram device tree node to configure sdram controllerVikas Manocha2017-05-081-53/+91
* stm32f7: use clock driver to enable sdram controller clockVikas Manocha2017-05-081-0/+15
* stm32f7: dm: add driver model support for sdramVikas Manocha2017-05-081-0/+31
* stm32f7: sdram: move sdram driver code to ram drivers areaVikas Manocha2017-05-081-0/+119