Re: [U-Boot] [PATCH 10/21] dm: cros_ec: Remove use of fdtdec GPIO support

2015-01-14 Thread Simon Glass
On 5 January 2015 at 20:05, Simon Glass wrote: > These functions are going away, so use the new uclass support instead. > > Signed-off-by: Simon Glass > --- > > drivers/misc/cros_ec.c | 24 ++-- > include/cros_ec.h | 3 ++- > 2 files changed, 8 insertions(+), 19 deletio

[U-Boot] [PATCH 10/21] dm: cros_ec: Remove use of fdtdec GPIO support

2015-01-05 Thread Simon Glass
These functions are going away, so use the new uclass support instead. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 24 ++-- include/cros_ec.h | 3 ++- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/drivers/misc/cros_ec.c b/drivers/misc/cros