Hi Linus, please pull some fixes for the parisc architecture for 6.1-rc4. This patchset handles mostly oddities with the serial port 8250_gsc.c driver. Although the name suggests it's just for serial ports on the GSC bus (e.g. in older PA-RISC machines), it handles serial ports on PA-RISC PCI devices (e.g. on the SuperIO chip) as well. Thus this patchset renames the driver to 8250_parisc and fixes the config dependencies. The other change is a cleanup on how the device IDs of devices in a PA-RISC machine are shown at startup. Thanks, Helge ----- The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.1-2 for you to fetch changes up to 2b6ae0962b421103feb41a80406732944b0665b3: parisc: Avoid printing the hardware path twice (2022-10-31 15:37:14 +0100) ---------------------------------------------------------------- parisc architecture fixes for kernel v6.1-rc4: Rename the serial port 8250_gsc.c driver to 8250_parisc.c and cleanup how the device IDs of devices in a PA-RISC machine are shown at startup. ---------------------------------------------------------------- Helge Deller (5): parisc: Make 8250_gsc driver dependend on CONFIG_PARISC parisc/serial: Rename 8250_gsc.c to 8250_parisc.c parisc: Use signed char for hardware path in pdc.h parisc: Export iosapic_serial_irq() symbol for serial port driver parisc: Avoid printing the hardware path twice Lukas Bulwahn (1): MAINTAINERS: adjust entry after renaming parisc serial driver MAINTAINERS | 2 +- arch/parisc/include/asm/hardware.h | 12 ++++---- arch/parisc/include/uapi/asm/pdc.h | 36 ++++++++-------------- arch/parisc/kernel/drivers.c | 14 ++++----- drivers/parisc/iosapic.c | 1 + drivers/parisc/pdc_stable.c | 34 ++++++++++---------- .../tty/serial/8250/{8250_gsc.c => 8250_parisc.c} | 0 drivers/tty/serial/8250/Kconfig | 4 +-- drivers/tty/serial/8250/Makefile | 2 +- 9 files changed, 47 insertions(+), 58 deletions(-) rename drivers/tty/serial/8250/{8250_gsc.c => 8250_parisc.c} (100%)