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.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH, 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 78C96C04AB0 for ; Sat, 25 May 2019 08:33:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 4C5DA2168B for ; Sat, 25 May 2019 08:33:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="T5P1SL0t" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C5DA2168B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mleia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iKUOb8RHJ/qkB/HOXV15DpeRKqRnOR4ju/NHQaCUVb8=; b=T5P1SL0tuIs9j6 ZPw5Cov7cnoNyMFx6LG1m9TBStjZawkabr6raZ3jtens5eZhYmWAw0c26QU0X1bhLytrQ6GLYcXiG Avjzbbd81RKihJQJ5KYoAVIEiSzS32msLp/86BtGpS2xo1v7OZ8h6nn7PMJ5SGVFzk+oPxmATGgWV ILvrkTHooOkQiAyVNkqkd0RNig58Q7QyotFFnyIfiFpfuF4TICkPXoR4NwMVxJ7kRfyhWMr2aFPOn DAAoRz0sY2PLfBSIOqqaa0NAY7NdKqjFX48+BPtUMpDox9S5io9SK4ePQpo7h5mcQig31RS+Vmb5E mPjVcejC1DvJS4Xhou5A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUS7Q-00044b-Th; Sat, 25 May 2019 08:33:32 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUS7O-00044K-Cz for linux-arm-kernel@lists.infradead.org; Sat, 25 May 2019 08:33:31 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 10F54400019; Sat, 25 May 2019 09:33:25 +0100 (BST) Subject: Re: [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms To: Wolfram Sang , linux-arm-kernel@lists.infradead.org References: <20190521082137.2889-1-wsa@the-dreams.de> <20190521082137.2889-4-wsa@the-dreams.de> From: Vladimir Zapolskiy Message-ID: <266e3199-840b-54e7-cacf-c6eb5fc1c6c5@mleia.com> Date: Sat, 25 May 2019 11:33:23 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20190521082137.2889-4-wsa@the-dreams.de> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190525_093325_131783_B91B0A37 X-CRM114-Status: GOOD ( 11.42 ) /bin/ln: failed to access 'reaver_cache/texts/20190525_093325_131783_B91B0A37': No such file or directory X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190525_093325_131783_B91B0A37 X-CRM114-Status: GOOD ( 14.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-i2c@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Wolfram, On 05/21/2019 11:21 AM, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang > Cc: Vladimir Zapolskiy > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 90abfe11b05c..01b5579cfa07 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1782,6 +1782,7 @@ ARM/LPC18XX ARCHITECTURE > M: Vladimir Zapolskiy > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > +F: Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt > F: arch/arm/boot/dts/lpc43* > F: drivers/i2c/busses/i2c-lpc2k.c > F: drivers/memory/pl172.c > @@ -1795,6 +1796,7 @@ M: Sylvain Lemieux > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > T: git git://github.com/vzapolskiy/linux-lpc32xx.git > S: Maintained > +F: Documentation/devicetree/bindings/i2c/i2c-pnx.txt > F: arch/arm/boot/dts/lpc32* > F: arch/arm/mach-lpc32xx/ > F: drivers/i2c/busses/i2c-pnx.c > it makes sense, thank you for the change! Acked-by: Vladimir Zapolskiy -- Best wishes, Vladimir _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel