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=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,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 37E2CC4727E for ; Wed, 23 Sep 2020 12:33:52 +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 C8A25206F7 for ; Wed, 23 Sep 2020 12:33:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uhK+v2+g" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C8A25206F7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lunn.ch 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:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=B/ScsHiMStRobnmLizA/GLCu8I0oRv6JRF//t6xNik0=; b=uhK+v2+gZacmqmPoOibG3E9n/ eJbE7KWSyIGU4rwn+F+V8rDQC4O2DitEzWSznyyr8tBcElwzIT2rqRLmLJVmvPuYQcCTuElNIBNqE PgtmuDSSgChmn0UA9gxZrognXoJYxmuzmYc1+EyofOFByjWLRmB3m9phVHRZLIQdK2/zyLHOc9HwW 1sM0qX5NEkzG6MIZun+f9skyTzkrsFA+6ENWTzGbF+zmmgEMoKMzR8T2IrERDn5UDPmprsepBlMV/ 2jhBg16Si90hewU+Bo66Esynlxr4EIEf8j2vnkT58Qvt3pWjgABTGQr/SG01XspEnTFvZDSiV2Rda 7QD36Dkmg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kL3wF-0003CF-7R; Wed, 23 Sep 2020 12:31:59 +0000 Received: from vps0.lunn.ch ([185.16.172.187]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kL3wB-0003Ao-TS for linux-arm-kernel@lists.infradead.org; Wed, 23 Sep 2020 12:31:56 +0000 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kL3vt-00FsaQ-GZ; Wed, 23 Sep 2020 14:31:37 +0200 Date: Wed, 23 Sep 2020 14:31:37 +0200 From: Andrew Lunn To: Chris Packham Subject: Re: [PATCH v2 3/3] ARM: dts: Add i2c0 pinctrl information for 98dx3236 Message-ID: <20200923123137.GF3770354@lunn.ch> References: <20200907211712.9697-1-chris.packham@alliedtelesis.co.nz> <20200907211712.9697-4-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200923_083155_980617_B01D5F11 X-CRM114-Status: GOOD ( 19.66 ) 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: , Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Jason Cooper , Linus Walleij , "linux-kernel@vger.kernel.org" , "open list:GPIO SUBSYSTEM" , Rob Herring , Gregory Clement , Linux ARM , Sebastian Hesselbarth 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, Sep 23, 2020 at 03:08:22AM +0000, Chris Packham wrote: > Hi Jason, Andrew, Gregory, > > On 13/09/20 4:16 am, Linus Walleij wrote: > > On Mon, Sep 7, 2020 at 11:17 PM Chris Packham > > wrote: > > > >> Add pinctrl information for the 98dx3236 (and variants). There is only > >> one choice for i2c0 MPP14 and MPP15. > >> > >> Signed-off-by: Chris Packham > >> Reviewed-by: Andrew Lunn > > Reviewed-by: Linus Walleij > > > > Please merge this through the ARM SoC maintenance path. > > Are you able to pick this up via the mvebu tree or should I send it via > the RMKs patch tracking system? Hi Chris Gregory should be able to pick this up via mvebu. > Incidentally I notice there is no longer a linux-mvebu.git on > git.infradead.org is there a pending update to MAINTAINERS. It moved to git.kernel.org. https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git/ It does not look like there is a patch to MAINTAINERS queued. Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel