Re: [PATCH] phy: freescale: fsl-samsung-hdmi: return closest rate instead LUT
From: Adam Ford
Date: Mon Mar 31 2025 - 09:45:54 EST
On Mon, Mar 10, 2025 at 11:12 AM Uwe Kleine-König
<u.kleine-koenig@xxxxxxxxxxxx> wrote:
>
> Hello Dominique,
>
> On Mon, Mar 10, 2025 at 06:48:50PM +0900, Dominique Martinet wrote:
> > [...] and I'm sure there are other improvements that could be made at
> > the edges.
>
> One thing that irritated me is the function names. `phy_clk_round_rate`
> sounds too generic. `fsl_samsung_hdmi_phy_clk_round_rate` is long, but
> I'd say would be a better match.
If Dominique won't have time, I can try to clean this up a bit. I was
not liking the names either, but I was trying to keep them small.
I'll default to this convention more in the future, based on your
feedback.
adam
>
> Best regards
> Uwe