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.
