diff mbox

[U-Boot,v2,1/4] serial: Update docs to indicate mcfuart supports DM_SERIAL

Message ID 1479906092-9577-2-git-send-email-sjg@chromium.org
State Accepted
Commit 8ff89f8db870d6e35ad9369b9bd7123478a4c1db
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Nov. 23, 2016, 1:01 p.m. UTC
This driver was converted so we should remove it from the list.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 doc/driver-model/serial-howto.txt | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Dec. 4, 2016, 11:27 p.m. UTC | #1
On Wed, Nov 23, 2016 at 06:01:29AM -0700, Simon Glass wrote:

> This driver was converted so we should remove it from the list.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt
index cddfb9f..3720274 100644
--- a/doc/driver-model/serial-howto.txt
+++ b/doc/driver-model/serial-howto.txt
@@ -4,7 +4,6 @@  How to port a serial driver to driver model
 Almost all of the serial drivers have been converted as at January 2016. These
 ones remain:
 
-   mcfuart.c
    serial_bfin.c
    serial_pxa.c
    serial_s3c24x0.c