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 X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9735C433DB for ; Thu, 11 Feb 2021 21:12:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9125B64E42 for ; Thu, 11 Feb 2021 21:12:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230238AbhBKVMp (ORCPT ); Thu, 11 Feb 2021 16:12:45 -0500 Received: from mail-40133.protonmail.ch ([185.70.40.133]:56965 "EHLO mail-40133.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230148AbhBKVMk (ORCPT ); Thu, 11 Feb 2021 16:12:40 -0500 Date: Thu, 11 Feb 2021 21:11:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1613077915; bh=4VV/HM9KaFjIhM38yB9PwprOcTWzMzKSjBUn6r4t3EY=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=hHzE7DRXwMp8sYAYTIeA6IhCsyU0dqZNyaAU4OyLnMgWTSDRkYNHtj7MswuN7zhIS ebZZNDjxL2etJzLlEaJZIgknbzmqe53Qu7lk0AaqqOaykFCCgZwUTIXpZnEGemuEQS 65mbAtY3u3+1kqF7PKD+blLDiBljl2NwTIha3RsM= To: Lee Jones From: Timon Baetz Cc: Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Rob Herring , MyungJoo Ham , Chanwoo Choi , Sebastian Reichel , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Reply-To: Timon Baetz Subject: Re: [PATCH v3 3/7] mfd: max8997: Add of_compatible to extcon and charger mfd_cell Message-ID: <20210211221132.5e8d156c.timon.baetz@protonmail.com> In-Reply-To: <20201222095522.GC53991@dell> References: <20201222070520.710096-1-timon.baetz@protonmail.com> <20201222070520.710096-3-timon.baetz@protonmail.com> <20201222095522.GC53991@dell> MIME-Version: 1.0 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 Tue, 22 Dec 2020 09:55:22 +0000, Lee Jones wrote: > On Tue, 22 Dec 2020, Timon Baetz wrote: >=20 > > Add of_compatible ("maxim,max8997-muic") to the mfd_cell to have a > > of_node set in the extcon driver. > > > > Add of_compatible ("maxim,max8997-battery") to the mfd_cell to configur= e > > the charger driver. > > > > Signed-off-by: Timon Baetz > > --- > > drivers/mfd/max8997.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) =20 >=20 > Applied, thanks. Once https://lore.kernel.org/lkml/20210130172747.2022977-1-timon.baetz@prot= onmail.com/ gets accepted, this is not needed anymore. Can this be reverted or should I create a new patch? Thanks, Timon=20