Quoting Daniel Vetter (2021-10-13 05:22:23) > On Wed, Oct 06, 2021 at 12:37:46PM -0700, Stephen Boyd wrote: > > Replace 'struct master' with 'struct aggregate_device' and then rename > > 'master' to 'adev' everywhere in the code. While we're here, put a > > struct device inside the aggregate device so that we can register it > > with a bus_type in the next patch. > > > > The diff is large but that's because this is mostly a rename, where > > sometimes 'master' is replaced with 'adev' and other times it is > > replaced with 'parent' to indicate that the struct device that was being > > used is actually the parent of the aggregate device and driver. > > > > Cc: Daniel Vetter <daniel.vetter@xxxxxxxx> > > Cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx> > > Cc: Rob Clark <robdclark@xxxxxxxxx> > > Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> > > Cc: Saravana Kannan <saravanak@xxxxxxxxxx> > > Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > > This adds device model stuff, please cc Greg KH and ask him to review > this. Maybe also an ack from Rafael would be good whether this makes > sense. I will explicitly Cc Greg on these component.c patches. > > Once we have that I think we can then go&collect acks/review for all the > driver changes and get this sorted. Thanks a lot for pushing this forward. I'll resend the series today. This one has some compilation problems that I've fixed now.