diff mbox

[U-Boot,6/6] dm: Update on current serial driver status

Message ID 1454256977-23649-7-git-send-email-sjg@chromium.org
State Accepted
Commit 92d05e50d957fc8d1e07770991cac0a6cf20e59e
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Jan. 31, 2016, 4:16 p.m. UTC
Update the README to reflect the current status.

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

 doc/driver-model/serial-howto.txt | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Comments

Tom Rini Feb. 8, 2016, 8:47 p.m. UTC | #1
On Sun, Jan 31, 2016 at 09:16:17AM -0700, Simon Glass wrote:

> Update the README to reflect the current status.
> 
> 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 e5e482e..61f2da3 100644
--- a/doc/driver-model/serial-howto.txt
+++ b/doc/driver-model/serial-howto.txt
@@ -1,23 +1,17 @@ 
 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:
+Almost all of the serial drivers have been converted as at January 2016. These
+ones remain:
 
    arm_dcc.c
-   lpc32xx_hsuart.c
    mcfuart.c
-   mxs_auart.c
-   opencores_yanu.c
    serial_bfin.c
-   serial_imx.c
-   serial_max3100.c
    serial_pxa.c
    serial_s3c24x0.c
-   serial_sa1100.c
-   usbtty.c
 
-You should complete this by the end of January 2016.
+The deadline for this work was the end of January 2016. If no one steps
+forward to convert these, at some point there may come a patch to remove them!
 
 Here is a suggested approach for converting your serial driver over to driver
 model. Please feel free to update this file with your ideas and suggestions.