From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933855AbbA2C1S (ORCPT ); Wed, 28 Jan 2015 21:27:18 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:51963 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933828AbbA2C1O (ORCPT ); Wed, 28 Jan 2015 21:27:14 -0500 From: Tomeu Vizoso To: linux-kernel@vger.kernel.org Cc: Javier Martinez Canillas , Dylan Reid , Andrew Bresticker , Simon Glass , Tomeu Vizoso , Alexandre Courbot , alsa-devel@alsa-project.org, David Airlie , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Ian Campbell , Jaroslav Kysela , Kumar Gala , Lars-Peter Clausen , Liam Girdwood , linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, Mark Brown , Mark Rutland , Pawel Moll , Rob Herring , Russell King , Stephen Warren , Takashi Iwai , Thierry Reding , Wolfram Sang Subject: [PATCH v3 00/10] Improvements to Tegra-based Chromebook support Date: Wed, 28 Jan 2015 11:50:58 +0100 Message-Id: <1422442278-10405-1-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v3: * Added bindings for the LTN140AT29 panel * Removed the delay in pwrseq, as what was actually needed was to add a dependency on the power supplies of the host * Uses the pinmux for the Blaze as generated by tegra-pinmux-scripts * Uses the pinmux for the Big as in the last patch from Simon Glass Hello, this series adds support for the Tegra-based HP Chromebook 14 (aka nyan blaze), which is very similar to the Acer Chromebook 13 (aka nyan big). Because they both include tegra124-nyan.dtsi, some improvements to Blaze support have also benefitted the Big. I have tested that USB2, the panels, HDMI, the trackpad, Wifi and sound work on both. The DT for the Big includes the pinmux configuration as generated by tegra-pinmux-scripts with Simon's patch at: https://patchwork.ozlabs.org/patch/417779/ These patches are based on top of linux-next 20150128. http://cgit.collabora.com/git/user/tomeu/linux.git/log/?h=nyan-v3 Regards, Tomeu Stéphane Marchesin (1): drm/panel: add support for Samsung LTN140AT29 panel Tomeu Vizoso (9): ARM: tegra: Set the sound card model that alsaucm expects ARM: tegra: Move out nyan-generic parts out from the nyan-big DT ARM: tegra: Add DTS for the nyan-blaze board ARM: tegra: Add node for trackpad in Nyan boards ASoC: tegra: Add a control for the headphone switch ASoC: tegra: add sink for the internal mic to tegra_max98090 ARM: tegra: Use pwrseq-simple for the wifi in Nyan ARM: tegra: Use the generated pinmux data ARM: tegra: Set spi-max-frequency property to flash node .../bindings/panel/samsung,ltn140at29-301.txt | 7 + .../bindings/sound/nvidia,tegra-audio-max98090.txt | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/tegra124-nyan-big.dts | 2112 +++++++++++--------- arch/arm/boot/dts/tegra124-nyan-blaze.dts | 1325 ++++++++++++ arch/arm/boot/dts/tegra124-nyan.dtsi | 692 +++++++ drivers/gpu/drm/panel/panel-simple.c | 26 + sound/soc/tegra/tegra_max98090.c | 3 + 8 files changed, 3206 insertions(+), 961 deletions(-) create mode 100644 Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt create mode 100644 arch/arm/boot/dts/tegra124-nyan-blaze.dts create mode 100644 arch/arm/boot/dts/tegra124-nyan.dtsi -- 1.9.3