[PATCH v6 01/35] component: Replace most references to 'master' with 'aggregate device'

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Jan 31 13:48:47 UTC 2022


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 at ffwll.ch>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Cc: "Rafael J. Wysocki" <rafael at kernel.org>
> Cc: Rob Clark <robdclark at gmail.com>
> Cc: Russell King <rmk+kernel at arm.linux.org.uk>
> Cc: Saravana Kannan <saravanak at google.com>
> Signed-off-by: Stephen Boyd <swboyd at chromium.org>
> ---
>  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


More information about the dri-devel mailing list