Re: [PATCH 3/5] sunxi: H6: DRAM: Constify function parameters

2025-04-15 Thread Andre Przywara
On Fri, 11 Apr 2025 18:14:37 +0200 Jernej Skrabec wrote: Hi, > Constify parameters for two reasons: > - Allow more compile time optimizations > - It will allow later sharing of common code with H616 (when it will be > rearranged some more) > > Commit does same kind of changes as 457e2cd665bd

[PATCH 3/5] sunxi: H6: DRAM: Constify function parameters

2025-04-11 Thread Jernej Skrabec
Constify parameters for two reasons: - Allow more compile time optimizations - It will allow later sharing of common code with H616 (when it will be rearranged some more) Commit does same kind of changes as 457e2cd665bd ("sunxi: H616: dram: const-ify DRAM function parameters") Signed-off-by: Je