
On 1 December 2015 at 01:08, Kamil Lulko kamil.lulko@gmail.com wrote:
Signed-off-by: Kamil Lulko kamil.lulko@gmail.com Cc: Simon Glass sjg@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@chromium.org