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


Groups > linux.kernel > #1435697 > unrolled thread

[GIT PULL] irqchip: Core changes for v4.8 (second set)

Started byJason Cooper <jason@lakedaemon.net>
First post2016-07-02 02:30 +0200
Last post2016-07-02 02:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] irqchip: Core changes for v4.8 (second set) Jason Cooper <jason@lakedaemon.net> - 2016-07-02 02:30 +0200

#1435697 — [GIT PULL] irqchip: Core changes for v4.8 (second set)

FromJason Cooper <jason@lakedaemon.net>
Date2016-07-02 02:30 +0200
Subject[GIT PULL] irqchip: Core changes for v4.8 (second set)
Message-ID<rQgYN-4Wp-13@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web