On 11/11/23 17:14, Biju Das wrote:
Hi Marek Vasut,
Subject: [PATCH v2 3/4] clk: rs9: Replace model check with bitshift from
chip data
Adjust rs9_calc_dif() to special-case the 9FGV0241 where DIFx bits start
at 1, encode this shift into chip data and drop the model check entirely.
Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxxxx>
---
Cc: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>
Cc: Michael Turquette <mturquette@xxxxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-clk@xxxxxxxxxxxxxxx
Cc: linux-renesas-soc@xxxxxxxxxxxxxxx
---
V2: New patch
Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
Do you need enum rs9_model as it is unused after this patch??
Dropped in V3 , thanks.
Can you check the other patches too ? I'll send V3 tomorrow-ish.