Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1435697
| From | Jason Cooper <jason@lakedaemon.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] irqchip: Core changes for v4.8 (second set) |
| Date | 2016-07-02 02:30 +0200 |
| Message-ID | <rQgYN-4Wp-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Thomas,
Here's the second round of changes for irqchip. This driver for Aspeed
has been in -next for six runs.
This is an incremental pull request from tags/irqchip-core-4.8 up to
tags/irqchip-core-4.8-2 on the irqchip/core branch.
Please pull.
thx,
Jason.
The following changes since commit e04558cbfe61cd06d762eaaa587616798d9b65b6:
Merge branch 'irqchip/misc' into irqchip/core (2016-06-23 19:08:40 +0000)
are available in the git repository at:
git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-4.8-2
for you to fetch changes up to 7a9243b950ff2f26720d1cb975b3548162da08de:
Merge branch 'irqchip/aspeed' into irqchip/core (2016-07-02 00:12:06 +0000)
----------------------------------------------------------------
irqchip core changes for v4.8 (second set)
- Add Aspeed VIC driver
----------------------------------------------------------------
Benjamin Herrenschmidt (1):
irqchip/aspeed-vic: Add irq controller for Aspeed
Jason Cooper (1):
Merge branch 'irqchip/aspeed' into irqchip/core
Joel Stanley (1):
doc/devicetree: Add Aspeed VIC bindings
.../interrupt-controller/aspeed,ast2400-vic.txt | 22 ++
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-aspeed-vic.c | 230 +++++++++++++++++++++
3 files changed, 253 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt
create mode 100644 drivers/irqchip/irq-aspeed-vic.c
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] irqchip: Core changes for v4.8 (second set) Jason Cooper <jason@lakedaemon.net> - 2016-07-02 02:30 +0200
csiph-web