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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 80D2CC4727E for ; Wed, 23 Sep 2020 12:31:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29B26206F7 for ; Wed, 23 Sep 2020 12:31:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726558AbgIWMb5 (ORCPT ); Wed, 23 Sep 2020 08:31:57 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:51158 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726130AbgIWMb5 (ORCPT ); Wed, 23 Sep 2020 08:31:57 -0400 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 Cc: Linus Walleij , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Linux ARM , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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