[U-Boot] [PATCH v2 0/4] dm: Update on serial driver progress

Simon Glass sjg at chromium.org
Wed Nov 23 14:01:28 CET 2016


Only two serial drivers remain to be converted. This series drops
one of those, since the boards appear to be unmaintained.

Thank you to Marcel Ziswiler for converting the pxa serial driver.

With this, only blackfin remains.

The blackfin driver probably needs to be converted as there is recent
activity with these boards. I am copying the maintainer so that this
work can be completed.

Changes in v2:
- Drop the pxa patches since it is now converted

Simon Glass (4):
  serial: Update docs to indicate mcfuart supports DM_SERIAL
  arm: Remove smdk2410 board
  arm: Remove VCMA9 board
  serial: Drop the s3c24x0 serial driver

 arch/arm/Kconfig                       |  10 -
 board/mpl/common/common_util.c         |  23 --
 board/mpl/vcma9/Kconfig                |  15 -
 board/mpl/vcma9/MAINTAINERS            |   6 -
 board/mpl/vcma9/Makefile               |  11 -
 board/mpl/vcma9/cmd_vcma9.c            | 119 --------
 board/mpl/vcma9/lowlevel_init.S        | 500 ---------------------------------
 board/mpl/vcma9/vcma9.c                | 209 --------------
 board/mpl/vcma9/vcma9.h                |  28 --
 board/samsung/smdk2410/Kconfig         |  15 -
 board/samsung/smdk2410/MAINTAINERS     |   6 -
 board/samsung/smdk2410/Makefile        |   9 -
 board/samsung/smdk2410/lowlevel_init.S | 146 ----------
 board/samsung/smdk2410/smdk2410.c      | 139 ---------
 configs/VCMA9_defconfig                |  17 --
 configs/smdk2410_defconfig             |  18 --
 doc/driver-model/serial-howto.txt      |   2 -
 drivers/serial/Makefile                |   1 -
 drivers/serial/serial_s3c24x0.c        | 208 --------------
 include/configs/VCMA9.h                | 205 --------------
 include/configs/smdk2410.h             | 180 ------------
 scripts/config_whitelist.txt           |   4 -
 22 files changed, 1871 deletions(-)
 delete mode 100644 board/mpl/vcma9/Kconfig
 delete mode 100644 board/mpl/vcma9/MAINTAINERS
 delete mode 100644 board/mpl/vcma9/Makefile
 delete mode 100644 board/mpl/vcma9/cmd_vcma9.c
 delete mode 100644 board/mpl/vcma9/lowlevel_init.S
 delete mode 100644 board/mpl/vcma9/vcma9.c
 delete mode 100644 board/mpl/vcma9/vcma9.h
 delete mode 100644 board/samsung/smdk2410/Kconfig
 delete mode 100644 board/samsung/smdk2410/MAINTAINERS
 delete mode 100644 board/samsung/smdk2410/Makefile
 delete mode 100644 board/samsung/smdk2410/lowlevel_init.S
 delete mode 100644 board/samsung/smdk2410/smdk2410.c
 delete mode 100644 configs/VCMA9_defconfig
 delete mode 100644 configs/smdk2410_defconfig
 delete mode 100644 drivers/serial/serial_s3c24x0.c
 delete mode 100644 include/configs/VCMA9.h
 delete mode 100644 include/configs/smdk2410.h

-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list