Re: [U-Boot] [PATCH v3 01/29] dm: gpio: Don't use the driver model uclass for SPL

2014-07-26 Thread Simon Glass
On 23 July 2014 13:54, Simon Glass wrote: > Driver model does not support SPL yet, so we should not use the GPIO > uclass for SPL. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None Applied to dm/master. ___ U-Boot maili

[U-Boot] [PATCH v3 01/29] dm: gpio: Don't use the driver model uclass for SPL

2014-07-23 Thread Simon Glass
Driver model does not support SPL yet, so we should not use the GPIO uclass for SPL. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/gpio/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 4e001e1..f