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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 939DFC43603 for ; Fri, 13 Dec 2019 10:27:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 705662077B for ; Fri, 13 Dec 2019 10:27:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726620AbfLMK1g convert rfc822-to-8bit (ORCPT ); Fri, 13 Dec 2019 05:27:36 -0500 Received: from gloria.sntech.de ([185.11.138.130]:32952 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfLMK1g (ORCPT ); Fri, 13 Dec 2019 05:27:36 -0500 Received: from wf0651.dip.tu-dresden.de ([141.76.182.139] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ifiAU-00015Z-9i; Fri, 13 Dec 2019 11:27:30 +0100 From: Heiko Stuebner To: Kever Yang Cc: Miquel Raynal , linux-rockchip@lists.infradead.org, Paul Kocialkowski , linux-kernel@vger.kernel.org, Thomas Petazzoni , Maxime Chevallier Subject: Re: [PATCH] MAINTAINERS: rockchip: Track more files Date: Fri, 13 Dec 2019 11:27:29 +0100 Message-ID: <3160577.NKkQCOVCmZ@phil> In-Reply-To: References: <20191204090710.11646-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 9. Dezember 2019, 09:18:00 CET schrieb Kever Yang: > Hi Miquel, > > On 2019/12/4 下午5:07, Miquel Raynal wrote: > > The current list misses a lot of drivers not prefixed or suffixed by > > "rockchip". For instance, there are plenty drivers called rk808 and > > rk805 which are currently not tracked (clk, regulator, pinctrl, RTC, > > MFD, includes, bindings). Add them to the list under the Rockchip > > entry. > > > > Signed-off-by: Miquel Raynal > > --- > > > > Hi Heiko, > > > > You are right we should try to check more often your tree. Also, here > > is a patch so that you are Cc'ed for all Rockchip related patches > > because the current list is not exhaustive at all (not sure it is > > voluntary or not though). > > > > Cheers, > > Miquèl > > > > MAINTAINERS | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index cba1095547fd..a9564e6cb872 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2198,12 +2198,16 @@ L: linux-rockchip@lists.infradead.org > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git > > S: Maintained > > F: Documentation/devicetree/bindings/i2c/i2c-rk3x.txt > > +F: Documentation/devicetree/bindings/*/*rk80* > > F: arch/arm/boot/dts/rk3* > > F: arch/arm/boot/dts/rv1108* > > F: arch/arm/mach-rockchip/ > > +F: include/*/*/rk808.h > > +F: include/*/*/*/rk808.h > > F: drivers/clk/rockchip/ > > F: drivers/i2c/busses/i2c-rk3x.c > > F: drivers/*/*rockchip* > > +F: drivers/*/*rk80* > > F: drivers/*/*/*rockchip* > > F: sound/soc/rockchip/ > > N: rockchip > For the Rockchip PMIC, is it better to have a NEW MAINTAINER entry like > "ROCKCHIP PMIC DRIVER" > which share the same mailing list linux-rockchip@, because there is not > only rk808, > but also rk805, rk809, rk817, rk818, and may be more to come. > > BTW, we should use 'rk8' instead of 'rk80' to match all the Rockchip PMICs. yep, I agree with Kever on this ... also that new pmic-related entry should not really link to a git tree as patches for it will get distributed through multiple trees (mfd, regulator, rtc) most of the time. Miquel can you do a v2 please? Thanks Heiko