linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, hch@lst.de
Subject: [GIT PULL] OpenRISC updates for v5.4
Date: Tue, 17 Sep 2019 21:33:12 +0900	[thread overview]
Message-ID: <20190917123312.GC24874@lianli.shorne-pla.net> (raw)

Hi Linus,

Please consider pulling,

The following changes since commit a55aa89aab90fae7c815b0551b07be37db359d76:

  Linux 5.3-rc6 (2019-08-25 12:01:23 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f3b17320db25b4cdd50f0396b096644455357dac:

  openrisc: map as uncached in ioremap (2019-08-31 11:57:53 +0900)

----------------------------------------------------------------
OpenRISC updates for 5.4

Few small things for 5.4:
 - Fixup ethoc ethernet device tree descriptors which were previously
   broken, now ethernet works on FPGAs running OpenRISC!
 - Switch ioremap to use uncached semantics - from Christoph Hellwig

----------------------------------------------------------------
Christoph Hellwig (1):
      openrisc: map as uncached in ioremap

Stafford Horne (2):
      or1k: dts: Fix ethoc network configuration in or1ksim devicetree
      or1k: dts: Add ethoc device to SMP devicetree

 arch/openrisc/boot/dts/or1ksim.dts    |  5 +++--
 arch/openrisc/boot/dts/simple_smp.dts |  6 ++++++
 arch/openrisc/include/asm/io.h        | 20 +++-----------------
 arch/openrisc/include/asm/pgtable.h   |  2 +-
 arch/openrisc/mm/ioremap.c            |  8 ++++----
 5 files changed, 17 insertions(+), 24 deletions(-)

-Stafford

             reply	other threads:[~2019-09-17 12:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 12:33 Stafford Horne [this message]
2019-09-17 23:40 ` [GIT PULL] OpenRISC updates for v5.4 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=20190917123312.GC24874@lianli.shorne-pla.net \
    --to=shorne@gmail.com \
    --cc=hch@lst.de \
    --cc=linux-kernel@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).