linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] OpenRISC updates for 6.6
@ 2023-09-04 19:20 Stafford Horne
  2023-09-04 22:37 ` Linus Torvalds
  2023-09-05 19:42 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Stafford Horne @ 2023-09-04 19:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux OpenRISC, LKML

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

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

end of thread, other threads:[~2023-09-05 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 19:20 [GIT PULL] OpenRISC updates for 6.6 Stafford Horne
2023-09-04 22:37 ` Linus Torvalds
2023-09-05  4:08   ` Stafford Horne
2023-09-05 19:42 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).