[U-Boot] [PATCH 1/1 v2] stm32: Convert serial driver to DM
Simon Glass
sjg at chromium.org
Tue Dec 1 17:32:23 CET 2015
On 1 December 2015 at 01:08, Kamil Lulko <kamil.lulko at gmail.com> wrote:
> Signed-off-by: Kamil Lulko <kamil.lulko at gmail.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> Changes for v2:
> - Use -EINVAL instead of -1 retvals
> - Correct stm32_serial_pending function
> - Use 32-bit instead of 8-bit variable in probe function
>
> arch/arm/Kconfig | 2 +
> arch/arm/include/asm/arch-stm32f4/stm32.h | 10 +-
> board/st/stm32f429-discovery/stm32f429-discovery.c | 13 +-
> doc/driver-model/serial-howto.txt | 1 -
> drivers/serial/serial_stm32.c | 203 ++++++++++-----------
> include/configs/stm32f429-discovery.h | 10 +-
> include/dm/platform_data/serial_stm32.h | 16 ++
> 7 files changed, 136 insertions(+), 119 deletions(-)
> create mode 100644 include/dm/platform_data/serial_stm32.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list