summaryrefslogtreecommitdiffstats
path: root/drivers/ram/stm32mp1
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay2021-01-135-104/+117
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay2020-07-071-3/+44
* ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay2020-07-071-1/+2
* ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay2020-07-071-6/+7
* ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay2020-07-071-18/+19
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-5/+6
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* ram: stm32mp1: Add support for multiple configsMarek Vasut2020-05-141-5/+28
* configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-151-1/+1
* ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay2020-03-244-16/+51
* ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay2020-03-241-1/+1
* ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2020-03-242-1/+5
* ram: stm32mp1: update BIST config for tuningPatrick Delaunay2020-03-241-9/+142
* ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay2020-03-241-0/+15
* ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay2020-03-241-20/+25
* ram: stm32mp1: don't display the prompt two timesPatrick Delaunay2020-03-241-3/+1
* ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay2020-03-241-4/+6
* ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay2020-03-241-5/+25
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-172-0/+2
* stm32mp1: ram: add pattern parameter in infinite write testPatrick Delaunay2019-08-271-11/+20
* stm32mp1: ram: reload watchdog during ddr testPatrick Delaunay2019-08-271-0/+3
* stm32mp1: ram: update loop management in infinite testPatrick Delaunay2019-08-271-13/+25
* stm32mp1: ram: fix address issue in 2 testsPatrick Delaunay2019-08-271-11/+14
* stm32mp1: ram: cosmetic: remove unused prototypePatrick Delaunay2019-08-271-4/+0
* ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+3
* stm32mp1: ram: add tuning in DDR interactive modePatrick Delaunay2019-05-236-1/+1414
* stm32mp1: ram: add tests in DDR interactive modePatrick Delaunay2019-05-235-0/+1541
* stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay2019-05-234-0/+713
* stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay2019-05-232-3/+10
* stm32mp1: ram: update parameter array initializationPatrick Delaunay2019-05-232-16/+33
* stm32mp1: ram: change ddr speed to kHzPatrick Delaunay2019-05-233-11/+11
* stm32mp1: ram: increase the delay after reset to 128 cyclesPatrick Delaunay2019-05-231-5/+3
* stm32mp1: ram: update mask for operating modePatrick Delaunay2019-05-231-1/+1
* stm32mp1: add trusted boot with TF-APatrick Delaunay2019-04-121-1/+2
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-071-1/+1
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-075-10/+5
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* ram: stm32mp1: add driverPatrick Delaunay2018-03-196-0/+1288