All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux OpenRISC <linux-openrisc@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] OpenRISC updates for 6.6
Date: Mon, 4 Sep 2023 20:20:58 +0100	[thread overview]
Message-ID: <ZPYuGlUw9K2PcShj@antec> (raw)

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

             reply	other threads:[~2023-09-04 19:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04 19:20 Stafford Horne [this message]
2023-09-04 22:37 ` [GIT PULL] OpenRISC updates for 6.6 Linus Torvalds
2023-09-05  4:08   ` Stafford Horne
2023-09-05 19:42 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZPYuGlUw9K2PcShj@antec \
    --to=shorne@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-openrisc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.