lkml.org 
[lkml]   [2014]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] irqchip: Core changes for v3.17 (round 3)
Thomas,

Here are the core changes I've gathered so far for v3.17. irq-gic.c has
been a little adventuresome this cycle. There's still the possibility
of some more code making it in for gic (assuming we don't run out of
time), which is why I merged a tag into core instead of the branch.

As usual, this is an incremental pull from tags/irqchip-core-3.17-2 up
to tags/irqchip-core-3.17-3 of the irqchip/core branch.

Please pull.

thx,

Jason.

The following changes since commit 885d078bfe92abfd5965a4f8846a3e72648ac9a6:

Merge branch 'irqchip/crossbar' into irqchip/core (2014-07-01 12:16:10 +0000)

are available in the git repository at:


git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-3.17-3

for you to fetch changes up to f0cf9d2facbe3aa93b302058c013729cbc1bca22:

Merge branch 'irqchip/atmel-aic' into irqchip/core (2014-07-18 20:58:34 +0000)

----------------------------------------------------------------

irqchip core changes for v3.17 (round #3)

- gic
- Add GICv3 driver

- atmel
- Move atmel aic driver from arch code to irqchip/

----------------------------------------------------------------
Boris BREZILLON (6):
genirq: generic chip: Export irq_map_generic_chip function
irqchip: atmel-aic: Move binding doc to interrupt-controller directory
irqchip: atmel-aic: Add atmel AIC/AIC5 drivers
irqchip: atmel-aic: Add irq fixup infrastructure
irqchip: atmel-aic: Implement RTC irq fixup
irqchip: atmel-aic: Define irq fixups for atmel SoCs

Jason Cooper (2):
Merge tag 'tags/deps-irqchip-gic-3.17' into irqchip/core
Merge branch 'irqchip/atmel-aic' into irqchip/core

Marc Zyngier (2):
irqchip: gic: Move some bits of GICv2 to a library-type file
irqchip: gic-v3: Initial support for GICv3

.../atmel,aic.txt} | 0
arch/arm64/Kconfig | 1 +
arch/arm64/kernel/head.S | 18 +
arch/arm64/kernel/hyp-stub.S | 1 +
drivers/irqchip/Kconfig | 19 +
drivers/irqchip/Makefile | 5 +-
drivers/irqchip/irq-atmel-aic-common.c | 254 ++++++++
drivers/irqchip/irq-atmel-aic-common.h | 39 ++
drivers/irqchip/irq-atmel-aic.c | 262 ++++++++
drivers/irqchip/irq-atmel-aic5.c | 353 +++++++++++
drivers/irqchip/irq-gic-common.c | 115 ++++
drivers/irqchip/irq-gic-common.h | 29 +
drivers/irqchip/irq-gic-v3.c | 692 +++++++++++++++++++++
drivers/irqchip/irq-gic.c | 59 +-
include/linux/irq.h | 2 +
include/linux/irqchip/arm-gic-v3.h | 198 ++++++
kernel/irq/generic-chip.c | 5 +-
17 files changed, 1994 insertions(+), 58 deletions(-)
rename Documentation/devicetree/bindings/{arm/atmel-aic.txt => interrupt-controller/atmel,aic.txt} (100%)
create mode 100644 drivers/irqchip/irq-atmel-aic-common.c
create mode 100644 drivers/irqchip/irq-atmel-aic-common.h
create mode 100644 drivers/irqchip/irq-atmel-aic.c
create mode 100644 drivers/irqchip/irq-atmel-aic5.c
create mode 100644 drivers/irqchip/irq-gic-common.c
create mode 100644 drivers/irqchip/irq-gic-common.h
create mode 100644 drivers/irqchip/irq-gic-v3.c
create mode 100644 include/linux/irqchip/arm-gic-v3.h


\
 
 \ /
  Last update: 2014-07-19 00:01    [W:0.028 / U:0.820 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site