summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32mp1
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass2-0/+2
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
2019-08-27stm32mp1: ram: fix address issue in 2 testsPatrick Delaunay1-11/+14
2019-08-27stm32mp1: ram: cosmetic: remove unused prototypePatrick Delaunay1-4/+0
2019-07-12ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay1-2/+3
2019-05-23stm32mp1: ram: add tuning in DDR interactive modePatrick Delaunay6-1/+1414
2019-05-23stm32mp1: ram: add tests in DDR interactive modePatrick Delaunay5-0/+1541
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay4-0/+713
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay2-3/+10
2019-05-23stm32mp1: ram: update parameter array initializationPatrick Delaunay2-16/+33
2019-05-23stm32mp1: ram: change ddr speed to kHzPatrick Delaunay3-11/+11
2019-05-23stm32mp1: ram: increase the delay after reset to 128 cyclesPatrick Delaunay1-5/+3
2019-05-23stm32mp1: ram: update mask for operating modePatrick Delaunay1-1/+1
2019-04-12stm32mp1: add trusted boot with TF-APatrick Delaunay1-1/+2
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini5-10/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-19ram: stm32mp1: add driverPatrick Delaunay6-0/+1288