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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 899DBC433E0 for ; Thu, 24 Dec 2020 11:25:42 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8472E20809 for ; Thu, 24 Dec 2020 11:25:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8472E20809 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:Reply-To:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:From:To:Date:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=y74LhYOzoPGY3qlh8wo8BiHNM9wOSyOL7wzzuQ6dzjs=; b=UPy+8pSUNm/B6SQN7Tp0upPHwV tXHhYdlNFkdA5wRgouKV0IDKEna3GQd+DHG2MO4gfJtyDh/wYmJ9ozM7G8shkRfQRP6ualMTPO9KW qOm20fpBlGCEAGT/Kec748ox1/6fuvxvEx2H2xo8inv2qiiaPojhcap2rPOxB+3FPmlXAzgZsseQA kYDnRug6iW4VlGi7FJrCUDsqeIlkJL3wz3Ab1q/CVW/bbnwyjHGBhZ7wecr25gv67T1dwItzYDi55 7NX4GMG73ia08LbBgmKGxOmwI2NkWvyyjDF2PiPw6bQTcGlDJg3Bqk6hIuy4cS05ieQvT1A7C48QB gMqUkNzQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ksOjO-0006uK-FR; Thu, 24 Dec 2020 11:24:30 +0000 Received: from mail2.protonmail.ch ([185.70.40.22]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ksOj0-0006m9-8w for linux-arm-kernel@lists.infradead.org; Thu, 24 Dec 2020 11:24:26 +0000 Date: Thu, 24 Dec 2020 11:23:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1608809042; bh=kdKn3PDdVjsSt9ViNOxevs6pAGOGkPzYhEj05jA5cRQ=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=tHgeJlQsZEEjLZ8hH8r4e222g6XKJiZGUb5vJG8vzSP0kTBLLUZljyW67LMdyies9 LtxE0qtqzyn9axbB+AhlWtd6UR9d8kCRyUSKCuYtDkq/GQtUClH+z3v4I4hyC0Zv/Q fRaLG8pEM1pFcyLHRjj/CGh/JjaTmKPuoREhHP3k= To: Lee Jones From: Timon Baetz Subject: Re: [PATCH v4 3/7] mfd: max8997: Add of_compatible to extcon and charger mfd_cell Message-ID: <20201224122338.7183cf2e.timon.baetz@protonmail.com> In-Reply-To: <20201223153207.GA300650@dell> References: <20201223134221.804943-1-timon.baetz@protonmail.com> <20201223134221.804943-3-timon.baetz@protonmail.com> <20201223153207.GA300650@dell> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201224_062406_572039_EA6EC8CD X-CRM114-Status: GOOD ( 13.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Timon Baetz Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown , Liam Girdwood , Krzysztof Kozlowski , Sebastian Reichel , Chanwoo Choi , Rob Herring , MyungJoo Ham , linux-arm-kernel@lists.infradead.org, ~postmarketos/upstreaming@lists.sr.ht Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 23 Dec 2020 15:32:07 +0000, Lee Jones wrote: > On Wed, 23 Dec 2020, Timon Baetz wrote: > > > 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 configure > > the charger driver. > > > > Signed-off-by: Timon Baetz > > --- > > drivers/mfd/max8997.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Why have you resent this? It's already applied. > I made a change to an other patch in this series and wasn't sure if I had to resubmit everything. Thanks and sorry for the spam. Timon _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel