Re: [PATCH 3/8] drm/bridge: it66121: Add a helper function to read bus width

2023-11-14 Thread Dmitry Baryshkov
On Tue, 14 Nov 2023 at 17:09, Sui Jingfeng wrote: > > From: Sui Jingfeng > > Group those relavent code lines (which with common purpose) into one helper > function, suppress the dependency on DT to function level. Just trivial > cleanup, no functional change. > > Signed-off-by: Sui Jingfeng > --

[PATCH 3/8] drm/bridge: it66121: Add a helper function to read bus width

2023-11-14 Thread Sui Jingfeng
From: Sui Jingfeng Group those relavent code lines (which with common purpose) into one helper function, suppress the dependency on DT to function level. Just trivial cleanup, no functional change. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/bridge/ite-it66121.c | 32 --