summaryrefslogtreecommitdiff
path: root/drivers/ram
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-17ram: rk3328: use common sdram driverYouMin Chen2-606/+159
2019-11-17ram: px30: add sdram driverYouMin Chen8-1/+1168
2019-11-17ram: rockchip: add phy driver code for PX30Kever Yang1-0/+205
2019-11-17ram: rockchip: add controller code for PX30Kever Yang1-0/+205
2019-11-17ram: rockchip: Default enable DRAM debug infoKever Yang1-0/+1
2019-11-17ram: rockchip: move sdram_debug function into sdram_commonKever Yang3-148/+144
2019-11-17ram: rockchip: add common code for sdram driverKever Yang3-0/+292
2019-11-17ram: rockchip: rename sdram_common.c/h to sdram.cKever Yang8-8/+8
2019-11-17ram: rockchip: rename sdram.h to sdram_rk3288.hKever Yang3-3/+3
2019-11-10ram: rk3328: Fix loading of skew valuesSimon South1-1/+1
2019-11-10ram: rk3328: Use correct frequency units in functionSimon South1-2/+2
2019-10-26ram: k3-j721e: Add support for J721E DDR controllerKevin Scholz21-0/+32102
2019-10-26ram: k3-am654: Do not rely on default values for certain DDR registerJames Doublesin2-7/+58
2019-10-26ram: k3-am654: add support for LPDDR4 and DDR3L DDRsJames Doublesin1-11/+230
2019-09-19ram: rk3288: Initialize dram for TPL buildsJagan Teki1-5/+10
2019-08-27stm32mp1: ram: add pattern parameter in infinite write testPatrick Delaunay1-11/+20
2019-08-27stm32mp1: ram: reload watchdog during ddr testPatrick Delaunay1-0/+3
2019-08-27stm32mp1: ram: update loop management in infinite testPatrick Delaunay1-13/+25