Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751454AbdIOOfC (ORCPT ); Fri, 15 Sep 2017 10:35:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:35278 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbdIOOe7 (ORCPT ); Fri, 15 Sep 2017 10:34:59 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 27BF922A79 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh@kernel.org X-Google-Smtp-Source: ADKCNb58poB/3Q69vARLN2mhhbHfV+CWI4DtfbYrFb5TMv5EgQit5bEnIjmuT2N6tUIbygj4lqZqIr5kaVB7IGtiPgU= MIME-Version: 1.0 In-Reply-To: <20170912215715.4186-5-palmer@dabbelt.com> References: <20170912215715.4186-1-palmer@dabbelt.com> <20170912215715.4186-5-palmer@dabbelt.com> From: Rob Herring Date: Fri, 15 Sep 2017 09:34:33 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation To: Palmer Dabbelt Cc: peterz@infradead.org, tglx@linutronix.de, jason@lakedaemon.net, Marc Zyngier , Arnd Bergmann , dmitriy@oss-tech.org, Masahiro Yamada , Michal Marek , albert@sifive.com, Will Deacon , boqun.feng@gmail.com, oleg@redhat.com, mingo@redhat.com, Daniel Lezcano , Greg Kroah-Hartman , jslaby@suse.com, davem@davemloft.net, mchehab@kernel.org, hverkuil@xs4all.nl, rdunlap@infradead.org, viro@zeniv.linux.org.uk, mhiramat@kernel.org, =?UTF-8?B?RnLDqWTDqXJpYyBXZWlzYmVja2Vy?= , mcgrof@kernel.org, dledford@redhat.com, bart.vanassche@sandisk.com, sstabellini@kernel.org, mpe@ellerman.id.au, rmk+kernel@armlinux.org.uk, paul.gortmaker@windriver.com, Nicolas Dichtel , Guenter Roeck , heiko.carstens@de.ibm.com, schwidefsky@de.ibm.com, Geert Uytterhoeven , Andrew Morton , andriy.shevchenko@linux.intel.com, jiri@mellanox.com, vgupta@synopsys.com, airlied@redhat.com, Jeremy Kerr , Chris Wilson , Jason@zx2c4.com, Paul McKenney , Neal Cardwell , Linux Kernel Mailing List , linux-kbuild@vger.kernel.org, patches@groups.riscv.org 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-Length: 527 Lines: 11 On Tue, Sep 12, 2017 at 4:57 PM, Palmer Dabbelt wrote: > This patch adds documentation for the platform-level interrupt > controller (PLIC) found in all RISC-V systems. This interrupt > controller routes interrupts from all the devices in the system to each > hart-local interrupt controller. It has been mentioned before, but please copy the right people and lists. IOW, use scripts/get_maintainers.pl. You've got a whole bunch of people CCed and probably most don't care about DT bindings at all. Rob