Re: [U-Boot] [PATCH v5 12/14] dm: serial: Add driver model support for ns16550

2014-09-21 Thread Simon Glass
On 4 September 2014 16:27, Simon Glass wrote: > Add driver model support so that ns16550 can support operation both with > and without driver model. > > The driver needs a clock frequency so cannot stand alone unfortunately. The > clock frequency must be provided by a separate driver. > > Signed-o

[U-Boot] [PATCH v5 12/14] dm: serial: Add driver model support for ns16550

2014-09-04 Thread Simon Glass
Add driver model support so that ns16550 can support operation both with and without driver model. The driver needs a clock frequency so cannot stand alone unfortunately. The clock frequency must be provided by a separate driver. Signed-off-by: Simon Glass --- Changes in v5: - Add struct udevic