[U-Boot] [PATCH 0/8] dm: Update on serial driver progress
Marcel Ziswiler
marcel.ziswiler at toradex.com
Fri Oct 21 08:52:14 CEST 2016
Hi Simon
On Thu, 2016-10-20 at 13:06 -0600, Simon Glass wrote:
> Only three serial drivers remain to be converted. This series drops
> two of those, since the boards appear to be unmaintained.
>
> 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.
Could you please hold off with dropping the PXA serial driver and
accompanying PXA270 support. I will have a look at it ASAP. We do
actually continue to sell the Colibri PXA270 (as we are the Colibri
PXA320) and I have been maintaining it lately with sending patches as
recently as last week! It would be rather sad to see it drop like the
PXA3xx support did a couple years back when we were too busy with other
issues.
Cheers
Marcel
> Simon Glass (8):
> arm: Remove colibri_pxa270 board
> arm: Remove h2200 board
> arm: Remove zipitz2 board
> arm: Drop pxa serial driver
> 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 | 25 --
> board/h2200/Kconfig | 9 -
> board/h2200/MAINTAINERS | 6 -
> board/h2200/Makefile | 14 -
> board/h2200/h2200-header.S | 15 -
> board/h2200/h2200.c | 73 ----
> 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 -------
> board/toradex/colibri_pxa270/Kconfig | 12 -
> board/toradex/colibri_pxa270/MAINTAINERS | 6 -
> board/toradex/colibri_pxa270/Makefile | 9 -
> board/toradex/colibri_pxa270/colibri_pxa270.c | 107 ------
> board/zipitz2/Kconfig | 9 -
> board/zipitz2/MAINTAINERS | 6 -
> board/zipitz2/Makefile | 10 -
> board/zipitz2/zipitz2.c | 217 -----------
> configs/VCMA9_defconfig | 16 -
> configs/colibri_pxa270_defconfig | 19 -
> configs/h2200_defconfig | 25 --
> configs/smdk2410_defconfig | 16 -
> configs/zipitz2_defconfig | 19 -
> doc/driver-model/serial-howto.txt | 3 -
> drivers/serial/Makefile | 2 -
> drivers/serial/serial_pxa.c | 299 ---------------
> drivers/serial/serial_s3c24x0.c | 208 -----------
> include/configs/VCMA9.h | 207 -----------
> include/configs/colibri_pxa270.h | 223 ------------
> include/configs/h2200.h | 155 --------
> include/configs/smdk2410.h | 181 ----------
> include/configs/zipitz2.h | 213 -----------
> scripts/config_whitelist.txt | 6 -
> 42 files changed, 3336 deletions(-)
> delete mode 100644 board/h2200/Kconfig
> delete mode 100644 board/h2200/MAINTAINERS
> delete mode 100644 board/h2200/Makefile
> delete mode 100644 board/h2200/h2200-header.S
> delete mode 100644 board/h2200/h2200.c
> 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 board/toradex/colibri_pxa270/Kconfig
> delete mode 100644 board/toradex/colibri_pxa270/MAINTAINERS
> delete mode 100644 board/toradex/colibri_pxa270/Makefile
> delete mode 100644 board/toradex/colibri_pxa270/colibri_pxa270.c
> delete mode 100644 board/zipitz2/Kconfig
> delete mode 100644 board/zipitz2/MAINTAINERS
> delete mode 100644 board/zipitz2/Makefile
> delete mode 100644 board/zipitz2/zipitz2.c
> delete mode 100644 configs/VCMA9_defconfig
> delete mode 100644 configs/colibri_pxa270_defconfig
> delete mode 100644 configs/h2200_defconfig
> delete mode 100644 configs/smdk2410_defconfig
> delete mode 100644 configs/zipitz2_defconfig
> delete mode 100644 drivers/serial/serial_pxa.c
> delete mode 100644 drivers/serial/serial_s3c24x0.c
> delete mode 100644 include/configs/VCMA9.h
> delete mode 100644 include/configs/colibri_pxa270.h
> delete mode 100644 include/configs/h2200.h
> delete mode 100644 include/configs/smdk2410.h
> delete mode 100644 include/configs/zipitz2.h
More information about the U-Boot
mailing list