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 039CBC6FD1C for ; Fri, 10 Mar 2023 08:21:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230314AbjCJIVr (ORCPT ); Fri, 10 Mar 2023 03:21:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229994AbjCJIVo (ORCPT ); Fri, 10 Mar 2023 03:21:44 -0500 Received: from mail-yb1-xb31.google.com (mail-yb1-xb31.google.com [IPv6:2607:f8b0:4864:20::b31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10C79FAEF1 for ; Fri, 10 Mar 2023 00:21:43 -0800 (PST) Received: by mail-yb1-xb31.google.com with SMTP id n18so4458675ybm.10 for ; Fri, 10 Mar 2023 00:21:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678436502; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ySU0Q7GXYN3ON7OGjccBtdLdO+qDZD7UHnBgOdS0S/o=; b=T+jqPV7yPoD3RfLfFnTiJL6jaIDA5VohAY76avwXhQGOSdCkOBk031kd32F68QHktv lO2plwl7B5Xt8K9hfVEAMd1mH7kODq3XcYiwdcNBEbv08kYNThwwyli4gKhUFz9TEiWe gWAIs+Ht0E+5/i1lsOnrAlEIKGlCzmeeE4ebWg852zkwqLScio6R5SSa0xuL9E7urOVO mKlWc9fhjpGFmGDJZqar7MyvT9xFGPmeqnxKWR5Aw4vhafsJseGduwmley7BKdg4OtVJ G66wNHqOpOo4TF0G/z3oUe3QycRzEPia1hpK03ppLqMWeYDKNv8kS7j83EYUvl9ABPLC t2zA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678436502; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ySU0Q7GXYN3ON7OGjccBtdLdO+qDZD7UHnBgOdS0S/o=; b=N5PfbSE03eKKhsDpQD+pmoEcOHz8PvHD4+rQIi3CC26KO+LWVn43rTSzlAS4xoMqmj Q9XH2NrTuwT/apbsOqiIJdq41xgv5fzRRyZ3gXpcw0cRRLTNZc1us5GzMG48Cbaf9kkh Z5iyyvhqLCHv37A98mU9Okq/xYS86yjOGPDbMHNXZRzIs5j3qdAa2PPP29WptZbDrn5T btgSydN0rHuF+k6jnl6O03MhEUJ2tSs0N9rcH0XFJEpOy9hfusadGO7E67BQd7Vqfjtq fXd6kfDWJOgh+BHnbfhmKNss5VkgZDrxYHeJKzIMUro4DX/pf7h7qfN1mlAtYKErrOOI kwoA== X-Gm-Message-State: AO0yUKXprsEuM0jSDibBTcwo2j3NYT4sNEpJpxALrHc3CcFVwrgajckM e7RuXr5jb0sAYNsVt5+Tv39StLxGT/PCQ3H19jLuFA== X-Google-Smtp-Source: AK7set9zkKeshu60CT4BB+CLUz9aG2Jvxo3A28YBEXyHaNszVNEOcfGR23PbkN9FkcU9NU+o0GgtEldrEaauXE+UekA= X-Received: by 2002:a25:e201:0:b0:b2e:f387:b428 with SMTP id h1-20020a25e201000000b00b2ef387b428mr1077246ybe.5.1678436502291; Fri, 10 Mar 2023 00:21:42 -0800 (PST) MIME-Version: 1.0 References: <20230309225041.477440-1-sre@kernel.org> <20230309225041.477440-4-sre@kernel.org> In-Reply-To: <20230309225041.477440-4-sre@kernel.org> From: Linus Walleij Date: Fri, 10 Mar 2023 09:21:31 +0100 Message-ID: Subject: Re: [PATCHv1 03/11] power: supply: generic-adc-battery: convert to managed resources To: Sebastian Reichel Cc: Matti Vaittinen , Rob Herring , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 9, 2023 at 11:50=E2=80=AFPM Sebastian Reichel = wrote: > Convert driver to use managed resources to simplify driver code. > > Signed-off-by: Sebastian Reichel Excellent Reviewed-by: Linus Walleij Yours, Linus Walleij