linux-openrisc.vger.kernel.org archive mirror
 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.15
Date: Sat, 26 Apr 2025 07:30:45 +0100	[thread overview]
Message-ID: <aAx9lbfe28qzOpf_@antec> (raw)

Hello Linus,

Please consider for pull,

The following changes since commit 38fec10eb60d687e30c8c6b5420d86e8149f7557:

  Linux 6.14 (2025-03-24 07:02:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 66ffd2f3161124f2f5019b55d8ef3add26a002a5:

  Documentation: openrisc: Update toolchain binaries URL (2025-04-20 07:07:23 +0100)

----------------------------------------------------------------
OpenRISC updates for 6.15

This is a bit late as I was on holiday, but as there are no huge
structural changes I hope it's OK to include mid release cycle.

 - Support for cacheinfo API to expose OpenRISC cache info via sysfs,
   this also translated to some cleanups to OpenRISC cache flush and
   invalidate API's
 - Documentation updates for new mailing list and toolchain binaries

----------------------------------------------------------------
Sahil Siddiq (3):
      openrisc: Refactor struct cpuinfo_or1k to reduce duplication
      openrisc: Introduce new utility functions to flush and invalidate caches
      openrisc: Add cacheinfo support

Stafford Horne (2):
      Documentation: openrisc: Update mailing list
      Documentation: openrisc: Update toolchain binaries URL

 Documentation/arch/openrisc/openrisc_port.rst      |  12 +--
 .../zh_CN/arch/openrisc/openrisc_port.rst          |  12 +--
 .../zh_TW/arch/openrisc/openrisc_port.rst          |  12 +--
 arch/openrisc/include/asm/cacheflush.h             |  17 ++++
 arch/openrisc/include/asm/cpuinfo.h                |  24 +++--
 arch/openrisc/kernel/Makefile                      |   2 +-
 arch/openrisc/kernel/cacheinfo.c                   | 104 +++++++++++++++++++++
 arch/openrisc/kernel/dma.c                         |  18 +---
 arch/openrisc/kernel/setup.c                       |  45 +--------
 arch/openrisc/mm/cache.c                           |  56 +++++++++--
 arch/openrisc/mm/init.c                            |   5 +-
 11 files changed, 214 insertions(+), 93 deletions(-)
 create mode 100644 arch/openrisc/kernel/cacheinfo.c

             reply	other threads:[~2025-04-26  6:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-26  6:30 Stafford Horne [this message]
2025-04-26 17:05 ` [GIT PULL] OpenRISC updates for 6.15 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=aAx9lbfe28qzOpf_@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 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).