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


Groups > linux.kernel > #1455572 > unrolled thread

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

Started byRich Felker <dalias@libc.org>
First post2016-08-03 03:40 +0200
Last post2016-08-03 03:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v6 0/2] J-Core interrupt controller support Rich Felker <dalias@libc.org> - 2016-08-03 03:40 +0200

#1455572 — [PATCH v6 0/2] J-Core interrupt controller support

FromRich Felker <dalias@libc.org>
Date2016-08-03 03:40 +0200
Subject[PATCH v6 0/2] J-Core interrupt controller support
Message-ID<s1Tap-3Zw-5@gated-at.bofh.it>
Updated based on feedback from Thomas Gleixner. Removal of unnecessary
data allowed some simplification. Magic numbers have been replaced
with meaningful (I hope) macro constants, comments added, and minor
style issues fixed.

Also, driver was made conditional in Kconfig to avoid it showing up in
configurations where it's not relevant.

Rich


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                            |  7 ++
 drivers/irqchip/Makefile                           |  1 +
 drivers/irqchip/irq-jcore-aic.c                    | 94 ++++++++++++++++++++++
 4 files changed, 128 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/jcore,aic.txt
 create mode 100644 drivers/irqchip/irq-jcore-aic.c

-- 
2.8.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web