Re: [PATCH v4 04/10] memory: ti-aemif: Create aemif_check_cs_timings()
From: Miquel Raynal
Date: Fri Nov 15 2024 - 15:02:52 EST
On 15/11/2024 at 14:26:25 +01, Bastien Curutchet <bastien.curutchet@xxxxxxxxxxx> wrote:
> aemif_calc_rate() check the validity of a new computed timing against a
checks
> 'max' value given as input. This isn't convenient if we want to check
> the CS timing configuration somewhere else in the code.
>
> Wrap the verification of all the chip select's timing configuration into a
> single function to ease its exportation in upcoming patches.
> Remove the 'max' input from aemif_calc_rate() as it's no longer used.
>
> Signed-off-by: Bastien Curutchet <bastien.curutchet@xxxxxxxxxxx>
Reviewed-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>