diff mbox

[U-Boot] serial-howto: remove altera_jtag_uart and altera_uart from the list

Message ID 1450360051-20708-1-git-send-email-thomas@wytron.com.tw
State Accepted
Delegated to: Thomas Chou
Headers show

Commit Message

Thomas Chou Dec. 17, 2015, 1:47 p.m. UTC
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(-)

Comments

Chin Liang See Dec. 18, 2015, 8:43 a.m. UTC | #1
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
diff mbox

Patch

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