cosmetic: UDM-serial: clean up the remainders of dead driver

The following serial drivers do not exist any more.

 - ns9750_serial.c: deleted by commit 4cfc611b4
 - s3c4510b_uart.c: deleted by commit afad40299
 - serial_clps7111.c: deleted by commit f2e080156
 - serial_netarm.c: deleted by commit b411eb30f

This commit cleans up UDM-serial.txt.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada 2013-09-24 10:32:05 +09:00 committed by Tom Rini
parent 566c6e4370
commit d7dd4fffde

View File

@ -84,18 +84,10 @@ III) Analysis of in-tree drivers
during conversion. This driver is implemented in very universal manner, during conversion. This driver is implemented in very universal manner,
therefore it'll be necessary to properly design it's platform_data. therefore it'll be necessary to properly design it's platform_data.
ns9750_serial.c
---------------
Unmaintained port. Code got removed.
opencores_yanu.c opencores_yanu.c
---------------- ----------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible. No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
s3c4510b_uart.c
---------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
sandbox.c sandbox.c
--------- ---------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible. No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
@ -104,10 +96,6 @@ III) Analysis of in-tree drivers
-------- --------
This is a complementary part of NS16550 UART driver, see above. This is a complementary part of NS16550 UART driver, see above.
serial_clps7111.c
-----------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
serial_imx.c serial_imx.c
------------ ------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible. This driver No support for CONFIG_SERIAL_MULTI. Simple conversion possible. This driver
@ -129,10 +117,6 @@ III) Analysis of in-tree drivers
------------ ------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible. No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
serial_netarm.c
---------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
serial_pl01x.c serial_pl01x.c
-------------- --------------
No support for CONFIG_SERIAL_MULTI. Simple conversion possible, though this No support for CONFIG_SERIAL_MULTI. Simple conversion possible, though this