mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
cosmetic: UDM-serial: clean up the remainders of dead driver
The following serial drivers do not exist any more. - ns9750_serial.c: deleted by commit4cfc611b4
- s3c4510b_uart.c: deleted by commitafad40299
- serial_clps7111.c: deleted by commitf2e080156
- serial_netarm.c: deleted by commitb411eb30f
This commit cleans up UDM-serial.txt. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
566c6e4370
commit
d7dd4fffde
1 changed files with 0 additions and 16 deletions
|
@ -84,18 +84,10 @@ III) Analysis of in-tree drivers
|
|||
during conversion. This driver is implemented in very universal manner,
|
||||
therefore it'll be necessary to properly design it's platform_data.
|
||||
|
||||
ns9750_serial.c
|
||||
---------------
|
||||
Unmaintained port. Code got removed.
|
||||
|
||||
opencores_yanu.c
|
||||
----------------
|
||||
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
|
||||
|
||||
s3c4510b_uart.c
|
||||
---------------
|
||||
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
|
||||
|
||||
sandbox.c
|
||||
---------
|
||||
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.
|
||||
|
||||
serial_clps7111.c
|
||||
-----------------
|
||||
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
|
||||
|
||||
serial_imx.c
|
||||
------------
|
||||
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.
|
||||
|
||||
serial_netarm.c
|
||||
---------------
|
||||
No support for CONFIG_SERIAL_MULTI. Simple conversion possible.
|
||||
|
||||
serial_pl01x.c
|
||||
--------------
|
||||
No support for CONFIG_SERIAL_MULTI. Simple conversion possible, though this
|
||||
|
|
Loading…
Reference in a new issue