[U-Boot] [PATCH v2 6/9] dm: at91: Add driver model support for the serial driver
Simon Glass
sjg at chromium.org
Sun Nov 23 13:55:38 CET 2014
On 29 October 2014 at 20:09, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Rename header to atmel_serial.h and use atmel instead of at91 throughout
>
> arch/arm/include/asm/arch-at91/atmel_serial.h | 15 +++++
> drivers/serial/atmel_usart.c | 84 +++++++++++++++++++++++++++
> 2 files changed, 99 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-at91/atmel_serial.h
Applied to u-boot-dm.
More information about the U-Boot
mailing list