From patchwork Wed Dec 4 09:07:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 11272491 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1A60D1593 for ; Wed, 4 Dec 2019 09:07:22 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 EA5DA206DB for ; Wed, 4 Dec 2019 09:07:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="h8rD9nI9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA5DA206DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=6ewiOw3BpUQDqP5BfPle6RdGvfBfTWDE4FYusJoXPEQ=; b=h8rD9nI9G5OIW2 xyrHjQWjOcSIs7LYfGftqByApBZjetCsL7wbIaxuZq8IDFP/ZOtfNhdFbUChv2C/8twGMTsLVP/VJ S/MyNUAhYAMyfOfqCv+CMLb1scFoQQJ4lizbKJjR85zHqGAEcFmaP7jFqzu39hb9fo6Q4P0FK2zML fe18PU4G4wZgwXcnk0uEyP7buxVmzDyEO1C+z08ekzFr8ZqQwMxNwEYx58agSoVh9BCXWF0ysUs1/ 1OtOSerDRvxhsm11Qu1sf1f7YVYEE6EH5CTPk+MDDv9p0UbKQgNBPR2q8x9t5qfi7g9wy07XWNsy1 1HvtrJHZGzJGPHcVviHA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1icQcx-00081p-Lr; Wed, 04 Dec 2019 09:07:19 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1icQcu-0007v1-2e for linux-rockchip@lists.infradead.org; Wed, 04 Dec 2019 09:07:17 +0000 Received: from localhost.localdomain (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3C25D200010; Wed, 4 Dec 2019 09:07:12 +0000 (UTC) From: Miquel Raynal To: Heiko Stuebner , Subject: [PATCH] MAINTAINERS: rockchip: Track more files Date: Wed, 4 Dec 2019 10:07:10 +0100 Message-Id: <20191204090710.11646-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191204_010716_252630_5BC1A8F3 X-CRM114-Status: UNSURE ( 9.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.232 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.178.232 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Kocialkowski , Miquel Raynal , linux-kernel@vger.kernel.org, Thomas Petazzoni , Maxime Chevallier Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org 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