[GIT PULL] OpenRISC updates for 6.6

From: Stafford Horne
Date: Mon Sep 04 2023 - 15:21:04 EST


Hello Linus,

Please consider for pull,

The following changes since commit 52a93d39b17dc7eb98b6aa3edb93943248e03b2f:

Linux 6.5-rc5 (2023-08-06 15:07:51 -0700)

are available in the Git repository at:

https://github.com/openrisc/linux.git tags/for-linus

for you to fetch changes up to c289330331eb93bc6a3c68b9119ccd7d4285a4a2:

openrisc: Remove kernel-doc marker from ioremap comment (2023-08-21 08:15:25 +0100)

----------------------------------------------------------------
OpenRISC updates for 6.6

Updates:

- Fixes from me to cleanup all compiler warnings reported under
arch/openrisc.
- One cleanup from Linus Walleij to convert pfn macros to static
inlines.

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

Note, there is one trivial conflict with the mm tree and my patch fixing up the
ioremap comment.

Linus Walleij (1):
openrisc: Make pfn accessors statics inlines

Stafford Horne (8):
openrisc: Add missing prototypes for assembly called fnctions
openrisc: Declare do_signal function as static
openrisc: Add prototype for show_registers to processor.h
openrisc: Add prototype for die to bug.h
openrisc: Include cpu.h and switch_to.h for prototypes
openriac: Remove unused nommu_dump_state function
openrisc: Remove unused tlb_init function
openrisc: Remove kernel-doc marker from ioremap comment

arch/openrisc/include/asm/bug.h | 11 +++++
arch/openrisc/include/asm/page.h | 11 ++++-
arch/openrisc/include/asm/processor.h | 1 +
arch/openrisc/kernel/process.c | 4 +-
arch/openrisc/kernel/ptrace.c | 4 ++
arch/openrisc/kernel/signal.c | 7 ++-
arch/openrisc/kernel/smp.c | 2 +
arch/openrisc/kernel/time.c | 2 +
arch/openrisc/kernel/traps.c | 85 +++++------------------------------
arch/openrisc/mm/fault.c | 4 +-
arch/openrisc/mm/init.c | 2 -
arch/openrisc/mm/ioremap.c | 2 +-
arch/openrisc/mm/tlb.c | 9 ----
13 files changed, 51 insertions(+), 93 deletions(-)
create mode 100644 arch/openrisc/include/asm/bug.h