public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] irqchip updates for 6.4, take #1
@ 2023-05-21 10:18 Marc Zyngier
  2023-05-22  6:21 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent tip-bot2 for Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2023-05-21 10:18 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Dan Carpenter, Douglas Anderson, Jiaxun Yang, Julius Werner,
	Kefeng Wang, Krzysztof Kozlowski, Martin Blumenstingl,
	Serge Semin, linux-kernel

Thomas,

Here's a handful of irqchip fixes for 6.4. Nothing major, the most
interesting thing being the workaround for a "creative" firmware issue
on some Mediatek-based Chromebooks, resulting in fireworks of the
pseudo-NMI feature is enabled.

Please pull,

	M.

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cddb536a73ef2c82ce04059dc61c65e85a355561:

  irqchip/mbigen: Unify the error handling in mbigen_of_create_domain() (2023-05-16 11:19:29 +0100)

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

- MIPS GIC fixes for issues that could result in either
  loss of state in the interrupt controller, or a deadlock

- Workaround for Mediatek Chromebooks that only save/restore
  partial state when turning the GIC redistributors off,
  resulting if fireworks if Linux uses interrupt priorities
  for pseudo-NMIs

- Fix the MBIGEN error handling on init

- Mark meson-gpio OF data structures as __maybe_unused,
  avoiding compilation warnings on non-OF setups

----------------------------------------------------------------
Douglas Anderson (2):
      dt-bindings: interrupt-controller: arm,gic-v3: Add quirk for Mediatek SoCs w/ broken FW
      irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues

Jiaxun Yang (2):
      irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
      irqchip/mips-gic: Use raw spinlock for gic_lock

Kefeng Wang (1):
      irqchip/mbigen: Unify the error handling in mbigen_of_create_domain()

Krzysztof Kozlowski (1):
      irqchip/meson-gpio: Mark OF related data as maybe unused

 .../bindings/interrupt-controller/arm,gic-v3.yaml  |  6 ++++
 drivers/irqchip/irq-gic-common.c                   |  8 ++++--
 drivers/irqchip/irq-gic-common.h                   |  1 +
 drivers/irqchip/irq-gic-v3.c                       | 20 ++++++++++++++
 drivers/irqchip/irq-mbigen.c                       | 31 ++++++++++++---------
 drivers/irqchip/irq-meson-gpio.c                   |  2 +-
 drivers/irqchip/irq-mips-gic.c                     | 32 ++++++++++++----------
 7 files changed, 69 insertions(+), 31 deletions(-)

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

end of thread, other threads:[~2023-05-22  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-21 10:18 [GIT PULL] irqchip updates for 6.4, take #1 Marc Zyngier
2023-05-22  6:21 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent tip-bot2 for Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox