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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no 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 8CBC9C3A59E for ; Sat, 24 Aug 2019 11:33:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A1512173E for ; Sat, 24 Aug 2019 11:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727922AbfHXLdW convert rfc822-to-8bit (ORCPT ); Sat, 24 Aug 2019 07:33:22 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:44255 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727779AbfHXLdW (ORCPT ); Sat, 24 Aug 2019 07:33:22 -0400 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 49A361BF208; Sat, 24 Aug 2019 11:33:19 +0000 (UTC) Date: Sat, 24 Aug 2019 13:33:17 +0200 From: Miquel Raynal To: Linus Walleij , Yan Markman Cc: Thomas Petazzoni , Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Gregory Clement , Antoine Tenart , Maxime Chevallier , Nadav Haklai , "open list:GPIO SUBSYSTEM" , Linux ARM , Grzegorz Jaszczyk , Marcin Wojtas , Stefan Chulski Subject: Re: [PATCH 0/3] CP115 pinctrl support Message-ID: <20190824133317.371dec4f@xps13> In-Reply-To: References: <20190805101607.29811-1-miquel.raynal@bootlin.com> <20190814143457.664b04c8@windsurf.home> Organization: Bootlin X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, Linus Walleij wrote on Thu, 15 Aug 2019 10:10:46 +0200: > On Wed, Aug 14, 2019 at 2:35 PM Thomas Petazzoni > wrote: > > On Wed, 14 Aug 2019 10:12:36 +0200 > > Linus Walleij wrote: > > > > > On Wed, Aug 7, 2019 at 2:47 PM Linus Walleij wrote: > > > > On Mon, Aug 5, 2019 at 12:16 PM Miquel Raynal wrote: > > > > > > > > > This is the second batch of changes (out of three) to support the brand > > > > > new Marvell CN9130 SoCs which are made of one AP807 and one CP115. > > > > > > > > > > We add a new compatible (and the relevant support in the pinctrl > > > > > driver) before the addition in batch 3/3 of CN9130 SoCs DT using it. > > > > > > > > Waiting for review from the Mvebu maintainers. > > > > > > > > If it takes too long just nudge me, it looks good to me. > > > > > > So if the other MVEBU maintainers don't really look much at MVEBU > > > patches anymore while Miquel is working a lot on the platform, > > > what about listing Miquel as maintainer under the SoC entry, hm? > > > > Miquel sent his series on August 5, i.e 9 days ago. We're in August, in > > the middle of the summer vacations for many people. While it is nice to > > see subsystem maintainers who want to get code merged in a timely > > fashion, I think it is probably wise to give it some more time for > > review in this period of the year. > > OK then maybe I am a bit impatient. Actually Gregory is on vacation until September, so if we still are in time for this merge window I suppose you can take it. Thanks, Miquèl