From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v2 0/6] ARM: firmware: improvements to Trusted Foundations support Date: Tue, 18 Feb 2014 13:56:53 -0700 Message-ID: <5303C915.6060500@wwwdotorg.org> References: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1391747706-1847-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alexandre Courbot , Thierry Reding , Russell King , Tomasz Figa Cc: Olof Johansson , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 02/06/2014 09:35 PM, Alexandre Courbot wrote: > These (mostly minor) patches fix a few typos, improve points that > were agreed upon when the Trusted Foundation series was initially > submitted, and more importantly add support for a prepare_idle() > firmware operation that informs the firmware a CPU is doing idle. > Tegra's cpuidle driver is then also updated accordingly. > > These patches should be the last step before device trees for NVIDIA > SHIELD and Tegra Note 7 can be submitted. I've applied this series to Tegra's for-3.15/tf branch (using V3 of patch 6/6) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752348AbaBRU46 (ORCPT ); Tue, 18 Feb 2014 15:56:58 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:53555 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752294AbaBRU45 (ORCPT ); Tue, 18 Feb 2014 15:56:57 -0500 Message-ID: <5303C915.6060500@wwwdotorg.org> Date: Tue, 18 Feb 2014 13:56:53 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Alexandre Courbot , Thierry Reding , Russell King , Tomasz Figa CC: Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, gnurou@gmail.com Subject: Re: [PATCH v2 0/6] ARM: firmware: improvements to Trusted Foundations support References: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> In-Reply-To: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/06/2014 09:35 PM, Alexandre Courbot wrote: > These (mostly minor) patches fix a few typos, improve points that > were agreed upon when the Trusted Foundation series was initially > submitted, and more importantly add support for a prepare_idle() > firmware operation that informs the firmware a CPU is doing idle. > Tegra's cpuidle driver is then also updated accordingly. > > These patches should be the last step before device trees for NVIDIA > SHIELD and Tegra Note 7 can be submitted. I've applied this series to Tegra's for-3.15/tf branch (using V3 of patch 6/6) From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Tue, 18 Feb 2014 13:56:53 -0700 Subject: [PATCH v2 0/6] ARM: firmware: improvements to Trusted Foundations support In-Reply-To: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> References: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> Message-ID: <5303C915.6060500@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/06/2014 09:35 PM, Alexandre Courbot wrote: > These (mostly minor) patches fix a few typos, improve points that > were agreed upon when the Trusted Foundation series was initially > submitted, and more importantly add support for a prepare_idle() > firmware operation that informs the firmware a CPU is doing idle. > Tegra's cpuidle driver is then also updated accordingly. > > These patches should be the last step before device trees for NVIDIA > SHIELD and Tegra Note 7 can be submitted. I've applied this series to Tegra's for-3.15/tf branch (using V3 of patch 6/6)