From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: [PATCH 0/6] soc/tegra: Various PMC fixes Date: Tue, 28 Jun 2016 11:38:22 +0100 Message-ID: <1467110308-22126-1-git-send-email-jonathanh@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren , Thierry Reding , Alexandre Courbot Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jon Hunter List-Id: linux-tegra@vger.kernel.org A few fixes for the Tegra PMC driver. Jon Hunter (6): soc/tegra: pmc: Ensure powergate is available when powering on soc/tegra: pmc: Fix early initialisation of PMC soc/tegra: pmc: Don't populate soc data until register space is mapped soc/tegra: pmc: Ensure mutex is always initialised soc/tegra: pmc: Add missing of_node_put soc/tegra: pmc: Don't probe pmc if early initialisation fails drivers/soc/tegra/pmc.c | 51 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 18 deletions(-) -- 2.1.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932263AbcF1Kpz (ORCPT ); Tue, 28 Jun 2016 06:45:55 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:12502 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932183AbcF1Kom (ORCPT ); Tue, 28 Jun 2016 06:44:42 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 28 Jun 2016 03:37:38 -0700 From: Jon Hunter To: Stephen Warren , Thierry Reding , Alexandre Courbot CC: , , Jon Hunter Subject: [PATCH 0/6] soc/tegra: Various PMC fixes Date: Tue, 28 Jun 2016 11:38:22 +0100 Message-ID: <1467110308-22126-1-git-send-email-jonathanh@nvidia.com> X-Mailer: git-send-email 2.1.4 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A few fixes for the Tegra PMC driver. Jon Hunter (6): soc/tegra: pmc: Ensure powergate is available when powering on soc/tegra: pmc: Fix early initialisation of PMC soc/tegra: pmc: Don't populate soc data until register space is mapped soc/tegra: pmc: Ensure mutex is always initialised soc/tegra: pmc: Add missing of_node_put soc/tegra: pmc: Don't probe pmc if early initialisation fails drivers/soc/tegra/pmc.c | 51 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 18 deletions(-) -- 2.1.4