summaryrefslogtreecommitdiff
path: root/drivers/ram
AgeCommit message (Expand)Author
2020-07-24ram: sifive: Avoid using hardcoded ram base and sizeBin Meng
2020-07-22rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not setKever Yang
2020-07-22ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUGJagan Teki
2020-07-22ram: rk3399: Drop debug stride in driverJagan Teki
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-07-07ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay
2020-07-07ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay
2020-07-07ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay
2020-07-07ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay
2020-06-04sifive: fu540: add ddr driverPragnesh Patel
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-14ram: stm32mp1: Add support for multiple configsMarek Vasut
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay
2020-03-24ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay
2020-03-24ram: stm32mp1: update BIST config for tuningPatrick Delaunay
2020-03-24ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay
2020-03-24ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay
2020-03-24ram: stm32mp1: don't display the prompt two timesPatrick Delaunay
2020-03-24ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay
2020-02-13ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-30ram: rk3328: only do data traning for cs0Kever Yang
2020-01-30arm: rockchip: Add common cru.hJagan Teki
2020-01-30ram: rk3399: don't assume phy_io_config() uses real regsThomas Hebb
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-14ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti
2019-11-17rockchip: rk3308: Add sdram driverAndy Yan
2019-11-17ram: rk3399: Fix dram setting to make dram more stableYouMin Chen
2019-11-17ram: rk3399: update calculate_strideKever Yang
2019-11-17ram: rk3399: Sync the io setting from Rockchip vendor codeKever Yang
2019-11-17ram: rockchip: update lpddr4 timing for rk3399Kever Yang
2019-11-17ram: rk3399: add support detect capacityYouMin Chen
2019-11-17ram: rk3399: update the function of sdram_initYouMin Chen
2019-11-17ram: rk3399: fix error about get_ddrc0_con reg addrYouMin Chen
2019-11-17ram: rk3399: Clean up codeYouMin Chen
2019-11-17ram: rk3399: migrate to use common codeYouMin Chen
2019-11-17ram: rk3328: use common sdram driverYouMin Chen
2019-11-17ram: px30: add sdram driverYouMin Chen