On Mon, Mar 29, 2021 at 01:50:35PM +0300, Heikki Krogerus wrote: > Hi, > > The old device property API (device_add_properties()) is going to be > removed. These prepare the i2c subsystem and drivers for the change. > The change is fairly trivial in case of i2c. All we need to do is add > complete software nodes to the devices instead of only the device > properties in those nodes. > > thanks, > > Heikki Krogerus (12): > i2c: Add support for software nodes > ARM: davinci: Constify the software nodes > ARM: omap1: osk: Constify the software node > ARM: pxa: stargate2: Constify the software node > ARM: s3c: mini2440: Constify the software node > platform/x86: intel_cht_int33fe_microb: Constify the software node > i2c: cht-wc: Constify the software node > i2c: nvidia-gpu: Constify the software node > i2c: icy: Constify the software node > platform/chrome: chromeos_laptop - Prepare complete software nodes > Input: elantech - Prepare a complete software node for the device > i2c: Remove support for dangling device properties I applied all patches to an immutable branch "i2c/software-nodes" now. Once buildbot successfully checked this branch, I will merge it into for-next and advertise it to interested parties. Thanks for this work!