On Tue, 2 Jun 2026 23:44:55 +0200, Andy Shevchenko <[email protected]> said: > On Thu, May 21, 2026 at 10:36:31AM +0200, Bartosz Golaszewski wrote: >> Provide a platform-specific variant of device_set_of_node_from_dev(). In >> addition to bumping the reference count of the OF node being assigned, >> it also assigns the fwnode of the platform device. > > Can we rather investigate the way how to make that of node reuse thingy > (which is used solely by pin control) differently and then drop this confusing > device_set_of_node_from_dev() call altogether? >
Possibly but I can't do everything in a single series. Let's take it one step at a time. The goal of this is to make software node handling for platform devices more correct. Bart
