Hi Olof,
Here's a soc pull for Realtek.
This is a rebase of the 5.6 pull request that didn't get merged. One conflict resolved.
Regards,
Andreas
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git tags/realtek-soc-for-5.8
for you to fetch changes up to ed25e516a100de9a4e9b09f8272585d3efbbfdfc:
MAINTAINERS: Add Realtek arm DT files (2020-04-12 23:14:11 +0200)
----------------------------------------------------------------
Realtek Arm based SoC for v5.8
Introduce ARCH_REALTEK also for 32-bit arm, and update MAINTAINERS.
----------------------------------------------------------------
Andreas Färber (2):
ARM: Prepare Realtek RTD1195
MAINTAINERS: Add Realtek arm DT files
MAINTAINERS | 2 ++
arch/arm/Kconfig | 2 ++
arch/arm/Makefile | 3 +++
arch/arm/mach-realtek/Kconfig | 11 +++++++++++
arch/arm/mach-realtek/Makefile | 2 ++
arch/arm/mach-realtek/rtd1195.c | 40 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 60 insertions(+)
create mode 100644 arch/arm/mach-realtek/Kconfig
create mode 100644 arch/arm/mach-realtek/Makefile
create mode 100644 arch/arm/mach-realtek/rtd1195.c