From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v5 00/11] Improvements to Tegra-based Chromebook support Date: Tue, 17 Feb 2015 13:53:06 -0700 Message-ID: <54E3AA32.1000609@wwwdotorg.org> References: <1423731078-26681-1-git-send-email-tomeu.vizoso@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1423731078-26681-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Tomeu Vizoso , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Javier Martinez Canillas , Simon Glass , Dylan Reid , Andrew Bresticker , Alexandre Courbot , David Airlie , David Riley , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Ian Campbell , Kumar Gala , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mark Rutland , Mikko Perttunen , Paul Walmsley , Pawel Moll , Peter De Schrijver , Rob Herring , Russell King , =?UTF-8?B?VGVyamUgQmVyZ3N0csO2bQ==?= , Thierry Reding List-Id: linux-tegra@vger.kernel.org On 02/12/2015 01:50 AM, Tomeu Vizoso wrote: > 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 leaf DTs contain the whole pinmux configuration as generated by > tegra-pinmux-scripts. I chose to not put the common configuration in the > common dtsi so we can paste the output as is and be sure that the kernel > doesn't diverge from the canonical data. At a quick glance this series looks OK, Acked-by: Stephen Warren From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Tue, 17 Feb 2015 13:53:06 -0700 Subject: [PATCH v5 00/11] Improvements to Tegra-based Chromebook support In-Reply-To: <1423731078-26681-1-git-send-email-tomeu.vizoso@collabora.com> References: <1423731078-26681-1-git-send-email-tomeu.vizoso@collabora.com> Message-ID: <54E3AA32.1000609@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/12/2015 01:50 AM, Tomeu Vizoso wrote: > 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 leaf DTs contain the whole pinmux configuration as generated by > tegra-pinmux-scripts. I chose to not put the common configuration in the > common dtsi so we can paste the output as is and be sure that the kernel > doesn't diverge from the canonical data. At a quick glance this series looks OK, Acked-by: Stephen Warren From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752588AbbBQUwt (ORCPT ); Tue, 17 Feb 2015 15:52:49 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:41759 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554AbbBQUwr (ORCPT ); Tue, 17 Feb 2015 15:52:47 -0500 Message-ID: <54E3AA32.1000609@wwwdotorg.org> Date: Tue, 17 Feb 2015 13:53:06 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Tomeu Vizoso , linux-tegra@vger.kernel.org CC: Javier Martinez Canillas , Simon Glass , Dylan Reid , Andrew Bresticker , Alexandre Courbot , David Airlie , David Riley , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Ian Campbell , Kumar Gala , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Rutland , Mikko Perttunen , Paul Walmsley , Pawel Moll , Peter De Schrijver , Rob Herring , Russell King , =?UTF-8?B?VGVyamUgQmVyZ3N0csO2bQ==?= , Thierry Reding Subject: Re: [PATCH v5 00/11] Improvements to Tegra-based Chromebook support References: <1423731078-26681-1-git-send-email-tomeu.vizoso@collabora.com> In-Reply-To: <1423731078-26681-1-git-send-email-tomeu.vizoso@collabora.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/12/2015 01:50 AM, Tomeu Vizoso wrote: > 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 leaf DTs contain the whole pinmux configuration as generated by > tegra-pinmux-scripts. I chose to not put the common configuration in the > common dtsi so we can paste the output as is and be sure that the kernel > doesn't diverge from the canonical data. At a quick glance this series looks OK, Acked-by: Stephen Warren