Re: [PATCH v2 5/6] video: backlight: lm3533_bl: Set initial mapping mode from DT
From: Daniel Thompson
Date: Fri May 29 2026 - 07:11:29 EST
On Thu, May 28, 2026 at 04:51:22PM +0300, Svyatoslav Ryhel wrote:
> Add support to obtain the initial mapping mode from DT instead of leaving
> it unconfigured. Additionally, update the linear sysfs code, which uses a
> similar coding pattern.
Words like "additionally" in a patch description can be a sign the patch
should actually be two patches. In this case the patch would be a lot
easier to read if you cleaned up the linear sysfs code (patch N) and then
added the new DT logic (patch N+1).
Daniel.