diff options
author | Michal Simek | 2016-02-24 08:34:16 +0100 |
---|---|---|
committer | Tom Rini | 2016-02-24 18:44:14 -0500 |
commit | 508770ae3704b873de5397f066b1f22c06902d94 (patch) | |
tree | cf0aa20df99ada51ee770e74fd98464487614afe /doc/driver-model | |
parent | 1fd4bed1d4889cb7f30ff254d6af1f288dc89df9 (diff) |
dm: Remove ARM dcc from the list
Remove ARM Debug communication channel driver from the list
of not converted drivers to DM.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'doc/driver-model')
-rw-r--r-- | doc/driver-model/serial-howto.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt index 61f2da323e7..cddfb9fc002 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: - arm_dcc.c mcfuart.c serial_bfin.c serial_pxa.c |