Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933283AbcKVLuL (ORCPT ); Tue, 22 Nov 2016 06:50:11 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:13817 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754413AbcKVLuK (ORCPT ); Tue, 22 Nov 2016 06:50:10 -0500 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 22 Nov 2016 03:50:08 -0800 Message-ID: <58342CB9.6040203@nvidia.com> Date: Tue, 22 Nov 2016 17:02:09 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: , CC: , , , Subject: Re: [PATCH V2 0/4] soc/tegra: pmc: Add support for IO pad configuration and sub-driver References: <1478696962-11831-1-git-send-email-ldewangan@nvidia.com> In-Reply-To: <1478696962-11831-1-git-send-email-ldewangan@nvidia.com> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRBGMAIL101.nvidia.com (10.18.16.20) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 897 Lines: 26 Thierry, On Wednesday 09 November 2016 06:39 PM, Laxman Dewangan wrote: > 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. > > his 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 > Any comment on this? I saw that your patches are available from t186 branch to linux-next. Do I need to re-send the patches on top of linux-next?