From patchwork Sun May 10 23:21:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 11539505 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 640E492A for ; Sun, 10 May 2020 23:22:08 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 5DB142098B; Sun, 10 May 2020 23:22:08 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2551F208DB for ; Sun, 10 May 2020 23:22:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2551F208DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=afaerber@suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 1EDE2AEE2; Sun, 10 May 2020 23:22:09 +0000 (UTC) From: =?utf-8?q?Andreas_F=C3=A4rber?= List-Id: To: soc@kernel.org Cc: Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-realtek-soc@lists.infradead.org, =?utf-8?q?Andreas_F=C3=A4rber?= Subject: [GIT PULL] ARM: realtek: soc for v5.8 Date: Mon, 11 May 2020 01:21:57 +0200 Message-Id: <20200510232158.18477-1-afaerber@suse.de> X-Mailer: git-send-email 2.26.1 MIME-Version: 1.0 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