[GIT PULL] sparc updates for v6.14

From: Andreas Larsson
Date: Tue Jan 28 2025 - 02:43:01 EST


Hi Linus,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc.git tags/sparc-for-6.14-tag1

for you to fetch changes up to 2cec2c4dc90cbf5194c1acef08c1e74f0437af95:

sparc/irq: Remove unneeded if check in sun4v_cookie_only_virqs() (2025-01-17 16:33:48 +0100)

----------------------------------------------------------------
This includes the following changes related to sparc for v6.14:

- Improve performance for reading /proc/interrupts

- Simplify irq code for sun4v

- Replace zero-length array with flexible array in struct for pci for sparc64

----------------------------------------------------------------
David Wang (1):
sparc/irq: use seq_put_decimal_ull_width() for decimal values

Thorsten Blum (2):
sparc/irq: Use str_enabled_disabled() helper function
sparc/irq: Remove unneeded if check in sun4v_cookie_only_virqs()

Zhang Kunbo (1):
sparc: replace zero-length array with flexible-array member

arch/sparc/kernel/irq_32.c | 12 ++++++------
arch/sparc/kernel/irq_64.c | 11 +++++------
arch/sparc/kernel/pci.c | 2 +-
3 files changed, 12 insertions(+), 13 deletions(-)

Thanks,
Andreas