All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Herve Codina <herve.codina@bootlin.com>,
	Jay Chen <jkchen@linux.alibaba.com>,
	Kees Cook <keescook@chromium.org>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Lucas Stach <l.stach@pengutronix.de>, Peng Fan <peng.fan@nxp.com>,
	Valentin Schneider <valentin.schneider@arm.com>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Xiang wangx <wangxiang@cdjrlc.com>,
	linux-kernel@vger.kernel.org, kernel-team@android.com
Subject: [GIT PULL] irqchip updates for 5.17
Date: Sat,  8 Jan 2022 13:08:07 +0000	[thread overview]
Message-ID: <20220108130807.4109738-1-maz@kernel.org> (raw)

Hi Thomas,

This is the smallest set of irqchip updates ever. Not due to a lack of
activity, but mostly that the stuff that is in flight doesn't seem to
be quire ready. Given the size of the upcoming MSI changes, this is
probably for the best.

Anyway, not much here, apart from Valentin's Kexec+RT GICv3 ITS fix
and another one for GICv4.1. The rest is a boring mix of small scale
updates and cleanups.

Please pull,

	M.

The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cd448b24c621b2b676b4fa50a4ab4e9e9da114e2:

  Merge branch irq/misc-5.17 into irq/irqchip-next (2021-12-20 14:00:47 +0000)

----------------------------------------------------------------
irqchip updates for 5.17

- Fix GICv3 redistributor table reservation with RT across kexec

- Fix GICv4.1 redistributor view of the VPE table across kexec

- Add support for extra interrupts on spear-shirq

- Make obtaining some interrupts optional for the Renesas drivers

- Various cleanups and bug fixes

----------------------------------------------------------------
Herve Codina (1):
      irqchip/spear-shirq: Add support for IRQ 0..6

Kees Cook (1):
      irqchip/ingenic-tcu: Use correctly sized arguments for bit field

Lad Prabhakar (2):
      irqchip/renesas-irqc: Use platform_get_irq_optional() to get the interrupt
      irqchip/renesas-intc-irqpin: Use platform_get_irq_optional() to get the interrupt

Marc Zyngier (3):
      Merge branch irq/its-kexec-rt into irq/irqchip-next
      irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time
      Merge branch irq/misc-5.17 into irq/irqchip-next

Peng Fan (1):
      irqchip/imx-gpcv2: Mark imx_gpcv2_instance with __ro_after_init

Valentin Schneider (3):
      irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
      irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
      irqchip/gic-v3-its: Limit memreserve cpuhp state lifetime

Xiang wangx (1):
      irqchip/gic-v2m: Add const to of_device_id

 drivers/irqchip/irq-gic-v2m.c             |  2 +-
 drivers/irqchip/irq-gic-v3-its.c          | 82 ++++++++++++++++++++++++++++---
 drivers/irqchip/irq-gic-v3.c              | 17 +++++++
 drivers/irqchip/irq-imx-gpcv2.c           |  2 +-
 drivers/irqchip/irq-ingenic-tcu.c         |  4 +-
 drivers/irqchip/irq-renesas-intc-irqpin.c |  9 ++--
 drivers/irqchip/irq-renesas-irqc.c        |  9 ++--
 drivers/irqchip/spear-shirq.c             |  2 +
 include/linux/irqchip/arm-gic-v3.h        |  4 +-
 9 files changed, 112 insertions(+), 19 deletions(-)

             reply	other threads:[~2022-01-08 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 13:08 Marc Zyngier [this message]
2022-01-10 12:59 ` [tip: irq/core] Merge tag 'irqchip-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core 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=20220108130807.4109738-1-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=arnd@arndb.de \
    --cc=geert+renesas@glider.be \
    --cc=herve.codina@bootlin.com \
    --cc=jkchen@linux.alibaba.com \
    --cc=keescook@chromium.org \
    --cc=kernel-team@android.com \
    --cc=l.stach@pengutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=peng.fan@nxp.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=tglx@linutronix.de \
    --cc=valentin.schneider@arm.com \
    --cc=viresh.kumar@linaro.org \
    --cc=wangxiang@cdjrlc.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.