[U-Boot] [PATCH] 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 --- doc/driver-model/serial-howto.txt | 2 -- 1 file changed, 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

On Thu, 2015-12-17 at 21:47 +0800, Thomas Chou wrote:
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
Thanks Chin Liang
participants (2)
-
Chin Liang See
-
Thomas Chou