[U-Boot] [PATCH v2 12/15] dm: omap: serial: Add driver model support

Simon Glass sjg at chromium.org
Fri Oct 24 05:52:23 CEST 2014


On 22 October 2014 21:37, Simon Glass <sjg at chromium.org> wrote:
> Add driver model support to this driver, while retaining support for the
> legacy system. Driver model serial support is enabled with CONFIG_DM_SERIAL
> as usual.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Tom Rini <trini at ti.com>
> ---
>
> Changes in v2:
> - Use of_match_ptr() to avoid #ifdef
>
>  drivers/serial/Makefile      |  1 +
>  drivers/serial/serial_omap.c | 47 ++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+)
>  create mode 100644 drivers/serial/serial_omap.c

Applied to u-boot-dm/master


More information about the U-Boot mailing list