From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755181AbcKBJYt (ORCPT ); Wed, 2 Nov 2016 05:24:49 -0400 Received: from nat-hk.nvidia.com ([203.18.50.4]:32340 "EHLO hkmmgate102.nvidia.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751076AbcKBJYq (ORCPT ); Wed, 2 Nov 2016 05:24:46 -0400 X-PGP-Universal: processed; by hkpgpgate102.nvidia.com on Wed, 02 Nov 2016 02:24:42 -0700 From: Laxman Dewangan To: , CC: , , , , Laxman Dewangan Subject: [PATCH 0/3] soc/tegra: pmc: Add support for IO pad configuration and sub-driver Date: Wed, 2 Nov 2016 14:29:46 +0530 Message-ID: <1478077189-24426-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 2.1.4 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 Tegra SoC support the configutaion of IO pads to multi-level voltage and low power state. The conifguration is done via pictrl framework and the io pad driver in pinctrl frameowrk uses the APIs from pmc to access PMC registers. This series add the API to get the IO pad power status and register the pmc child devices like IO pad drvier. The patches were send earlier part of different series but applied partially in the Thierry's t186 branch https://github.com/thierryreding/linux/tree/tegra186. Resending the patches as the new start to avoid any confusion. This need to be applied in https://github.com/thierryreding/linux/tree/tegra186 Laxman Dewangan (3): soc/tegra: pmc: Remove legacy Tegra I/O rail API soc/tegra: pmc: Add interface to get IO pad power status soc/tegra: pmc: Register PMC child devices as platform device drivers/soc/tegra/pmc.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++ include/soc/tegra/pmc.h | 14 +++------ 2 files changed, 86 insertions(+), 9 deletions(-) -- 2.1.4