Re: [U-Boot] [PATCH v3 9/9] pinctrl: sandbox: Add get_pin_muxing ops support

2018-10-22 Thread Patrice CHOTARD
Hi Simon On 10/19/18 5:25 AM, Simon Glass wrote: > On 9 October 2018 at 07:31, Patrice Chotard wrote: >> Add get_pin_mux ops support to display the pin muxing >> description of the sandbox_pins[] >> >> Signed-off-by: Patrice Chotard >> --- >> >> Changes in v3: >> - Fix typo >> >> Changes in v2:

Re: [U-Boot] [PATCH v3 9/9] pinctrl: sandbox: Add get_pin_muxing ops support

2018-10-18 Thread Simon Glass
On 9 October 2018 at 07:31, Patrice Chotard wrote: > Add get_pin_mux ops support to display the pin muxing > description of the sandbox_pins[] > > Signed-off-by: Patrice Chotard > --- > > Changes in v3: > - Fix typo > > Changes in v2: None > > drivers/pinctrl/pinctrl-sandbox.c | 15

[U-Boot] [PATCH v3 9/9] pinctrl: sandbox: Add get_pin_muxing ops support

2018-10-09 Thread Patrice Chotard
Add get_pin_mux ops support to display the pin muxing description of the sandbox_pins[] Signed-off-by: Patrice Chotard --- Changes in v3: - Fix typo Changes in v2: None drivers/pinctrl/pinctrl-sandbox.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/pinctrl/pinc