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 --- Changes from V1: - make the IO pad votlage configurations to the atomic context as 4th patch of series. Laxman Dewangan (4): 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 soc/tegra: pmc: Make configuration of IO pads in atomic context drivers/soc/tegra/pmc.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++-- include/soc/tegra/pmc.h | 14 +++----- 2 files changed, 91 insertions(+), 11 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html