From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [PATCH v3 0/4] ARM: dts: exynos: Prepare Spring Date: Wed, 30 Jul 2014 15:50:40 +0200 Message-ID: <1406728244-5105-1-git-send-email-afaerber@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from cantor2.suse.de ([195.135.220.15]:39165 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbaG3NwZ (ORCPT ); Wed, 30 Jul 2014 09:52:25 -0400 Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-samsung-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Stephan van Schaik , Vincent Palatin , Doug Anderson , Javier Martinez Canillas , =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello, Based on the preinstalled 3.8 based ChromeOS kernel and previous 3.15=20 based attempts by Stephan and me that broke for 3.16, I've prepared a=20 device tree for the HP Chromebook 11 aka Google Spring. v3 mainly does style cleanups, aligning Snow and Spring better. Not yet enabled are trackpad, Wifi and sound. My rebasing branch for testing is here: https://github.com/afaerber/linux/commits/spring-next Regards, Andreas v1 -> v2: * Dropped 3 documentation patches from series: 2 picked up, https://patchwork.kernel.org/patch/4397271/ https://patchwork.kernel.org/patch/4397291/ 1 already sent separately as v2, pending. https://patchwork.kernel.org/patch/4424881/ * Minimized and beautified Spring device tree and to some degree Snow a= s well. See individual patches. v2 -> v3: * Rebased: Two -cros-common cleanup patches were already applied * Lots of small cleanups for both Snow and Spring * Enabled I2S in Spring for symmetry * Added lid-switch and gpio-keys pinctrls to Spring Andreas F=C3=A4rber (4): ARM: dts: Fix MMC pinctrl for exynos5250-snow ARM: dts: Fold exynos5250-cros-common into exynos5250-snow ARM: dts: Clean up exynos5250-snow ARM: dts: Add exynos5250-spring device tree arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/exynos5250-cros-common.dtsi | 164 -------- arch/arm/boot/dts/exynos5250-snow.dts | 338 ++++++++++------ arch/arm/boot/dts/exynos5250-spring.dts | 539 ++++++++++++++++++= ++++++++ 4 files changed, 770 insertions(+), 272 deletions(-) delete mode 100644 arch/arm/boot/dts/exynos5250-cros-common.dtsi create mode 100644 arch/arm/boot/dts/exynos5250-spring.dts --=20 1.9.3