Re: [U-Boot] [PATCH v2 7/9] dm: at91: Convert snapper9260 to use driver model

2014-11-23 Thread Simon Glass
On 5 November 2014 at 03:54, Simon Glass wrote: > Hi Masahiro, > > On 1 November 2014 10:27, Masahiro YAMADA wrote: >> Hi Simon, >> >> 2014-10-30 4:09 GMT+09:00 Simon Glass : >>> diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h >>> index e2e623e..942af2e 100644 >>> --- a

Re: [U-Boot] [PATCH v2 7/9] dm: at91: Convert snapper9260 to use driver model

2014-11-04 Thread Simon Glass
Hi Masahiro, On 1 November 2014 10:27, Masahiro YAMADA wrote: > Hi Simon, > > 2014-10-30 4:09 GMT+09:00 Simon Glass : >> diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h >> index e2e623e..942af2e 100644 >> --- a/include/configs/snapper9260.h >> +++ b/include/configs/snap

Re: [U-Boot] [PATCH v2 7/9] dm: at91: Convert snapper9260 to use driver model

2014-11-01 Thread Masahiro YAMADA
Hi Simon, 2014-10-30 4:09 GMT+09:00 Simon Glass : > diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h > index e2e623e..942af2e 100644 > --- a/include/configs/snapper9260.h > +++ b/include/configs/snapper9260.h > @@ -21,6 +21,11 @@ > #define CONFIG_SYS_AT91_MAIN_CLOCK

[U-Boot] [PATCH v2 7/9] dm: at91: Convert snapper9260 to use driver model

2014-10-29 Thread Simon Glass
Convert this at91sam9260-based board to use driver model. This should serve as an example for other similar boards. Serial and GPIO are supported so far. Signed-off-by: Simon Glass Acked-by: Andreas Bießmann --- Changes in v2: - Update platform data and header #include for the new driver name