All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for v6.1-rc4
@ 2022-11-02 16:26 Helge Deller
  2022-11-02 18:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2022-11-02 16:26 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

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%)

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

* Re: [GIT PULL] parisc architecture fixes for v6.1-rc4
  2022-11-02 16:26 [GIT PULL] parisc architecture fixes for v6.1-rc4 Helge Deller
@ 2022-11-02 18:38 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-11-02 18:38 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

The pull request you sent on Wed, 2 Nov 2022 17:26:13 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.1-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8e5423e991e8cd0988d0c4a3f4ac4ca1af7d148a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-11-02 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 16:26 [GIT PULL] parisc architecture fixes for v6.1-rc4 Helge Deller
2022-11-02 18:38 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.