On Thu, Jan 27, 2022 at 12:01:07PM -0800, Stephen Boyd wrote: > Remove most references to 'master' in the code and replace them with > some form of 'aggregate device'. This better reflects the reality of > what this code does, i.e. an aggregate device that represents a > device like a GPU card once some set of devices that make up the > aggregate device probe and register with the component framework. > > Cc: Daniel Vetter <daniel.vetter@xxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > 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> > --- > drivers/base/component.c | 242 +++++++++++++++++++------------------- > include/linux/component.h | 18 +-- > 2 files changed, 128 insertions(+), 132 deletions(-) This one change is fine as-is and I will queue it up now, thanks for doing it. greg k-h