u-boot/arch/arm/mach-sunxi/dram_timings
Andre Przywara 457e2cd665 sunxi: H616: dram: const-ify DRAM function parameters
There are quite some functions in the Allwinner H616 DRAM "driver", some
of them actually change the parameters in the structure passed to them,
but many are actually not.
To increase the optimisation potential for the code, mark those functions
that just read members of the passed dram_para struct as "const".
This in itself does not decrease the code size, but lays the groundwork
for future changes doing so.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
2023-07-21 00:29:42 +01:00
..
ddr2_v3s.c sunxi: add support for the DDR2 in V3s SoC 2017-06-08 22:37:55 +05:30
ddr3_1333.c sunxi: Add selective DRAM type and timing 2017-06-08 22:37:55 +05:30
h6_ddr3_1333.c WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
h6_lpddr3.c sunxi: H6: move LPDDR3 timing definition into separate file 2019-07-16 17:09:31 +05:30
h616_ddr3_1333.c sunxi: H616: dram: const-ify DRAM function parameters 2023-07-21 00:29:42 +01:00
lpddr3_stock.c sunxi: add LPDDR3 timing from stock boot0 2017-06-08 22:37:55 +05:30
Makefile sunxi: Add H616 DRAM support 2021-01-25 21:52:01 +00:00