Re: [U-Boot] [PATCH v2 6/9] dm: at91: Add driver model support for the serial driver

2014-11-23 Thread Simon Glass
On 29 October 2014 at 20:09, Simon Glass wrote: > Add driver model support while retaining the existing legacy code. This > allows the driver to support boards that have converted to driver model > as well as those that have not. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Rename

[U-Boot] [PATCH v2 6/9] dm: at91: Add driver model support for the serial driver

2014-10-29 Thread Simon Glass
Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Simon Glass --- Changes in v2: - Rename header to atmel_serial.h and use atmel instead of at91 throughout