
On 19 November 2015 at 06:48, Thomas Chou thomas@wytron.com.tw wrote:
Unify serial_omap, and use the generic binding.
Signed-off-by: Thomas Chou thomas@wytron.com.tw Reviewed-by: Tom Rini trini@konsulko.com
board/isee/igep00x0/igep00x0.c | 2 +- board/lge/sniper/sniper.c | 2 +- board/logicpd/omap3som/omap3logic.c | 2 +- board/logicpd/zoom1/zoom1.c | 2 +- board/overo/overo.c | 2 +- board/quipos/cairo/cairo.c | 2 +- board/ti/beagle/beagle.c | 2 +- board/timll/devkit8000/devkit8000.c | 2 +- drivers/serial/Makefile | 1 - drivers/serial/serial_omap.c | 54 ------------------------------------- include/configs/am43xx_evm.h | 4 +-- include/configs/cm_t43.h | 2 +- include/configs/omap3_pandora.h | 3 ++- include/configs/sniper.h | 4 +-- include/configs/ti_am335x_common.h | 2 +- include/configs/ti_omap3_common.h | 4 +-- include/configs/ti_omap4_common.h | 4 +-- include/configs/ti_omap5_common.h | 4 +-- 18 files changed, 22 insertions(+), 76 deletions(-) delete mode 100644 drivers/serial/serial_omap.c
Acked-by: Simon Glass sjg@chromium.org