All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] irqchip updates for 4.16
@ 2018-01-10 18:58 Marc Zyngier
  2018-01-10 20:45 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2018-01-10 18:58 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Aleksandar Markovic, Goran Ferenc, Miodrag Dinic, Rob Herring,
	Shanker Donthineni, Stafford Horne, Stefan Wahren, Wei Yongjun,
	Jason Cooper, linux-kernel

Thomas,

Here's a small set of irqchip patches I've collected for 4.16. The
smallest set ever, which is probably a good thing (everybody was
either busy eating or fixing that other thing).

Please pull.

	M.

The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:

  Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-4.16

for you to fetch changes up to ebe2f8718007d5a1238bb3cb8141b5bb2b4d5773:

  irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry (2018-01-04 11:14:10 +0000)

----------------------------------------------------------------
irqchip updates for 4.16

- Fix a GICv3 issue when parsing ACPI entries for disabled CPUs
- Driver for the MIPS Goldfish virtual platform
- Small fixlet for the ompic driver
- Interrupt polatiry support for the Raspberry Pi irqchip

----------------------------------------------------------------
Miodrag Dinic (2):
      dt-bindings/goldfish-pic: Add device tree binding for Goldfish PIC driver
      irqchip/irq-goldfish-pic: Add Goldfish PIC driver

Shanker Donthineni (1):
      irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry

Stefan Wahren (3):
      dt-bindings/bcm2836-l1-intc: Add interrupt polarity support
      irqchip/irq-bcm2836: Add support for DT interrupt polarity
      dt-bindings/bcm283x: Define polarity of per-cpu interrupts

Wei Yongjun (1):
      irqchip/ompic: fix return value check in ompic_of_init()

 .../interrupt-controller/brcm,bcm2836-l1-intc.txt  |   4 +-
 .../interrupt-controller/google,goldfish-pic.txt   |  30 +++++
 MAINTAINERS                                        |   6 +
 arch/arm/boot/dts/bcm2836.dtsi                     |  14 +--
 arch/arm/boot/dts/bcm2837.dtsi                     |  12 +-
 arch/arm/boot/dts/bcm283x.dtsi                     |   1 +
 drivers/irqchip/Kconfig                            |   8 ++
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-bcm2836.c                      |  46 ++++---
 drivers/irqchip/irq-gic-v3.c                       |  11 ++
 drivers/irqchip/irq-goldfish-pic.c                 | 139 +++++++++++++++++++++
 drivers/irqchip/irq-ompic.c                        |   4 +-
 12 files changed, 241 insertions(+), 35 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
 create mode 100644 drivers/irqchip/irq-goldfish-pic.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] irqchip updates for 4.16
  2018-01-10 18:58 [GIT PULL] irqchip updates for 4.16 Marc Zyngier
@ 2018-01-10 20:45 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2018-01-10 20:45 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Aleksandar Markovic, Goran Ferenc, Miodrag Dinic, Rob Herring,
	Shanker Donthineni, Stafford Horne, Stefan Wahren, Wei Yongjun,
	Jason Cooper, linux-kernel

Marc,

On Wed, 10 Jan 2018, Marc Zyngier wrote:
> 
> Here's a small set of irqchip patches I've collected for 4.16. The
> smallest set ever, which is probably a good thing (everybody was
> either busy eating or fixing that other thing).
> 
> Please pull.

Done. Thanks for finding the time to collect this stuff

      Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-10 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 18:58 [GIT PULL] irqchip updates for 4.16 Marc Zyngier
2018-01-10 20:45 ` Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.