Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756681AbdGLLbU (ORCPT ); Wed, 12 Jul 2017 07:31:20 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36715 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756068AbdGLLbT (ORCPT ); Wed, 12 Jul 2017 07:31:19 -0400 MIME-Version: 1.0 In-Reply-To: <20170712111600.GT6973@jhogan-linux.le.imgtec.org> References: <20170712013130.14792-1-palmer@dabbelt.com> <20170712013130.14792-5-palmer@dabbelt.com> <20170712111600.GT6973@jhogan-linux.le.imgtec.org> From: Arnd Bergmann Date: Wed, 12 Jul 2017 13:31:17 +0200 X-Google-Sender-Auth: IWFscr4v44vWuyUV7fUk7yxnRTI Message-ID: Subject: Re: [PATCH 04/17] MAINTAINERS: Add RISC-V To: James Hogan Cc: Palmer Dabbelt , Olof Johansson , Andrew Morton , albert@sifive.com, Masahiro Yamada , Michal Marek , Will Deacon , Peter Zijlstra , Boqun Feng , Ingo Molnar , Daniel Lezcano , Thomas Gleixner , Jason Cooper , Marc Zyngier , gregkh , Jiri Slaby , David Miller , Mauro Carvalho Chehab , Stephen Rothwell , =?UTF-8?B?RnLDqWTDqXJpYyBXZWlzYmVja2Vy?= , Al Viro , "Luis R. Rodriguez" , Doug Ledford , Bart Van Assche , sstabellini@kernel.org, Daniel Vetter , Michael Ellerman , Mark Salter , Nicolas Dichtel , Paul Gortmaker , Guenter Roeck , Heiko Carstens , Martin Schwidefsky , Linux Kernel Mailing List , patches@groups.riscv.org, "nathan=20Neusch=C3=A4fer?=" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v6CBVVqx024410 Content-Length: 1557 Lines: 49 On Wed, Jul 12, 2017 at 1:16 PM, James Hogan wrote: > On Tue, Jul 11, 2017 at 06:31:17PM -0700, Palmer Dabbelt wrote: >> From: Jonathan Neuschäfer >> >> RISC-V needs a MAINTAINERS entry. Let's add one. >> >> Signed-off-by: Jonathan Neuschäfer >> Signed-off-by: Palmer Dabbelt >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 2af3ab3f7702..3f39f16046dd 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -11246,6 +11246,14 @@ M: Maxim Levitsky >> S: Maintained >> F: drivers/memstick/host/r592.* >> >> +RISC-V ARCHITECTURE >> +M: Palmer Dabbelt >> +M: Albert Ou >> +L: patches@groups.riscv.org >> +T: git https://github.com/riscv/riscv-linux >> +S: Supported >> +F: arch/riscv/ > > Should this include other tightly riscv specific drivers outside of > arch/riscv/ (or maybe they should have their own MAINTAINERS entries if > they aren't so tightly bound to the architecture or are maintained > separately)? > > drivers/clocksource/riscv_timer.c > drivers/irqchip/irq-riscv-intc.c > drivers/irqchip/irq-riscv-plic.c > drivers/tty/hvc/hvc_sbi.c > include/linux/timer_riscv.h > I would suggest including a K: riscv keyword line that should catch the closely related drivers, and have separate entries for the rest. Maybe rename the hvc_sbi file to fall within that keyword match. Arnd