public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] dm: Update on serial driver progress
@ 2016-11-23 13:01 Simon Glass
  2016-11-23 13:01 ` [U-Boot] [PATCH v2 1/4] serial: Update docs to indicate mcfuart supports DM_SERIAL Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Simon Glass @ 2016-11-23 13:01 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-12-04 23:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 13:01 [U-Boot] [PATCH v2 0/4] dm: Update on serial driver progress Simon Glass
2016-11-23 13:01 ` [U-Boot] [PATCH v2 1/4] serial: Update docs to indicate mcfuart supports DM_SERIAL Simon Glass
2016-12-04 23:27   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-11-23 13:01 ` [U-Boot] [PATCH v2 2/4] arm: Remove smdk2410 board Simon Glass
2016-11-26  7:24   ` David Müller (ELSOFT AG)
2016-11-26 13:33   ` Jagan Teki
2016-11-26 13:44     ` Tom Rini
2016-11-26 14:00       ` Jagan Teki
2016-11-26 14:07         ` Tom Rini
2016-12-04 23:29   ` [U-Boot] [U-Boot,v2,2/4] " Tom Rini
2016-11-23 13:01 ` [U-Boot] [PATCH v2 3/4] arm: Remove VCMA9 board Simon Glass
2016-11-26  7:25   ` David Müller (ELSOFT AG)
2016-11-26 13:37     ` Jagan Teki
2016-12-04 23:30   ` [U-Boot] [U-Boot,v2,3/4] " Tom Rini
2016-11-23 13:01 ` [U-Boot] [PATCH v2 4/4] serial: Drop the s3c24x0 serial driver Simon Glass
2016-11-26  7:25   ` David Müller (ELSOFT AG)
2016-11-26 13:39     ` Jagan Teki
2016-12-04 23:31   ` [U-Boot] [U-Boot, v2, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox