summaryrefslogtreecommitdiff
path: root/drivers/ram
Commit message (Expand)AuthorAgeFilesLines
* rockchip: ram: update license for sdram driverKever Yang2019-01-026-6/+6
* rockchip: rk322x: ram: enable DRAM init in SPL instead of TPLKever Yang2018-12-101-6/+6
* ram: MediaTek: add DDR3 driver for MT7629 SoCRyder Lee2018-11-283-0/+774
* ram: Introduce K3 AM654 DDR Sub System driverLokesh Vutla2018-11-164-0/+2027
* ram: bmips: Remove DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-1/+0
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-282-4/+2
* ram: Add driver for MPC83xxMario Six2018-09-183-0/+1106
* bmips: ram: add an option to force the size of the ramPhilippe Reynes2018-08-081-1/+7
* ram: bmips: convert to use live dtÁlvaro Fernández Rojas2018-06-011-5/+2
* ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk2018-05-261-13/+24
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-076-6/+6
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-075-10/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-22/+11
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-278-13/+0
* driver: ram: rockchip: rk3399: missing counter incrementHeinrich Schuchardt2018-03-281-0/+1
* ram: stm32mp1: add driverPatrick Delaunay2018-03-198-0/+1291
* dm: ram: bmips: add BCM6318 supportÁlvaro Fernández Rojas2018-01-261-0/+19
* ram: stm32: add memory mapping selection supportPatrice Chotard2018-01-101-0/+25
* rockchip: rk3128: add sdram driverKever Yang2017-11-302-0/+60
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-043-12/+12
* rockchip: rk3188: ram: add support for 16bit row addressKever Yang2017-10-011-2/+9
* rockchip: rk322x: add sdram driverKever Yang2017-10-012-0/+856
* rockchip: rk3328: move sdram driver to driver/ramKever Yang2017-10-012-0/+61
* rockchip: rk3288: move sdram driver to driver/ramKever Yang2017-10-012-0/+1126
* rockchip: rk3188: move sdram driver to driver/ramKever Yang2017-10-012-0/+954
* rockchip: rk3399: move sdram driver to driver/ramKever Yang2017-10-012-0/+1239
* rockchip: rk3368: adjust DMC driver for 32/64bit-aware OF_PLATDATAPhilipp Tomsich2017-09-181-9/+2
* ram: kconfig: s/SPL/TPL/ in TPL_RAM help textJagan Teki2017-08-261-1/+1
* rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich2017-08-133-0/+1016
* spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich2017-08-131-0/+9
* spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich2017-08-131-1/+1
* 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
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* dm: ram: bmips: add BCM6338/BCM6348 supportÁlvaro Fernández Rojas2017-05-311-0/+31
* dm: ram: bmips: split bcm6358_get_ram_sizeÁlvaro Fernández Rojas2017-05-311-10/+13
* dm: ram: remove unneeded brcm,bcm63268-mc idÁlvaro Fernández Rojas2017-05-121-5/+1
* ram: add RAM driver for Broadcom MIPS SoCsÁlvaro Fernández Rojas2017-05-102-0/+127
* 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