From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Mon, 11 Nov 2019 18:54:59 -0600 Subject: [PATCH 01/12] dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controller In-Reply-To: <1573244313-9190-2-git-send-email-eajames@linux.ibm.com> References: <1573244313-9190-1-git-send-email-eajames@linux.ibm.com> <1573244313-9190-2-git-send-email-eajames@linux.ibm.com> Message-ID: <20191112005459.GA6260@bogus> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, 8 Nov 2019 14:18:22 -0600, Eddie James wrote: > Document the Aspeed SCU interrupt controller and add an include file > for the interrupts it provides. > > Signed-off-by: Eddie James > --- > .../interrupt-controller/aspeed,ast2xxx-scu-ic.txt | 26 ++++++++++++++++++++++ > MAINTAINERS | 7 ++++++ > .../interrupt-controller/aspeed-scu-ic.h | 23 +++++++++++++++++++ > 3 files changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt > create mode 100644 include/dt-bindings/interrupt-controller/aspeed-scu-ic.h > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.