All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] irqchip updates for 5.17
@ 2022-01-08 13:08 Marc Zyngier
  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
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2022-01-08 13:08 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Arnd Bergmann, Geert Uytterhoeven, Herve Codina, Jay Chen,
	Kees Cook, Lad Prabhakar, Linus Walleij, Lorenzo Pieralisi,
	Lucas Stach, Peng Fan, Valentin Schneider, Viresh Kumar,
	Xiang wangx, linux-kernel, kernel-team

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(-)

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

* [tip: irq/core] Merge tag 'irqchip-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
  2022-01-08 13:08 [GIT PULL] irqchip updates for 5.17 Marc Zyngier
@ 2022-01-10 12:59 ` tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-01-10 12:59 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: x86, linux-kernel, maz

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     67d50b5f9114ae55d45e08e1fd1d6ae152622bf3
Gitweb:        https://git.kernel.org/tip/67d50b5f9114ae55d45e08e1fd1d6ae152622bf3
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Mon, 10 Jan 2022 13:55:41 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 10 Jan 2022 13:55:41 +01:00

Merge tag 'irqchip-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core

Pull irqchip updates from Marc Zyngier:

 - 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

Link: https://lore.kernel.org/lkml/20220108130807.4109738-1-maz@kernel.org
---

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

end of thread, other threads:[~2022-01-10 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 13:08 [GIT PULL] irqchip updates for 5.17 Marc Zyngier
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

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.