нд, 17 трав. 2026 р. о 10:55 Andy Shevchenko <[email protected]> пише: > > On Sun, May 17, 2026 at 10:43:02AM +0300, Svyatoslav Ryhel wrote: > > Since there are no users of this driver via platform data, remove the > > platform data support and switch to using Device Tree bindings. > > Additionally, optimize functions used only by platform data. > > This is a mixture of at least (!) three patches:
Maybe you can make a list of how to split it then. I have tried to make it complete and remain readable. I am open to your suggestions. > - devm conversion This will be dropped. > - the change of some constants If you mean LM3533_ALS_RESISTOR_MIN and LM3533_ALS_RESISTOR_MAX they are used explicitly in r_select value. Previously it was passed via pdata as register value and now it is obtained from the device tree as resistance in Ohms and register value is actually calculated. Naturally ALS_RESISTOR boundaries changed. > - the rest > > -- > With Best Regards, > Andy Shevchenko > >
