* [U-Boot] [PATCH] dm: Remove ARM dcc from the list
@ 2016-02-24 7:34 Michal Simek
2016-02-24 18:59 ` Simon Glass
2016-02-25 15:27 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 6+ messages in thread
From: Michal Simek @ 2016-02-24 7:34 UTC (permalink / raw)
To: u-boot
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(-)
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
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [U-Boot] [PATCH] dm: Remove ARM dcc from the list
2016-02-24 7:34 [U-Boot] [PATCH] dm: Remove ARM dcc from the list Michal Simek
@ 2016-02-24 18:59 ` Simon Glass
2016-02-25 15:27 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 6+ messages in thread
From: Simon Glass @ 2016-02-24 18:59 UTC (permalink / raw)
To: u-boot
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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] dm: Remove ARM dcc from the list
2016-02-24 7:34 [U-Boot] [PATCH] dm: Remove ARM dcc from the list Michal Simek
2016-02-24 18:59 ` Simon Glass
@ 2016-02-25 15:27 ` Tom Rini
2016-02-25 17:30 ` Michal Simek
1 sibling, 1 reply; 6+ messages in thread
From: Tom Rini @ 2016-02-25 15:27 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/b77c2480/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] dm: Remove ARM dcc from the list
2016-02-25 15:27 ` [U-Boot] " Tom Rini
@ 2016-02-25 17:30 ` Michal Simek
2016-02-25 20:05 ` Tom Rini
0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2016-02-25 17:30 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] dm: Remove ARM dcc from the list
2016-02-25 17:30 ` Michal Simek
@ 2016-02-25 20:05 ` Tom Rini
2016-02-25 20:09 ` Michal Simek
0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2016-02-25 20:05 UTC (permalink / raw)
To: u-boot
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.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/a349cac9/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] dm: Remove ARM dcc from the list
2016-02-25 20:05 ` Tom Rini
@ 2016-02-25 20:09 ` Michal Simek
0 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2016-02-25 20:09 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-02-25 20:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 7:34 [U-Boot] [PATCH] dm: Remove ARM dcc from the list Michal Simek
2016-02-24 18:59 ` Simon Glass
2016-02-25 15:27 ` [U-Boot] " Tom Rini
2016-02-25 17:30 ` Michal Simek
2016-02-25 20:05 ` Tom Rini
2016-02-25 20:09 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox