public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] irqchip updates for Linux v6.6
@ 2023-08-28  9:15 Marc Zyngier
  2023-08-28  9:40 ` [tip: irq/core] Merge tag 'irqchip-6.6' 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 @ 2023-08-28  9:15 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Andrew Lunn, Arnd Bergmann, Bibo Mao, Conor Dooley, Huqiang Qin,
	Martin Blumenstingl, Max Filippov, Philippe Mathieu-Daudé,
	Rob Herring, Ruan Jinjie, Serge Semin, Yangtao Li, Yang Yingliang,
	linux-kernel

Hi Thomas,

Here's a tiny set of very minor irqchip updates for v6.6. Hardly
anything has a functional impact, and it is mostly a set of cleanups.
I guess that most people were on holiday, and I'm not going to
complain about the lack of activity on that front.

Please pull,

	M.

The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 19b5a44bee16518104e8a159ab9a60788292fbd4:

  irqchip: Add support for Amlogic-C3 SoCs (2023-08-21 17:49:12 +0100)

----------------------------------------------------------------
irqchip updates for v6.6

- Fix for Loongsoon eiointc init error handling

- Fix a bunch of warning showing up when -Wmissing-prototypes is set

- A set of fixes for drivers checking for 0 as a potential return
  value from platform_get_irq()

- Another set of patches converting existing code to the use of helpers
  such as of_address_count() and devm_platform_get_and_ioremap_resource()

- A tree-wide cleanup of drivers including of_*.h without discrimination

- Added support for the Amlogic C3 SoCs

----------------------------------------------------------------
Arnd Bergmann (3):
      irqchip/xtensa-pic: Include header for xtensa_pic_init_legacy()
      irqchip/mips-gic: Mark gic_irq_domain_free() static
      irqchipr/i8259: Mark i8259_of_init() static

Bibo Mao (1):
      irqchip/loongson-eiointc: Fix return value checking of eiointc_index

Huqiang Qin (2):
      dt-bindings: interrupt-controller: Add support for Amlogic-C3 SoCs
      irqchip: Add support for Amlogic-C3 SoCs

Rob Herring (1):
      irqchip: Explicitly include correct DT includes

Ruan Jinjie (2):
      irqchip/imx-mu-msi: Do not check for 0 return after calling platform_get_irq()
      irqchip/irq-pruss-intc: Do not check for 0 return after calling platform_get_irq()

Yang Yingliang (1):
      irqchip/orion: Use of_address_count() helper

Yangtao Li (2):
      irqchip/ls-scfg-msi: Use devm_platform_get_and_ioremap_resource()
      irqchip/irq-mvebu-sei: Use devm_platform_get_and_ioremap_resource()

 .../bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml      | 1 +
 drivers/irqchip/irq-bcm6345-l1.c                                    | 1 -
 drivers/irqchip/irq-bcm7038-l1.c                                    | 1 -
 drivers/irqchip/irq-brcmstb-l2.c                                    | 1 -
 drivers/irqchip/irq-gic-pm.c                                        | 2 +-
 drivers/irqchip/irq-gic-v3-its-fsl-mc-msi.c                         | 2 --
 drivers/irqchip/irq-i8259.c                                         | 2 +-
 drivers/irqchip/irq-imx-intmux.c                                    | 3 ++-
 drivers/irqchip/irq-imx-irqsteer.c                                  | 3 ++-
 drivers/irqchip/irq-imx-mu-msi.c                                    | 4 ++--
 drivers/irqchip/irq-keystone.c                                      | 2 +-
 drivers/irqchip/irq-loongson-eiointc.c                              | 2 +-
 drivers/irqchip/irq-loongson-htvec.c                                | 1 -
 drivers/irqchip/irq-loongson-pch-pic.c                              | 2 +-
 drivers/irqchip/irq-ls-scfg-msi.c                                   | 3 +--
 drivers/irqchip/irq-madera.c                                        | 4 +---
 drivers/irqchip/irq-meson-gpio.c                                    | 5 +++++
 drivers/irqchip/irq-mips-gic.c                                      | 2 +-
 drivers/irqchip/irq-mvebu-sei.c                                     | 3 +--
 drivers/irqchip/irq-orion.c                                         | 3 +--
 drivers/irqchip/irq-pruss-intc.c                                    | 6 +++---
 drivers/irqchip/irq-qcom-mpm.c                                      | 2 +-
 drivers/irqchip/irq-renesas-intc-irqpin.c                           | 1 -
 drivers/irqchip/irq-st.c                                            | 2 +-
 drivers/irqchip/irq-stm32-exti.c                                    | 3 ++-
 drivers/irqchip/irq-sunxi-nmi.c                                     | 1 -
 drivers/irqchip/irq-tb10x.c                                         | 1 -
 drivers/irqchip/irq-ti-sci-inta.c                                   | 4 ++--
 drivers/irqchip/irq-ti-sci-intr.c                                   | 4 ++--
 drivers/irqchip/irq-uniphier-aidet.c                                | 1 -
 drivers/irqchip/irq-xtensa-pic.c                                    | 1 +
 drivers/irqchip/irqchip.c                                           | 2 +-
 drivers/irqchip/qcom-pdc.c                                          | 1 -
 33 files changed, 35 insertions(+), 41 deletions(-)

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

* [tip: irq/core] Merge tag 'irqchip-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
  2023-08-28  9:15 [GIT PULL] irqchip updates for Linux v6.6 Marc Zyngier
@ 2023-08-28  9:40 ` tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2023-08-28  9:40 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:     02362c9a99b69aa956f015fa93025221b887684b
Gitweb:        https://git.kernel.org/tip/02362c9a99b69aa956f015fa93025221b887684b
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Mon, 28 Aug 2023 11:33:03 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 28 Aug 2023 11:33:03 +02:00

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

Pull irqchip updates from Marc Zyngier:

  - Fix for Loongsoon eiointc init error handling

  - Fix a bunch of warning showing up when -Wmissing-prototypes is set

  - A set of fixes for drivers checking for 0 as a potential return
    value from platform_get_irq()

  - Another set of patches converting existing code to the use of helpers
    such as of_address_count() and devm_platform_get_and_ioremap_resource()

  - A tree-wide cleanup of drivers including of_*.h without discrimination

  - Added support for the Amlogic C3 SoCs

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

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

end of thread, other threads:[~2023-08-28  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28  9:15 [GIT PULL] irqchip updates for Linux v6.6 Marc Zyngier
2023-08-28  9:40 ` [tip: irq/core] Merge tag 'irqchip-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core 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