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