Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1451752

[PATCH v5 0/2] J-Core interrupt controller support

From Rich Felker <dalias@libc.org>
Newsgroups linux.kernel
Subject [PATCH v5 0/2] J-Core interrupt controller support
Date 2016-07-28 09:10 +0200
Message-ID <rZNC9-2Rd-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Updated based on feedback from Mark Rutland.

Rich Felker (2):
  of: add J-Core interrupt controller bindings
  irqchip: add J-Core AIC driver

 .../bindings/interrupt-controller/jcore,aic.txt    | 26 +++++++
 drivers/irqchip/Kconfig                            |  6 ++
 drivers/irqchip/Makefile                           |  1 +
 drivers/irqchip/irq-jcore-aic.c                    | 86 ++++++++++++++++++++++
 4 files changed, 119 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/jcore,aic.txt
 create mode 100644 drivers/irqchip/irq-jcore-aic.c

-- 
2.8.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v5 0/2] J-Core interrupt controller support Rich Felker <dalias@libc.org> - 2016-07-28 09:10 +0200

csiph-web