Re: [PATCH 3/6] soc/tegra: pmc: Implement tegra_io_pad_is_powered()

2018-07-11 Thread Jon Hunter
On 10/07/18 13:47, Aapo Vienamo wrote: > Implement a function to query whether a pad is in deep power down mode. > > Signed-off-by: Aapo Vienamo > --- > drivers/soc/tegra/pmc.c | 17 + > include/soc/tegra/pmc.h | 1 + > 2 files changed, 18 insertions(+) > > diff --git a/drive

[PATCH 3/6] soc/tegra: pmc: Implement tegra_io_pad_is_powered()

2018-07-10 Thread Aapo Vienamo
Implement a function to query whether a pad is in deep power down mode. Signed-off-by: Aapo Vienamo --- drivers/soc/tegra/pmc.c | 17 + include/soc/tegra/pmc.h | 1 + 2 files changed, 18 insertions(+) diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index 83b39cd.