Re: [PATCH 6/6] soc/tegra: pmc: Implement pad configuration via pinctrl

2018-07-11 Thread Jon Hunter
On 11/07/18 11:12, Aapo Vienamo wrote: > On Wed, 11 Jul 2018 10:46:21 +0100 > Jon Hunter wrote: > >> On 11/07/18 10:38, Aapo Vienamo wrote: >>> On Wed, 11 Jul 2018 09:40:01 +0100 >>> Jon Hunter wrote: >>> On 10/07/18 13:54, Aapo Vienamo wrote: > Register a pinctrl device and impl

Re: [PATCH 6/6] soc/tegra: pmc: Implement pad configuration via pinctrl

2018-07-11 Thread Aapo Vienamo
On Wed, 11 Jul 2018 10:46:21 +0100 Jon Hunter wrote: > On 11/07/18 10:38, Aapo Vienamo wrote: > > On Wed, 11 Jul 2018 09:40:01 +0100 > > Jon Hunter wrote: > > > >> On 10/07/18 13:54, Aapo Vienamo wrote: > >>> Register a pinctrl device and implement get and set functions for > >>> PIN_CONFIG

Re: [PATCH 6/6] soc/tegra: pmc: Implement pad configuration via pinctrl

2018-07-11 Thread Jon Hunter
On 11/07/18 10:38, Aapo Vienamo wrote: > On Wed, 11 Jul 2018 09:40:01 +0100 > Jon Hunter wrote: > >> On 10/07/18 13:54, Aapo Vienamo wrote: >>> Register a pinctrl device and implement get and set functions for >>> PIN_CONFIG_LOW_POWER_MODE and PIN_CONFIG_POWER_SOURCE parameters. >>> >>> Signed-

Re: [PATCH 6/6] soc/tegra: pmc: Implement pad configuration via pinctrl

2018-07-11 Thread Aapo Vienamo
On Wed, 11 Jul 2018 09:40:01 +0100 Jon Hunter wrote: > On 10/07/18 13:54, Aapo Vienamo wrote: > > Register a pinctrl device and implement get and set functions for > > PIN_CONFIG_LOW_POWER_MODE and PIN_CONFIG_POWER_SOURCE parameters. > > > > Signed-off-by: Aapo Vienamo > > --- > > drivers/soc/

Re: [PATCH 6/6] soc/tegra: pmc: Implement pad configuration via pinctrl

2018-07-11 Thread Jon Hunter
On 10/07/18 13:54, Aapo Vienamo wrote: > Register a pinctrl device and implement get and set functions for > PIN_CONFIG_LOW_POWER_MODE and PIN_CONFIG_POWER_SOURCE parameters. > > Signed-off-by: Aapo Vienamo > --- > drivers/soc/tegra/pmc.c | 192 > ++