From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8850FC433F5 for ; Fri, 3 Dec 2021 01:50:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237460AbhLCBxw (ORCPT ); Thu, 2 Dec 2021 20:53:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236759AbhLCBxw (ORCPT ); Thu, 2 Dec 2021 20:53:52 -0500 Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26D86C06174A for ; Thu, 2 Dec 2021 17:50:29 -0800 (PST) Received: by mail-oi1-x22b.google.com with SMTP id r26so2865708oiw.5 for ; Thu, 02 Dec 2021 17:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XNwfOn9vmY3VbdnDca+JfZ16hyf72zuU1wTESMaGj7Y=; b=YAntr2tAT7sEIv605evLopqYP/xpOtx2dHSl2V0NHNjkGy8RR+F5tjXLmFQXIUVLX/ HdFEhTBkzzIchrj3sZSsnqicRNOhNXrh0NXsuJeaIXDSQW9IAKOI0AfQNR6d/JNyu8/i QOk+EKYEzPP02uFhgkcLLjSph61McgnnSer5a7ApLRudN77ULzy5Uy4qnyetNDjH4ZgS gxA5TkDl0AF5WzZSyfV0lH/Hfws/VXLcCJzBL+bvt3YWkFXdg8wLseqHWubH7FWTJEWx k5j1rim5sGqc4f9C1kqnPBX7vHDHOPPJE/htVnD+KcxPYVMWvUKRhS/iv+1otnNgVyJz 5JNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XNwfOn9vmY3VbdnDca+JfZ16hyf72zuU1wTESMaGj7Y=; b=xVxY8YBbjqQHiPSFcxlGOjyUYtU+hIdj2BEaWpeoUrT94JxSzjeiEJGvsC9ZxmAimm XROmUlpclRk6ktLrqeRy0Dun/7+PJpZhQxn9cQGq3gYXzkxD32QklscZdlNkVf64Vjr7 vBLRpoKHphgEkhEBoVe5LA6R7++WMlF7zPZ9cOuw+qVTtgk6nuukOM/bltKgZgUuySYQ O/OUbY6rYfy+vDOMiRb/Y56Lnyn+LwY1JCnXO2slhoVQKzqva87pFzOvNTiV418u2lQM uJIw+HwByAeUumvg8D6z1r15P5GuwQCrX9YiWQVrUVoyHwztTL50sSHeTyytLfMbijkv TqEA== X-Gm-Message-State: AOAM533xNTU78c9E5mwu7QmJi6P67lsPvut1M4P1Cqu1XbbPUjOA3zir bgRY6k14U8l7W9DpjqiSdRAi/Pqvw1yGCG2EuwZ/bQ== X-Google-Smtp-Source: ABdhPJx7nuu2YlyCnPSegJgOpuOgC5CE+wFxLhOMv5rAZOIPRLBb6QItoG/svVYhG6+xrtvREGHlHYeZM0on16MQM/E= X-Received: by 2002:a05:6808:60e:: with SMTP id y14mr7264529oih.162.1638496228531; Thu, 02 Dec 2021 17:50:28 -0800 (PST) MIME-Version: 1.0 References: <20211202222732.2453851-1-swboyd@chromium.org> <20211202222732.2453851-29-swboyd@chromium.org> In-Reply-To: <20211202222732.2453851-29-swboyd@chromium.org> From: Linus Walleij Date: Fri, 3 Dec 2021 02:50:16 +0100 Message-ID: Subject: Re: [PATCH v4 28/34] power: supply: ab8500: Migrate to aggregate driver To: Stephen Boyd Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Sebastian Reichel , linux-pm@vger.kernel.org, Daniel Vetter , "Rafael J. Wysocki" , Rob Clark , Russell King , Saravana Kannan Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Dec 2, 2021 at 11:27 PM Stephen Boyd wrote: > Use an aggregate driver instead of component ops so that we can get > proper driver probe ordering of the aggregate device with respect to all > the component devices that make up the aggregate device. > > Acked-by: Sebastian Reichel > Cc: > Cc: Daniel Vetter > Cc: Linus Walleij > Cc: "Rafael J. Wysocki" > Cc: Rob Clark > Cc: Russell King > Cc: Saravana Kannan > Signed-off-by: Stephen Boyd Pulled in that patches and tested. Works! Tested-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B3338C433EF for ; Fri, 3 Dec 2021 01:50:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 585D56E0EB; Fri, 3 Dec 2021 01:50:30 +0000 (UTC) Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4E2026E0EB for ; Fri, 3 Dec 2021 01:50:29 +0000 (UTC) Received: by mail-oi1-x235.google.com with SMTP id bk14so2838274oib.7 for ; Thu, 02 Dec 2021 17:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XNwfOn9vmY3VbdnDca+JfZ16hyf72zuU1wTESMaGj7Y=; b=YAntr2tAT7sEIv605evLopqYP/xpOtx2dHSl2V0NHNjkGy8RR+F5tjXLmFQXIUVLX/ HdFEhTBkzzIchrj3sZSsnqicRNOhNXrh0NXsuJeaIXDSQW9IAKOI0AfQNR6d/JNyu8/i QOk+EKYEzPP02uFhgkcLLjSph61McgnnSer5a7ApLRudN77ULzy5Uy4qnyetNDjH4ZgS gxA5TkDl0AF5WzZSyfV0lH/Hfws/VXLcCJzBL+bvt3YWkFXdg8wLseqHWubH7FWTJEWx k5j1rim5sGqc4f9C1kqnPBX7vHDHOPPJE/htVnD+KcxPYVMWvUKRhS/iv+1otnNgVyJz 5JNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XNwfOn9vmY3VbdnDca+JfZ16hyf72zuU1wTESMaGj7Y=; b=4rkDCNQTB/z4Ugt+/5airYnZqTaOqy13uezTOeiOTT1VclXnTCMRLHd3OulOI05kj7 46hL/XM8Rf67iw5lOd3J2OL9hWB0D0RmhWJbswMoHYduyOZVZHOkqwtNnlFCwgwL7gFD Jfw2N1PE2n7Igqp3sjDFZxR0AcKuVCOGV8v+0CAwKjyg071ikOe9Z72UqISsNwsNPJjk /1KC8RZMmRET5KnfSEmQjgLx/9NkMsTlH+N+BeARevzTbMaPpEIi9IhpdVOE6Vhg0eqE y+N0bSIZ5twIAI25IHpxRYucR5EyotfxRcnlm5lwGJbOSKYLoqQswiSg5kIWB4oGiPie rO6Q== X-Gm-Message-State: AOAM5302hbBU64a44WqmxVb7OqmOys9X6KHkAj3UAoy013237iq507hR mGU2wcKg+ns22wcf1yengthiqNH1hG2bCDDvSRXfAg== X-Google-Smtp-Source: ABdhPJx7nuu2YlyCnPSegJgOpuOgC5CE+wFxLhOMv5rAZOIPRLBb6QItoG/svVYhG6+xrtvREGHlHYeZM0on16MQM/E= X-Received: by 2002:a05:6808:60e:: with SMTP id y14mr7264529oih.162.1638496228531; Thu, 02 Dec 2021 17:50:28 -0800 (PST) MIME-Version: 1.0 References: <20211202222732.2453851-1-swboyd@chromium.org> <20211202222732.2453851-29-swboyd@chromium.org> In-Reply-To: <20211202222732.2453851-29-swboyd@chromium.org> From: Linus Walleij Date: Fri, 3 Dec 2021 02:50:16 +0100 Message-ID: Subject: Re: [PATCH v4 28/34] power: supply: ab8500: Migrate to aggregate driver To: Stephen Boyd Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Saravana Kannan , linux-pm@vger.kernel.org, Greg Kroah-Hartman , "Rafael J. Wysocki" , Sebastian Reichel , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Daniel Vetter , linux-arm-msm@vger.kernel.org, Russell King , freedreno@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Dec 2, 2021 at 11:27 PM Stephen Boyd wrote: > Use an aggregate driver instead of component ops so that we can get > proper driver probe ordering of the aggregate device with respect to all > the component devices that make up the aggregate device. > > Acked-by: Sebastian Reichel > Cc: > Cc: Daniel Vetter > Cc: Linus Walleij > Cc: "Rafael J. Wysocki" > Cc: Rob Clark > Cc: Russell King > Cc: Saravana Kannan > Signed-off-by: Stephen Boyd Pulled in that patches and tested. Works! Tested-by: Linus Walleij Yours, Linus Walleij