]> git.baikalelectronics.ru Git - uboot.git/commit
serial: stm32x7: migrate serial struct to driver
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 07:29:07 +0000 (09:29 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 15:26:54 +0000 (11:26 -0400)
commitb906ab52c77c6d5762caad9820fc446517b53f7d
treee1f98eee7edaefe3300317cc514bc83a3990a45a
parent3ce73416e6be7dc005b3c240ca5a96486ee02d8e
serial: stm32x7: migrate serial struct to driver

This allow to remove include/dm/platform_data/serial_stm32x7.h
which was included in the past by stm32x7 driver and by
stm32f746-disco.c board file.
Since patch 6981edd8ce "serial: stm32f7: add device tree support"
this file is no more needed in board file.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
board/st/stm32f746-disco/stm32f746-disco.c
drivers/serial/serial_stm32x7.c
drivers/serial/serial_stm32x7.h
include/dm/platform_data/serial_stm32x7.h [deleted file]