Re: [PATCH v5 04/14] mfd: lm3533: Pass only regmap and light sensor presence to child devices
Svyatoslav Ryhel <[email protected]> Tue, 14 Jul 2026 16:28:24 +0300
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-leds |
|---|---|
| Message-ID | <CAPVz0n1+wrq+g3p3UTc3hzHcsz8k02=QsvmseBD45d+SoSFsBw@mail.gmail.com> |
пт, 3 лип. 2026 р. о 12:50 Johan Hovold <[email protected]> пише: > > On Wed, Jun 17, 2026 at 11:00:21AM +0300, Svyatoslav Ryhel wrote: > > Instead of passing the entire lm3533 core data structure, only pass the > > regmap and the light sensor presence flag to child devices. > > Again, why? > Because none of the child cells needs entire parents private structure, regmap is all that is used. > Johan