summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32mp1/stm32mp1_ddr.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay1-17/+19
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay1-7/+12
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay1-1/+4
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay1-5/+25
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay1-0/+298
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay1-3/+8
2019-05-23stm32mp1: ram: update parameter array initializationPatrick Delaunay1-14/+31
2019-05-23stm32mp1: ram: change ddr speed to kHzPatrick Delaunay1-2/+2
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
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-19ram: stm32mp1: add driverPatrick Delaunay1-0/+496