All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <marc.zyngier@arm.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Aleksandar Markovic <aleksandar.markovic@mips.com>,
	Goran Ferenc <goran.ferenc@mips.com>,
	Miodrag Dinic <miodrag.dinic@mips.com>,
	Rob Herring <robh@kernel.org>,
	Shanker Donthineni <shankerd@codeaurora.org>,
	Stafford Horne <shorne@gmail.com>,
	Stefan Wahren <stefan.wahren@i2se.com>,
	Wei Yongjun <weiyongjun1@huawei.com>,
	Jason Cooper <jason@lakedaemon.net>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] irqchip updates for 4.16
Date: Wed, 10 Jan 2018 18:58:54 +0000	[thread overview]
Message-ID: <20180110185854.21152-1-marc.zyngier@arm.com> (raw)

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

             reply	other threads:[~2018-01-10 18:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-10 18:58 Marc Zyngier [this message]
2018-01-10 20:45 ` [GIT PULL] irqchip updates for 4.16 Thomas Gleixner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180110185854.21152-1-marc.zyngier@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=aleksandar.markovic@mips.com \
    --cc=goran.ferenc@mips.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miodrag.dinic@mips.com \
    --cc=robh@kernel.org \
    --cc=shankerd@codeaurora.org \
    --cc=shorne@gmail.com \
    --cc=stefan.wahren@i2se.com \
    --cc=tglx@linutronix.de \
    --cc=weiyongjun1@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.