From: "Andreas Färber" <afaerber@suse.de> To: linux-realtek-soc@lists.infradead.org Cc: "Rob Herring" <robh@kernel.org>, "James Tai" <james.tai@realtek.com>, "Arnd Bergmann" <arnd@arndb.de>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, "Andreas Färber" <afaerber@suse.de>, linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 0/8] ARM: Initial RTD1195 and MeLE X1000 & Horseradish support Date: Sat, 23 Nov 2019 21:37:51 +0100 Message-ID: <20191123203759.20708-1-afaerber@suse.de> (raw) Hello, This series adds initial support for Realtek RTD1195 SoC and adds a Device Tree for the MeLE X1000 TV set-top-box. v4 includes more memory range related cleanups, adds a DT and drops the reset patches again for a follow-up 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 v3 -> v4: * Insert memory range between r-bus and NOR flash * Exclude boot ROM from memory ranges * Add Horseradish EVB * Drop reset patches (James) 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 <robh@kernel.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: James Tai <james.tai@realtek.com> 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: Exclude boot ROM from memory ranges ARM: dts: rtd1195: Introduce r-bus dt-bindings: arm: realtek: Add Realtek Horseradish EVB ARM: dts: rtd1195: Add Realtek Horseradish EVB ARM: realtek: Enable RTD1195 arch timer Documentation/devicetree/bindings/arm/realtek.yaml | 7 ++ arch/arm/Kconfig | 2 + arch/arm/Makefile | 3 + arch/arm/boot/dts/Makefile | 3 + arch/arm/boot/dts/rtd1195-horseradish.dts | 32 +++++ arch/arm/boot/dts/rtd1195-mele-x1000.dts | 32 +++++ arch/arm/boot/dts/rtd1195.dtsi | 139 +++++++++++++++++++++ arch/arm/mach-realtek/Kconfig | 11 ++ arch/arm/mach-realtek/Makefile | 2 + arch/arm/mach-realtek/rtd1195.c | 56 +++++++++ 10 files changed, 287 insertions(+) create mode 100644 arch/arm/boot/dts/rtd1195-horseradish.dts 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 -- 2.16.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply index Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-23 20:37 Andreas Färber [this message] 2019-11-23 20:37 ` [PATCH v4 1/8] dt-bindings: arm: realtek: Add RTD1195 and MeLE X1000 Andreas Färber 2019-11-23 20:37 ` [PATCH v4 2/8] ARM: Prepare Realtek RTD1195 Andreas Färber 2020-01-05 5:52 ` Andreas Färber 2020-01-15 13:22 ` Andreas Färber 2019-11-23 20:37 ` [PATCH v4 3/8] ARM: dts: Prepare Realtek RTD1195 and MeLE X1000 Andreas Färber 2019-11-23 20:37 ` [PATCH v4 4/8] ARM: dts: rtd1195: Exclude boot ROM from memory ranges Andreas Färber 2019-11-23 20:37 ` [PATCH v4 5/8] ARM: dts: rtd1195: Introduce r-bus Andreas Färber 2019-11-23 20:37 ` [PATCH v4 6/8] dt-bindings: arm: realtek: Add Realtek Horseradish EVB Andreas Färber 2019-12-05 15:18 ` Rob Herring 2019-11-23 20:37 ` [PATCH v4 7/8] ARM: dts: rtd1195: " Andreas Färber 2019-11-23 20:37 ` [PATCH v4 8/8] ARM: realtek: Enable RTD1195 arch timer Andreas Färber 2019-12-28 14:03 ` [PATCH v4 0/8] ARM: Initial RTD1195 and MeLE X1000 & Horseradish support Andreas Färber
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=20191123203759.20708-1-afaerber@suse.de \ --to=afaerber@suse.de \ --cc=arnd@arndb.de \ --cc=devicetree@vger.kernel.org \ --cc=james.tai@realtek.com \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-realtek-soc@lists.infradead.org \ --cc=robh@kernel.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
Linux-ARM-Kernel Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-arm-kernel/0 linux-arm-kernel/git/0.git git clone --mirror https://lore.kernel.org/linux-arm-kernel/1 linux-arm-kernel/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-arm-kernel linux-arm-kernel/ https://lore.kernel.org/linux-arm-kernel \ linux-arm-kernel@lists.infradead.org public-inbox-index linux-arm-kernel Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.infradead.lists.linux-arm-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git