summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32mp1
AgeCommit message (Expand)Author
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt
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-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 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-01-17common: Move RAM-sizing functions to init.hSimon Glass
2019-08-27stm32mp1: ram: add pattern parameter in infinite write testPatrick Delaunay
2019-08-27stm32mp1: ram: reload watchdog during ddr testPatrick Delaunay
2019-08-27stm32mp1: ram: update loop management in infinite testPatrick Delaunay
2019-08-27stm32mp1: ram: fix address issue in 2 testsPatrick Delaunay
2019-08-27stm32mp1: ram: cosmetic: remove unused prototypePatrick Delaunay
2019-07-12ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay
2019-05-23stm32mp1: ram: add tuning in DDR interactive modePatrick Delaunay
2019-05-23stm32mp1: ram: add tests in DDR interactive modePatrick Delaunay
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay
2019-05-23stm32mp1: ram: update parameter array initializationPatrick Delaunay
2019-05-23stm32mp1: ram: change ddr speed to kHzPatrick Delaunay
2019-05-23stm32mp1: ram: increase the delay after reset to 128 cyclesPatrick Delaunay
2019-05-23stm32mp1: ram: update mask for operating modePatrick Delaunay
2019-04-12stm32mp1: add trusted boot with TF-APatrick Delaunay
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-19ram: stm32mp1: add driverPatrick Delaunay