[GIT PULL] parisc architecture fixes and updates for v6.15-rc1
From: Helge Deller
Date: Sat Mar 29 2025 - 07:41:28 EST
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(-)