All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Dan Carpenter <dan.carpenter@oracle.com>,
	David Lechner <david@lechnology.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Huacai Chen <chenhuacai@kernel.org>,
	John Garry <john.garry@huawei.com>,
	Mathias Kresin <dev@kresin.me>, Suman Anna <s-anna@ti.com>,
	Valentin Schneider <valentin.schneider@arm.com>,
	Zenghui Yu <yuzenghui@huawei.com>,
	Zheng Yongjun <zhengyongjun3@huawei.com>,
	kernel-team@android.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] irqchip fixes for 5.11, take #1
Date: Sun, 10 Jan 2021 11:00:01 +0000	[thread overview]
Message-ID: <20210110110001.2328708-1-maz@kernel.org> (raw)

Hi Thomas,

Happy New Year!

This is the first set of fixes from the irqchip (and related)
department for 5.11. On the menu this time, three notable fixes: a
MIPS CPU hierarchy violation, a fix for the on-stack init of
msi_alloc_info (or lack thereof), and a fix for the RPi2/3 IPI irqchip
that broke on QEMU. The rest is a bunch of smaller cleanups and fixes.

Please pull,

	M.

The following changes since commit 2f5fbc4305d07725bfebaedb09e57271315691ef:

  irqchip/qcom-pdc: Fix phantom irq when changing between rising/falling (2020-12-12 10:46:02 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.11-1

for you to fetch changes up to 599b3063adf4bf041a87a69244ee36aded0d878f:

  irqchip/mips-cpu: Set IPI domain parent chip (2021-01-10 10:20:24 +0000)

----------------------------------------------------------------
irqchip fixes for 5.11, take #1

- Fix the MIPS CPU interrupt controller hierarchy
- Simplify the PRUSS Kconfig entry
- Eliminate trivial build warnings on the MIPS Loongson liointc
- Fix error path in devm_platform_get_irqs_affinity()
- Turn the BCM2836 IPI irq_eoi callback into irq_ack
- Fix initialisation of on-stack msi_alloc_info
- Cleanup spurious comma in irq-sl28cpld

----------------------------------------------------------------
Huacai Chen (1):
      irqchip/loongson-liointc: Fix build warnings

John Garry (1):
      driver core: platform: Add extra error check in devm_platform_get_irqs_affinity()

Marc Zyngier (1):
      irqchip/bcm2836: Fix IPI acknowledgement after conversion to handle_percpu_devid_irq

Mathias Kresin (1):
      irqchip/mips-cpu: Set IPI domain parent chip

Suman Anna (1):
      irqchip/pruss: Simplify the TI_PRUSS_INTC Kconfig

Zenghui Yu (1):
      genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()

Zheng Yongjun (1):
      irqchip/irq-sl28cpld: Convert comma to semicolon

 drivers/base/platform.c                | 2 ++
 drivers/irqchip/Kconfig                | 5 +++--
 drivers/irqchip/irq-bcm2836.c          | 4 ++--
 drivers/irqchip/irq-loongson-liointc.c | 4 ++--
 drivers/irqchip/irq-mips-cpu.c         | 7 +++++++
 drivers/irqchip/irq-sl28cpld.c         | 2 +-
 kernel/irq/msi.c                       | 2 +-
 7 files changed, 18 insertions(+), 8 deletions(-)

             reply	other threads:[~2021-01-10 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10 11:00 Marc Zyngier [this message]
2021-01-12 20:29 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent tip-bot2 for 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=20210110110001.2328708-1-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=dan.carpenter@oracle.com \
    --cc=david@lechnology.com \
    --cc=dev@kresin.me \
    --cc=john.garry@huawei.com \
    --cc=kernel-team@android.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=s-anna@ti.com \
    --cc=tglx@linutronix.de \
    --cc=valentin.schneider@arm.com \
    --cc=yuzenghui@huawei.com \
    --cc=zhengyongjun3@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.