[GIT PULL] parisc architecture fixes and updates for v7.0-rc1

From: Helge Deller

Date: Tue Feb 10 2026 - 15:07:53 EST


The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-7.0-rc1

for you to fetch changes up to 1651d69443c3a5fc12f1dee1229d526e7af9020a:

parisc: lba_pci: Add debug code to show IO and PA ranges (2026-02-07 00:45:19 +0100)

----------------------------------------------------------------
parisc architecture fixes and updates for kernel v7.0-rc1:

- Fix device reference leak in error path
- Check if system provides a 64-bit free running platform counter
- Minor fixes in debug code

----------------------------------------------------------------
Haoxiang Li (1):
parisc: kernel: replace kfree() with put_device() in create_tree_node()

Helge Deller (9):
parisc: Print hardware IDs as 4 digit hex strings
parisc: Prevent interrupts during reboot
parisc: Export model name for MPE/ix
parisc: Fix module path output in qemu tables
parisc: Add PDC PAT call to get free running 64-bit counter
parisc: Enhance debug code for PAT firmware
parisc: Fix minor printk issues in iosapic debug code
parisc: Detect 64-bit free running platform counter
parisc: lba_pci: Add debug code to show IO and PA ranges

arch/parisc/include/asm/pdcpat.h | 7 +++++--
arch/parisc/kernel/drivers.c | 12 ++++++++----
arch/parisc/kernel/firmware.c | 27 ++++++++++++++++++++++++++-
arch/parisc/kernel/inventory.c | 13 +++++++++++++
arch/parisc/kernel/process.c | 3 +++
arch/parisc/kernel/processor.c | 26 +++++++++++++-------------
arch/parisc/kernel/time.c | 20 ++++++++++++++++++++
drivers/parisc/iosapic.c | 21 ++++++++++++---------
drivers/parisc/lba_pci.c | 4 ++++
9 files changed, 104 insertions(+), 29 deletions(-)