diff mbox

[U-Boot] dm: Remove ARM dcc from the list

Message ID f78d8642982d8133d17db3a25747484e327bc729.1456299253.git.michal.simek@xilinx.com
State Accepted
Commit 508770ae3704b873de5397f066b1f22c06902d94
Delegated to: Tom Rini
Headers show

Commit Message

Michal Simek Feb. 24, 2016, 7:34 a.m. UTC
Remove ARM Debug communication channel driver from the list
of not converted drivers to DM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

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

Comments

Simon Glass Feb. 24, 2016, 6:59 p.m. UTC | #1
On 24 February 2016 at 00:34, Michal Simek <michal.simek@xilinx.com> wrote:
> Remove ARM Debug communication channel driver from the list
> of not converted drivers to DM.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  doc/driver-model/serial-howto.txt | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
Tom Rini Feb. 25, 2016, 3:27 p.m. UTC | #2
On Wed, Feb 24, 2016 at 08:34:16AM +0100, Michal Simek wrote:

> Remove ARM Debug communication channel driver from the list
> of not converted drivers to DM.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Applied to u-boot/master, thanks!
Michal Simek Feb. 25, 2016, 5:30 p.m. UTC | #3
Hi Tom,

On 25.2.2016 16:27, Tom Rini wrote:
> On Wed, Feb 24, 2016 at 08:34:16AM +0100, Michal Simek wrote:
> 
>> Remove ARM Debug communication channel driver from the list
>> of not converted drivers to DM.
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> 
> Applied to u-boot/master, thanks!
> 

If you have applied this you should also applied
These two.
https://patchwork.ozlabs.org/patch/586759/
https://patchwork.ozlabs.org/patch/586758/

Thanks,
Michal
Tom Rini Feb. 25, 2016, 8:05 p.m. UTC | #4
On Thu, Feb 25, 2016 at 06:30:06PM +0100, Michal Simek wrote:
> Hi Tom,
> 
> On 25.2.2016 16:27, Tom Rini wrote:
> > On Wed, Feb 24, 2016 at 08:34:16AM +0100, Michal Simek wrote:
> > 
> >> Remove ARM Debug communication channel driver from the list
> >> of not converted drivers to DM.
> >>
> >> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> > 
> > Applied to u-boot/master, thanks!
> > 
> 
> If you have applied this you should also applied
> These two.
> https://patchwork.ozlabs.org/patch/586759/
> https://patchwork.ozlabs.org/patch/586758/

*facepalm*.  They look simple enough so I'll take 'em shortly.
Michal Simek Feb. 25, 2016, 8:09 p.m. UTC | #5
On 25.2.2016 21:05, Tom Rini wrote:
> On Thu, Feb 25, 2016 at 06:30:06PM +0100, Michal Simek wrote:
>> Hi Tom,
>>
>> On 25.2.2016 16:27, Tom Rini wrote:
>>> On Wed, Feb 24, 2016 at 08:34:16AM +0100, Michal Simek wrote:
>>>
>>>> Remove ARM Debug communication channel driver from the list
>>>> of not converted drivers to DM.
>>>>
>>>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>>>
>>> Applied to u-boot/master, thanks!
>>>
>>
>> If you have applied this you should also applied
>> These two.
>> https://patchwork.ozlabs.org/patch/586759/
>> https://patchwork.ozlabs.org/patch/586758/
> 
> *facepalm*.  They look simple enough so I'll take 'em shortly.

They were reviewed by Simon that's why I expect low risk to apply them.
I will look at my others pending patches tmr.

Thanks,
Michal
diff mbox

Patch

diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt
index 61f2da323e7f..cddfb9fc0021 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