summaryrefslogtreecommitdiff
path: root/drivers/ram
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass6-27/+22
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass10-20/+20
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass9-30/+30
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass10-10/+10
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass20-28/+28
2020-10-31Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-0/+29
2020-10-30ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2-0/+29
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-10-16ram: imxrt: Include device_compat.hSean Anderson1-0/+1
2020-10-08ram: add ddr4 dual x8 configurationDylan Hung3-1/+12
2020-10-08ram: move aspeed ram driver into drivers/ directoryDylan Hung3-0/+443
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)Aaron Williams5-0/+435
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)Aaron Williams1-0/+11030
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)Aaron Williams1-0/+2728
2020-09-30ram: sifive: Remove regmap dependencyBin Meng1-9/+3
2020-09-30ram: sifive: Check return value on clk_enable()Bin Meng1-0/+5
2020-08-25ram: sifive: Fix compiler warnings for 32-bitBin Meng1-2/+2
2020-08-11ram: k3-j721e: Relax version checks for memory controllerLokesh Vutla1-15/+1
2020-08-04ti: am654: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-07-24ram: sifive: Avoid using hardcoded ram base and sizeBin Meng1-15/+15
2020-07-22rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not setKever Yang1-0/+13
2020-07-22ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUGJagan Teki1-4/+8
2020-07-22ram: rk3399: Drop debug stride in driverJagan Teki1-25/+0
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano4-4/+4
2020-07-07ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay1-3/+44
2020-07-07ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay1-1/+2
2020-07-07ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay1-6/+7
2020-07-07ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay1-18/+19
2020-06-04sifive: fu540: add ddr driverPragnesh Patel5-0/+432
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass8-0/+8
2020-05-19common: Drop linux/delay.h from common headerSimon Glass14-0/+14
2020-05-19common: Drop log.h from common headerSimon Glass17-0/+17
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-5/+6
2020-05-19common: Drop init.h from common headerSimon Glass8-0/+8
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-14ram: stm32mp1: Add support for multiple configsMarek Vasut1-5/+28
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay1-1/+1
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay4-16/+51
2020-03-24ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay1-1/+1
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2-1/+5
2020-03-24ram: stm32mp1: update BIST config for tuningPatrick Delaunay1-9/+142
2020-03-24ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay1-0/+15
2020-03-24ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay1-20/+25
2020-03-24ram: stm32mp1: don't display the prompt two timesPatrick Delaunay1-3/+1
2020-03-24ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay1-4/+6
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay1-5/+25
2020-02-13ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek1-0/+1
2020-02-06dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3