Re: [PATCH v1 1/2] pinctrl: single: Parse gpio details from dt

2021-10-05 Thread Tom Rini
On Tue, Aug 24, 2021 at 03:46:31PM +0530, Bharat Kumar Reddy Gooty wrote: > From: Bharat Gooty > > Parse different gpio properties from dt as part of probe > function. This detail is required to enable pinctrl pad > later when gpio lines are requested. > > Signed-off-by: Rayagonda Kokatanur >

Re: [PATCH v1 1/2] pinctrl: single: Parse gpio details from dt

2021-09-29 Thread Simon Glass
Hi Bharat, On Tue, 24 Aug 2021 at 04:16, Bharat Kumar Reddy Gooty wrote: > > From: Bharat Gooty > > Parse different gpio properties from dt as part of probe > function. This detail is required to enable pinctrl pad > later when gpio lines are requested. > > Signed-off-by: Rayagonda Kokatanur >

Re: [PATCH v1 1/2] pinctrl: single: Parse gpio details from dt

2021-09-13 Thread Rayagonda Kokatanur
On Tue, Aug 24, 2021 at 3:46 PM Bharat Kumar Reddy Gooty wrote: > > From: Bharat Gooty > > Parse different gpio properties from dt as part of probe > function. This detail is required to enable pinctrl pad > later when gpio lines are requested. > > Signed-off-by: Rayagonda Kokatanur > Signed-off

[PATCH v1 1/2] pinctrl: single: Parse gpio details from dt

2021-08-24 Thread Bharat Kumar Reddy Gooty
From: Bharat Gooty Parse different gpio properties from dt as part of probe function. This detail is required to enable pinctrl pad later when gpio lines are requested. Signed-off-by: Rayagonda Kokatanur Signed-off-by: Bharat Gooty --- drivers/pinctrl/pinctrl-single.c | 52 +++