[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150410230515.GC18660@io.lakedaemon.net>
Date: Fri, 10 Apr 2015 23:05:15 +0000
From: Jason Cooper <jason@...edaemon.net>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip: Core change for v4.1 (round 2)
Thomas,
Apologies, I just realized that I tagged my previous PR incorrectly. As
irqchip-core-4.0 vice irqchip-core-4.1. No action is necessary on your
part, I'm just letting you know in case you rely on that tag name on
your side.
This request contains the non-controversial stuff. :-) At a bare
minimum, these have been in 7 linux-next tags. Most have been in for 17
tags.
This is an incremental pull request from tags/irqchip-core-4.0 (sic) up
to tags/irqchip-core-4.1-2 on the irqchip/core branch.
Please pull.
thx,
Jason.
The following changes since commit c9558659e68ee30740f265c54f792bf75add21f2:
Merge branch 'irqchip/st' into irqchip/core (2015-03-07 21:56:47 +0000)
are available in the git repository at:
git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-4.1-2
for you to fetch changes up to 78223354a64284fe1ef74c5a7900435776fcf2a0:
Merge branch 'irqchip/renesas' into irqchip/core (2015-04-02 23:27:23 +0000)
----------------------------------------------------------------
irqchip core changes for v4.1 (round 2)
- gic
- Tolerate uni-processor systems better in gic_get_cpumask()
- mvebu
- Handle per-cpu interrupts properly
- Enable PMU interrupts
- Enable wakeup source
- vybrid
- Add MSCM interrupt router
- renesas
- Add PM and wakeup support
----------------------------------------------------------------
Baruch Siach (1):
irqchip: digicolor: Move digicolor_set_gc to init section
Ezequiel Garcia (2):
irqchip: armada-370-xp: Initialize per cpu registers when CONFIG_SMP=N
irqchip: armada-370-xp: Introduce a is_percpu_irq() helper for readability
Geert Uytterhoeven (4):
irqchip: renesas-irqc: Add more register documentation
irqchip: renesas-irqc: Add minimal runtime PM support
irqchip: renesas-irqc: Add functional clock to bindings
irqchip: renesas-irqc: Add wake-up support
Gregory CLEMENT (1):
irqchip: armada-370-xp: Allow using wakeup source
Jason Cooper (4):
Merge branch 'irqchip/mvebu' into irqchip/core
Merge branch 'irqchip/vybrid' into irqchip/core
Merge branch 'irqchip/mvebu' into irqchip/core
Merge branch 'irqchip/renesas' into irqchip/core
Markos Chandras (1):
irqchip: mips-gic: Add new functions to start/stop the GIC counter
Maxime Ripard (2):
irqchip: armada-370-xp: Fix chained per-cpu interrupts
irqchip: armada-370-xp: Enable the PMU interrupts
Stefan Agner (2):
irqchip: vf610-mscm-ir: Add support for Vybrid MSCM interrupt router
irqchip: vf610-mscm: Add Vybrid MSCM bindings
Stephen Boyd (1):
irqchip: gic: Don't complain in gic_get_cpumask() if UP system
.../arm/freescale/fsl,vf610-mscm-cpucfg.txt | 14 ++
.../bindings/arm/freescale/fsl,vf610-mscm-ir.txt | 33 ++++
.../bindings/interrupt-controller/renesas,irqc.txt | 4 +-
arch/arm/mach-imx/Kconfig | 1 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-armada-370-xp.c | 106 ++++++++---
drivers/irqchip/irq-digicolor.c | 4 +-
drivers/irqchip/irq-gic.c | 2 +-
drivers/irqchip/irq-mips-gic.c | 21 ++
drivers/irqchip/irq-renesas-irqc.c | 54 +++++-
drivers/irqchip/irq-vf610-mscm-ir.c | 212 +++++++++++++++++++++
include/linux/irqchip/mips-gic.h | 2 +
12 files changed, 414 insertions(+), 40 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,vf610-mscm-cpucfg.txt
create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,vf610-mscm-ir.txt
create mode 100644 drivers/irqchip/irq-vf610-mscm-ir.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists