All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Openrisc <openrisc@lists.librecores.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] OpenRISC fixes/updates for v6.0-rc1
Date: Sat, 6 Aug 2022 05:30:04 +0900	[thread overview]
Message-ID: <Yu19zEVnjSkH8nO2@antec> (raw)

Hello Linus,

Please consider for pull,

The following changes since commit 0757060a438835df82bd8aec40d4abc7dc4c9584:

  Merge branch 'pci/header-cleanup-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git (2022-07-30 05:47:13 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 52e0ea900202d23843daee8f7089817e81dd3dd7:

  openrisc: io: Define iounmap argument as volatile (2022-07-30 05:50:15 +0900)

----------------------------------------------------------------
OpenRISC fixes for 5.20-rc1/6.0

In this cycle we add PCI support to OpenRISC used in our new QEMU virt
platform.  The base of this series is a merge of Bjorn's PCI headers
cleanup branch and 5.16-rc6.  The patches from the PCI branch are needed
for the series to work.

The main updates from me include:
 - Kconfig updates to support OpenRISC PCI (just config now after the
   PCI cleanups I did on Bjorn's branch)
 - A new defconfig for the qemu virt platform.
 - Also there is one MAINTAINERS update.  As I was working on the PCI
   series we kept getting bounces from Richard's old email address. I
   added this here; I am not sure how these are usually handled when
   the maintainer doesn't queue it themselves.

----------------------------------------------------------------
Stafford Horne (4):
      openrisc: Add pci bus support
      openrisc: Add virt defconfig
      MAINTAINERS: Update Richard Henderson's address
      openrisc: io: Define iounmap argument as volatile

 MAINTAINERS                          |   2 +-
 arch/openrisc/Kconfig                |   5 +-
 arch/openrisc/configs/virt_defconfig | 108 +++++++++++++++++++++++++++++++++++
 arch/openrisc/include/asm/Kbuild     |   1 +
 arch/openrisc/include/asm/io.h       |   4 +-
 arch/openrisc/mm/ioremap.c           |   2 +-
 6 files changed, 117 insertions(+), 5 deletions(-)
 create mode 100644 arch/openrisc/configs/virt_defconfig

             reply	other threads:[~2022-08-05 20:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 20:30 Stafford Horne [this message]
2022-08-05 21:25 ` [GIT PULL] OpenRISC fixes/updates for v6.0-rc1 pr-tracker-bot
2022-08-05 21:25   ` 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=Yu19zEVnjSkH8nO2@antec \
    --to=shorne@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openrisc@lists.librecores.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.