X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fdriver-model%2Fserial-howto.txt;h=a0df9a7ec28fe757de117d7f6c8ab76196888458;hb=7868909ed53ed41a945f7ed95ebb88aa252142ce;hp=c933b9081be1aba9079dee8f916a2696d219286b;hpb=fdbae099bf1337aac485ac2f96858bf3985a71e8;p=u-boot diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt index c933b9081b..a0df9a7ec2 100644 --- a/doc/driver-model/serial-howto.txt +++ b/doc/driver-model/serial-howto.txt @@ -1,24 +1,14 @@ 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: - - arm_dcc.c - lpc32xx_hsuart.c - mcfuart.c - mxs_auart.c - opencores_yanu.c +Almost all of the serial drivers have been converted as at January 2016. These +ones remain: + serial_bfin.c - serial_imx.c - serial_max3100.c serial_pxa.c - serial_s3c24x0.c - serial_sa1100.c - serial_xuartlite.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.