From patchwork Sun Nov 17 07:21:01 2019 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: 11248035 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 9E5501390 for ; Sun, 17 Nov 2019 07:22:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 4FE022071E for ; Sun, 17 Nov 2019 07:22:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BB2T0Hcq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4FE022071E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=hMz8O5NSeptc0KFIAGkDd11J8eqkmnYAd+JfCu+S1v4=; b=BB2T0HcqoX+/bR WNmgaJ3HaczegQdJt/oqEIR0/1OCIlCV8CgdxBDZYKj3j90D3L1N1+tuJyYupJVCRUUvKRfBogUc/ gTfr7/EyxXHLPdnkU8p9jCmpR/YCypCibQjYTNyNxrCoDUqYpTyEOrscWixiYmXflKLyc85oZ4K5N tITBrgOqKJsQJCukWsXBS4iVStIyME5mTEDtisq4V1saZVyZPFDW0rNhg2tcy08eMfguueLzBLOl/ FjXp8J/WUu4idjKNi52QaktkAkh+dzNcdcwdUV9CjQOEVQiYvr5sm3u9kAIA70ep2quc+fTwMZfQt W/gJIsV7Dd6zGVt4r/rw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iWEtD-0000fL-Rd; Sun, 17 Nov 2019 07:22:31 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iWEs7-00083V-6K; Sun, 17 Nov 2019 07:21:26 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 11345B221; Sun, 17 Nov 2019 07:21:19 +0000 (UTC) From: =?utf-8?q?Andreas_F=C3=A4rber?= To: linux-realtek-soc@lists.infradead.org Subject: [PATCH v3 0/8] ARM: Initial RTD1195 and MeLE X1000 support Date: Sun, 17 Nov 2019 08:21:01 +0100 Message-Id: <20191117072109.20402-1-afaerber@suse.de> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191116_232123_392046_295B18B1 X-CRM114-Status: GOOD ( 10.24 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [195.135.220.15 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , James Tai , Arnd Bergmann , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Andreas_F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hello, This series adds initial support for Realtek RTD1195 SoC and adds a Device Tree for the MeLE X1000 TV set-top-box. v3 includes various memory range related cleanups and collects follow-up patches from multiple other series. The final patch is still in need of feedback from Realtek for how to name and handle this magic register and bit(s). SMP (i.e., the second core) is still dependent on two new bindings/drivers. More details on the device at: https://en.opensuse.org/HCL:Mele_X1000 Latest experimental patches at: https://github.com/afaerber/linux/commits/rtd1295-next Have a lot of fun! Cheers, Andreas v2 -> v3: * Incorporate cleanup patches from RTD1395 series * Fixed r-bus size (James) * Fixed r-bus node name (Rob) * Include reset patches from RTD1295 reset series, rebased onto r-bus v1 -> v2: * Do not redundantly select COMMON_CLK (Arnd) * Drop further unneeded selects * Clean up memory reservations (Rob) * Enable arch timer Cc: devicetree@vger.kernel.org Cc: Rob Herring Cc: Arnd Bergmann Cc: James Tai Andreas Färber (8): dt-bindings: arm: realtek: Add RTD1195 and MeLE X1000 ARM: Prepare Realtek RTD1195 ARM: dts: Prepare Realtek RTD1195 and MeLE X1000 ARM: dts: rtd1195: Introduce r-bus dt-bindings: reset: Add Realtek RTD1195 ARM: dts: rtd1195: Add reset nodes ARM: dts: rtd1195: Add UART resets ARM: realtek: Enable RTD1195 arch timer Documentation/devicetree/bindings/arm/realtek.yaml | 6 + arch/arm/Kconfig | 2 + arch/arm/Makefile | 3 + arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/rtd1195-mele-x1000.dts | 31 ++++ arch/arm/boot/dts/rtd1195.dtsi | 162 +++++++++++++++++++++ arch/arm/mach-realtek/Kconfig | 11 ++ arch/arm/mach-realtek/Makefile | 2 + arch/arm/mach-realtek/rtd1195.c | 53 +++++++ include/dt-bindings/reset/realtek,rtd1195.h | 74 ++++++++++ 10 files changed, 346 insertions(+) create mode 100644 arch/arm/boot/dts/rtd1195-mele-x1000.dts create mode 100644 arch/arm/boot/dts/rtd1195.dtsi 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 create mode 100644 include/dt-bindings/reset/realtek,rtd1195.h