[GIT PULL] irqchip: core: Changes for v3.17 (round #2)

From: Jason Cooper
Date: Tue Jul 08 2014 - 09:48:50 EST


Thomas,

Here's a round of changes for irq/core. These changes have been in -next
for at least a week, and this is an incremental pull request from
tags/irqchip-core-3.17 up to tags/irqchip-core-3.17-2 on the
irqchip/core branch.

The only thing unusual here is that I set up a topic branch for crossbar
since the omap guys have other changes depending on this series.

Please pull.

thx,

Jason.

The following changes since commit 1b0a76c146adce782ddb8e71f01729f5f3671c66:

irqchip: spear_shirq: Simplify register access code (2014-06-24 12:38:45 +0000)

are available in the git repository at:

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

for you to fetch changes up to 885d078bfe92abfd5965a4f8846a3e72648ac9a6:

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

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

irqchip core changes for v3.17 (incremental #2)

- or1k-pic
- Migrate driver from arch/openrisc

- crossbar
- cleanup series

----------------------------------------------------------------
Jason Cooper (1):
Merge branch 'irqchip/crossbar' into irqchip/core

Nishanth Menon (14):
irqchip: crossbar: Dont use '0' to mark reserved interrupts
irqchip: crossbar: Check for premapped crossbar before allocating
irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbar
irqchip: crossbar: Initialise the crossbar with a safe value
irqchip: crossbar: Change allocation logic by reversing search for free irqs
irqchip: crossbar: Remove IS_ERR_VALUE check
irqchip: crossbar: Fix sparse and checkpatch warnings
irqchip: crossbar: Fix kerneldoc warning
irqchip: crossbar: Return proper error value
irqchip: crossbar: Change the goto naming
irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mapping
irqchip: crossbar: Introduce centralized check for crossbar write
documentation: dt: omap: crossbar: Add description for interrupt consumer
irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GIC

Sricharan R (2):
irqchip: crossbar: Set cb pointer to null in case of error
irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback

Stefan Kristiansson (1):
irqchip: or1k-pic: Migrate from arch/openrisc/

.../devicetree/bindings/arm/omap/crossbar.txt | 36 ++++
.../interrupt-controller/opencores,or1k-pic.txt | 23 +++
arch/openrisc/Kconfig | 1 +
arch/openrisc/include/asm/irq.h | 3 +
arch/openrisc/kernel/irq.c | 146 ++---------------
drivers/irqchip/Kconfig | 4 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-crossbar.c | 168 ++++++++++++++++---
drivers/irqchip/irq-or1k-pic.c | 182 +++++++++++++++++++++
9 files changed, 406 insertions(+), 158 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/opencores,or1k-pic.txt
create mode 100644 drivers/irqchip/irq-or1k-pic.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/