diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-12-17 13:46:17 (GMT) |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-12-19 01:51:19 (GMT) |
commit | 11b35d557b3c9e66090925e2369161cfe3690db1 (patch) | |
tree | 4baf4d6709068b7309642b40f43ae152f8080cbc /doc/driver-model/serial-howto.txt | |
parent | 4909f0e16ad85b9bea85d1519884f67e56b7e0cf (diff) | |
download | u-boot-fsl-qoriq-11b35d557b3c9e66090925e2369161cfe3690db1.tar.xz |
serial-howto: remove altera_jtag_uart and altera_uart from the list
Since both altera_jtag_uart and altera_uart are converted to driver
model, remove them from the list of drivers remaining to convert.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'doc/driver-model/serial-howto.txt')
-rw-r--r-- | doc/driver-model/serial-howto.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt index 76ad629..4706d56 100644 --- a/doc/driver-model/serial-howto.txt +++ b/doc/driver-model/serial-howto.txt @@ -4,8 +4,6 @@ How to port a serial driver to driver model About 16 of 33 serial drivers have been converted as at September 2015. It is time for maintainers to start converting over the remaining serial drivers: - altera_jtag_uart.c - altera_uart.c arm_dcc.c lpc32xx_hsuart.c mcfuart.c |