From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Aditya Srivastava <yashsri421@gmail.com>,
Aleksandar Markovic <aleksandar.markovic@mips.com>,
Bartosz Golaszewski <bgolaszewski@baylibre.com>,
Bixuan Cui <cuibixuan@huawei.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Goran Ferenc <goran.ferenc@mips.com>,
Kaige Fu <kaige.fu@linux.alibaba.com>,
kernel test robot <lkp@intel.com>,
Miodrag Dinic <miodrag.dinic@mips.com>,
Randy Dunlap <rdunlap@infradead.org>,
Steffen Trumtrar <s.trumtrar@pengutronix.de>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Ulrich Hecht <uli+renesas@fpond.eu>,
Valentin Schneider <valentin.schneider@arm.com>,
Yun Wu <wuyun.wu@huawei.com>,
linux-kernel@vger.kernel.org, kernel-team@android.com
Subject: [GIT PULL] irqchip fixes for 5.15, take #1
Date: Fri, 24 Sep 2021 10:09:33 +0100 [thread overview]
Message-ID: <20210924090933.2766857-1-maz@kernel.org> (raw)
Hi Thomas,
Here's a handful of irqchip/irqdomain fixes for 5.15. The biggest
items here are a fix for a regression on the Armada 370-XP platform,
as well as a workaround for an odd Renesas platform.
The rest of the usual set of cleanups and documentation update.
Please pull,
M.
The following changes since commit 6e3b473ee06445d4eae2f8b1e143db70ed66f519:
Merge branch irq/qcom-pdc-nowake-cleanup into irq/irqchip-next (2021-08-23 09:50:46 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.15-1
for you to fetch changes up to b78f26926b17cc289e4f16b63363abe0aa2e8efc:
irqchip/gic: Work around broken Renesas integration (2021-09-22 14:44:25 +0100)
----------------------------------------------------------------
irqchip fixes for 5.15, take #1
- Work around a bad GIC integration on a Renesas platform, where the
interconnect cannot deal with byte-sized MMIO accesses
- Cleanup another Renesas driver abusing the comma operator
- Fix a potential GICv4 memory leak on an error path
- Make the type of 'size' consistent with the rest of the code in
__irq_domain_add()
- Fix a regression in the Armada 370-XP IPI path
- Fix the build for the obviously unloved goldfish-pic
- Some documentation fixes
----------------------------------------------------------------
Bixuan Cui (1):
irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent
Geert Uytterhoeven (1):
irqchip/renesas-rza1: Use semicolons instead of commas
Kaige Fu (1):
irqchip/gic-v3-its: Fix potential VPE leak on error
Marc Zyngier (3):
Documentation: Fix irq-domain.rst build warning
irqchip/armada-370-xp: Fix ack/eoi breakage
irqchip/gic: Work around broken Renesas integration
Randy Dunlap (2):
irqchip/mbigen: Repair non-kernel-doc notation
irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build
Documentation/core-api/irq/irq-domain.rst | 5 +--
drivers/irqchip/Kconfig | 1 +
drivers/irqchip/irq-armada-370-xp.c | 4 +--
drivers/irqchip/irq-gic-v3-its.c | 2 +-
drivers/irqchip/irq-gic.c | 52 ++++++++++++++++++++++++++++++-
drivers/irqchip/irq-mbigen.c | 6 ++--
drivers/irqchip/irq-renesas-rza1.c | 12 +++----
include/linux/irqdomain.h | 2 +-
kernel/irq/irqdomain.c | 2 +-
9 files changed, 69 insertions(+), 17 deletions(-)
next reply other threads:[~2021-09-24 9:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-24 9:09 Marc Zyngier [this message]
2021-09-24 12:18 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.15-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=20210924090933.2766857-1-maz@kernel.org \
--to=maz@kernel.org \
--cc=aleksandar.markovic@mips.com \
--cc=bgolaszewski@baylibre.com \
--cc=cuibixuan@huawei.com \
--cc=geert+renesas@glider.be \
--cc=geert@linux-m68k.org \
--cc=goran.ferenc@mips.com \
--cc=kaige.fu@linux.alibaba.com \
--cc=kernel-team@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=miodrag.dinic@mips.com \
--cc=rdunlap@infradead.org \
--cc=s.trumtrar@pengutronix.de \
--cc=sfr@canb.auug.org.au \
--cc=tglx@linutronix.de \
--cc=uli+renesas@fpond.eu \
--cc=valentin.schneider@arm.com \
--cc=wuyun.wu@huawei.com \
--cc=yashsri421@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox