From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757067AbcAOJcU (ORCPT ); Fri, 15 Jan 2016 04:32:20 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:4041 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756517AbcAOJcN (ORCPT ); Fri, 15 Jan 2016 04:32:13 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Fri, 15 Jan 2016 01:33:34 -0800 Subject: Re: [PATCH V4 09/16] soc: tegra: pmc: Ensure partitions can be toggled on/off by PMC To: Thierry Reding References: <1449241037-22193-1-git-send-email-jonathanh@nvidia.com> <1449241037-22193-10-git-send-email-jonathanh@nvidia.com> <20160114141453.GD23082@ulmo> CC: Philipp Zabel , Stephen Warren , Alexandre Courbot , Rafael Wysocki , Kevin Hilman , Ulf Hansson , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Vince Hsu , , , , From: Jon Hunter Message-ID: <5698BC96.6040709@nvidia.com> Date: Fri, 15 Jan 2016 09:32:06 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160114141453.GD23082@ulmo> X-Originating-IP: [10.21.132.159] X-ClientProxiedBy: UKMAIL102.nvidia.com (10.26.138.15) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/01/16 14:14, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Dec 04, 2015 at 02:57:10PM +0000, Jon Hunter wrote: >> For Tegra124 and Tegra210, the GPU partition cannot be toggled on and off >> via the APBDEV_PMC_PWRGATE_TOGGLE_0 register. For these devices, the >> partition is simply powered up and down via an external regulator. >> Describe in the PMC SoC data in which devices the GPU partition can be >> controlled via the APBDEV_PMC_PWRGATE_TOGGLE_0 register and ensure that >> no one can incorrectly try to toggle the GPU partition via the >> APBDEV_PMC_PWRGATE_TOGGLE_0 register. >> >> Signed-off-by: Jon Hunter >> --- >> drivers/soc/tegra/pmc.c | 11 +++++++++++ >> 1 file changed, 11 insertions(+) > > The TRM doesn't mention anything like this. Will this be updated in the > TRM as well? For T210, I have requested that the partitions are updated. Looks like the powergate sequencing information for T210 is still missing from the TRM. I can request that this is added. I will make a note for T124 as well as it is missing. Cheers Jon