[U-Boot] [PATCH v2 01/18] dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model
Simon Glass
sjg at chromium.org
Thu Jun 11 22:19:16 CEST 2015
On 12 May 2015 at 14:55, Simon Glass <sjg at chromium.org> wrote:
> This option is used by some boards, so support it with driver model. This
> is really ugly - we should rewrite this driver once all users are moved to
> driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Simplify the support for CONFIG_SYS_NS16550_MEM32
>
> drivers/serial/ns16550.c | 4 ++++
> include/ns16550.h | 2 +-
> 2 files changed, 5 insertions(+), 1 deletion(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list