Re: [U-Boot] [PATCH v4 10/11] pinctrl: sandbox: Add get_pin_muxing ops support

2018-11-02 Thread Simon Glass
On 24 October 2018 at 06:10, 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 v4: None > Changes in v3: None > Changes in v2: None > > drivers/pinctrl/pinctrl-sandbox.c | 18

[U-Boot] [PATCH v4 10/11] pinctrl: sandbox: Add get_pin_muxing ops support

2018-10-24 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 v4: None Changes in v3: None Changes in v2: None drivers/pinctrl/pinctrl-sandbox.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drive