Merge tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc architecture fixes from Helge Deller: "This mostly handles 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 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" * tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: Avoid printing the hardware path twice parisc: Export iosapic_serial_irq() symbol for serial port driver MAINTAINERS: adjust entry after renaming parisc serial driver parisc: Use signed char for hardware path in pdc.h parisc/serial: Rename 8250_gsc.c to 8250_parisc.c parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- arch/parisc/include/asm/hardware.h 6 additions, 6 deletionsarch/parisc/include/asm/hardware.h
- arch/parisc/include/uapi/asm/pdc.h 13 additions, 23 deletionsarch/parisc/include/uapi/asm/pdc.h
- arch/parisc/kernel/drivers.c 6 additions, 8 deletionsarch/parisc/kernel/drivers.c
- drivers/parisc/iosapic.c 1 addition, 0 deletionsdrivers/parisc/iosapic.c
- drivers/parisc/pdc_stable.c 17 additions, 17 deletionsdrivers/parisc/pdc_stable.c
- drivers/tty/serial/8250/8250_parisc.c 0 additions, 0 deletionsdrivers/tty/serial/8250/8250_parisc.c
- drivers/tty/serial/8250/Kconfig 2 additions, 2 deletionsdrivers/tty/serial/8250/Kconfig
- drivers/tty/serial/8250/Makefile 1 addition, 1 deletiondrivers/tty/serial/8250/Makefile
Please register or sign in to comment