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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 2099BC48BD1 for ; Wed, 9 Jun 2021 13:42:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F25E4610C7 for ; Wed, 9 Jun 2021 13:42:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235265AbhFINn5 convert rfc822-to-8bit (ORCPT ); Wed, 9 Jun 2021 09:43:57 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:40901 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232345AbhFINn4 (ORCPT ); Wed, 9 Jun 2021 09:43:56 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id DBDBB1BF215; Wed, 9 Jun 2021 13:41:55 +0000 (UTC) Date: Wed, 9 Jun 2021 15:41:54 +0200 From: Miquel Raynal To: Krzysztof Kozlowski Cc: Naga Sureshkumar Relli , Michal Simek , Amit Kumar Mahapatra , Thomas Petazzoni , Rob Herring , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, Vignesh Raghavendra , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu , Richard Weinberger , Tudor Ambarus Subject: Re: [PATCH v22 15/18] MAINTAINERS: Add PL353 SMC entry Message-ID: <20210609154154.54aa5f06@xps13> In-Reply-To: References: <20210609080112.1753221-1-miquel.raynal@bootlin.com> <20210609080112.1753221-16-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Krzysztof, Krzysztof Kozlowski wrote on Wed, 9 Jun 2021 15:23:11 +0200: > On 09/06/2021 10:01, Miquel Raynal wrote: > > Add Naga from Xilinx and myself responsible of this driver. > > > > Signed-off-by: Miquel Raynal > > --- > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > Memory controller bits look good to me, except few things in bindings. I > can take them up to this patch, for which I would need also Ack from > Naga Sureshkumar Relli confirming he will co-maintain this code. Sure. I would also expect Rob to Ack the yaml conversion possibly. I am waiting for your feedback on a couple of questions and then I will respin the series. > I assume the NAND driver depends on this, so I can prepare a stable tag > with the memory controller part, if needed. Absolutely, that would be great. Thanks, Miquèl