Re: [U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > Implement this method so that the 'gpio' command can do its job correctly. > For sandbox we only support input and output states for a gpio. > > Signed-off-by: Simon Glass > --- > > drivers/gpio/sandbox.c | 9 - > 1 file changed, 8 insertions

[U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method

2014-10-04 Thread Simon Glass
Implement this method so that the 'gpio' command can do its job correctly. For sandbox we only support input and output states for a gpio. Signed-off-by: Simon Glass --- drivers/gpio/sandbox.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/gpio/sandbox.c b/d