[GIT PULL] OpenRISC updates for v5.4
From: Stafford Horne
Date: Tue Sep 17 2019 - 08:33:20 EST
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