Re: [U-Boot] [PATCH 18/21] dm: spi: 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/spi/soft_spi.c | 62 > +++--- > 1 file changed, 28 insertions(+), 34 deletions(-)

[U-Boot] [PATCH 18/21] dm: spi: 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/spi/soft_spi.c | 62 +++--- 1 file changed, 28 insertions(+), 34 deletions(-) diff --git a/drivers/spi/soft_spi.c b/drivers/spi/soft_spi.c i