mbox series

[GIT,PULL] parisc architecture fixes and updates for v6.15-rc1

Message ID Z-fcI2QOldcZOi4f@p100 (mailing list archive)
State New
Headers show
Series [GIT,PULL] parisc architecture fixes and updates for v6.15-rc1 | expand

Pull-request

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

Message

Helge Deller March 29, 2025, 11:40 a.m. UTC
Hi Linus,

Please pull the updates for the parisc architecture for 6.15-rc1:

Drop parisc specific memcpy_fromio() function,
clean up coding style and fix compile warnings.

Thanks!
Helge

----------------------------------------------------------------

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e822b8f01b40eb193cf7ebb059ac7c560a562d6f:

  parisc: led: Use scnprintf() to avoid string truncation warning (2025-03-09 22:27:54 +0100)

----------------------------------------------------------------
parisc architecture updates for kernel v6.15-rc1:

Drop parisc specific memcpy_fromio() function,
clean up coding style and fix compile warnings.

----------------------------------------------------------------
Helge Deller (2):
      Input: gscps2 - Describe missing function parameters
      parisc: led: Use scnprintf() to avoid string truncation warning

Julian Vetter (2):
      parisc: Fix formatting errors in io.c
      parisc: Remove memcpy_fromio

Thadeu Lima de Souza Cascardo (1):
      parisc: perf: use named initializers for struct miscdevice

Yu-Chun Lin (1):
      parisc: PDT: Fix missing prototype warning

 arch/parisc/include/asm/io.h      |   3 -
 arch/parisc/kernel/parisc_ksyms.c |   1 -
 arch/parisc/kernel/pdt.c          |   2 +
 arch/parisc/kernel/perf.c         |   6 +-
 arch/parisc/lib/io.c              | 119 ++++++++++----------------------------
 drivers/input/serio/gscps2.c      |   6 ++
 drivers/parisc/led.c              |   4 +-
 7 files changed, 41 insertions(+), 100 deletions(-)

Comments

pr-tracker-bot@kernel.org March 29, 2025, 7:56 p.m. UTC | #1
The pull request you sent on Sat, 29 Mar 2025 12:40:19 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/883ab4e47c2b514696922243e1d84b7ac36f9d3c

Thank you!