
23 Nov
2014
23 Nov
'14
1:55 p.m.
On 29 October 2014 at 20:09, Simon Glass sjg@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@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.