summaryrefslogtreecommitdiff
path: root/drivers/ram
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-30ram: rk3328: only do data traning for cs0Kever Yang1-7/+3
2020-01-30arm: rockchip: Add common cru.hJagan Teki2-10/+10
2020-01-30ram: rk3399: don't assume phy_io_config() uses real regsThomas Hebb1-4/+2
2020-01-18common: Move hang() to the same header as panic()Simon Glass4-0/+4
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass4-0/+4
2020-01-15ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti3-0/+449
2019-11-17rockchip: rk3308: Add sdram driverAndy Yan2-0/+56
2019-11-17ram: rk3399: Fix dram setting to make dram more stableYouMin Chen1-21/+20
2019-11-17ram: rk3399: update calculate_strideKever Yang1-39/+119
2019-11-17ram: rk3399: Sync the io setting from Rockchip vendor codeKever Yang1-30/+14
2019-11-17ram: rockchip: update lpddr4 timing for rk3399Kever Yang2-9/+9
2019-11-17ram: rk3399: add support detect capacityYouMin Chen1-21/+215
2019-11-17ram: rk3399: update the function of sdram_initYouMin Chen1-123/+296
2019-11-17ram: rk3399: fix error about get_ddrc0_con reg addrYouMin Chen1-1/+1
2019-11-17ram: rk3399: Clean up codeYouMin Chen1-83/+93
2019-11-17ram: rk3399: migrate to use common codeYouMin Chen5-115/+118