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 E10BAC6FD1F for ; Sun, 19 Mar 2023 21:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230180AbjCSVLh (ORCPT ); Sun, 19 Mar 2023 17:11:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230044AbjCSVLg (ORCPT ); Sun, 19 Mar 2023 17:11:36 -0400 Received: from mail-yw1-x1136.google.com (mail-yw1-x1136.google.com [IPv6:2607:f8b0:4864:20::1136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAFFD19C42 for ; Sun, 19 Mar 2023 14:11:35 -0700 (PDT) Received: by mail-yw1-x1136.google.com with SMTP id 00721157ae682-5447d217bc6so192584757b3.7 for ; Sun, 19 Mar 2023 14:11:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679260295; 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=SCBEWFUqo3M96ruap0XiCnD1dPN396JYXN1LMBXdah8=; b=pOjxIZDoSDxyVInpoSqZXwsMbabZiUEZT3+EDL7W+xgvxOyEX/uufNI8tTNpbCR6Pg OYWApboi8gAEfnmHQkt07klSWsI0FkuJFiE0uQdS6wFNxMnDOu/f/t3hz8V6gkiEXaOR 99NS3izj6qEZJFOnBUCrxNCcbbdhKZYzY60pm5WcHrf2MtIlRGC8FPqqLKUr+p4LXGon vqIB/8KNapD+i9gvh+BmFTNY9D/jtZXuVnsZeg170eD5NRXXzu1bb0skFibrY9dBeypH 61jmczK6+sa8WmkodzmiFDNPSzAnljSJGXsn/Wn04yDeGFHWqo522JNio014R6vZde/f gfJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679260295; 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=SCBEWFUqo3M96ruap0XiCnD1dPN396JYXN1LMBXdah8=; b=tJeyH0toKyOTPCXKSE6TEWen5T0fjph9BKmZ5T48b2FNC/Wu5CRJRJIYUl57RmTGRD FVsOj7wVfsrdf5mRxNM7sUS7eal8JtwZC5NXO7hN6zEkgk9oDCfkIWyDI1pmGIOWT8vP kbLfSabT8q4WqlLqf0EPWY88Mz8NbLAm4rYPTop33Dy8oM0WUCtU0GLUol0CVvHSW+sd TQGbFYbRTliL+V5O7vTRVQx1XogUhqF6Fhdmh31c5kGlu9T5MEjIywpaWnX2addhofkU rJQEPpaOgEfL4jA8772/JF2mAEnDEG8Ovjmjq8PbPrKxJGgj7oyU6XChj8FOm/T6UFrN ohow== X-Gm-Message-State: AO0yUKW2wpqcBh+Xf5H5iakCCkZf4f1Pt9NiXFWPqGOWW0ydTmimsXzi 8XLMcudjvYrW2EQ7WLIzWIP9qCFrYHEwedoIGgjbfQ== X-Google-Smtp-Source: AK7set9eoUx7qgIYRZRoQCSpRHlHZQ5KezzMNsl9Zc45m72hUWSJSztTdC3yGlgg0FCpvBoeJvPtM20Z2A1axVFf7sw= X-Received: by 2002:a05:690c:d88:b0:544:bbd2:74be with SMTP id da8-20020a05690c0d8800b00544bbd274bemr6686965ywb.4.1679260294949; Sun, 19 Mar 2023 14:11:34 -0700 (PDT) MIME-Version: 1.0 References: <20230317225707.1552512-1-sre@kernel.org> <20230317225707.1552512-3-sre@kernel.org> In-Reply-To: <20230317225707.1552512-3-sre@kernel.org> From: Linus Walleij Date: Sun, 19 Mar 2023 22:11:23 +0100 Message-ID: Subject: Re: [PATCHv3 02/14] power: supply: core: auto-exposure of simple-battery data 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-pm@vger.kernel.org On Fri, Mar 17, 2023 at 11:57=E2=80=AFPM Sebastian Reichel = wrote: > Automatically expose data from the simple-battery firmware > node for all battery drivers. > > Signed-off-by: Sebastian Reichel Looks good to me! Reviewed-by: Linus Walleij Yours, Linus Walleij