summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32_sdram.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-05-27ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk1-13/+24
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-01-10ram: stm32: add memory mapping selection supportPatrice Chotard1-0/+25
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-4/+4
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard1-1/+24
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard1-73/+142
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard1-36/+47
2017-07-26ram: stm32: get base address from DTPatrice Chotard1-28/+64
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard1-1/+58
2017-06-05drivers: ram: stm32: fix compilation issuePatrice Chotard1-1/+1
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-05-08stm32f7: sdram: correct sdram configuration as per micron sdramVikas Manocha1-39/+16
2017-05-08stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha1-1/+0
2017-05-08stm32f7: sdram: use sdram device tree node to configure sdram controllerVikas Manocha1-53/+91
2017-05-08stm32f7: use clock driver to enable sdram controller clockVikas Manocha1-0/+15
2017-05-08stm32f7: dm: add driver model support for sdramVikas Manocha1-0/+31
2017-05-08stm32f7: sdram: move sdram driver code to ram drivers areaVikas Manocha1-0/+119