Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331182 > unrolled thread

Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register

Started byLinus Walleij <linus.walleij@linaro.org>
First post2016-02-10 15:00 +0100
Last post2016-02-17 18:50 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register Linus Walleij <linus.walleij@linaro.org> - 2016-02-10 15:00 +0100
    Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register Ray Jui <ray.jui@broadcom.com> - 2016-02-10 18:50 +0100
      Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register Linus Walleij <linus.walleij@linaro.org> - 2016-02-15 14:30 +0100
        Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register Ray Jui <ray.jui@broadcom.com> - 2016-02-17 18:50 +0100

#1331182 — Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-02-10 15:00 +0100
SubjectRe: [PATCH] video: ARM CLCD: Added dt support to set tim2 register
Message-ID<r0Dth-2TR-9@gated-at.bofh.it>
On Wed, Feb 25, 2015 at 10:01 PM, Arun Ramamurthy
<arun.ramamurthy@broadcom.com> wrote:

> Added code based on linaro tree:
> http://git.linaro.org/kernel/linux-linaro-stable.git
> with commit id:6846e7822c4cab5a84672baace3b768c2d0db142
> at drivers/video/amba-clcd.c. This lets the driver set
> certain tim2 register bits after reading them from
> device tree.
>
> Reviewed-by: Ray Jui <rjui@broadcom.com>
> Reviewed-by: Scott Branden <sbranden@broadcom.com>
> Signed-off-by: Arun Ramamurthy <arun.ramamurthy@broadcom.com>

I have now implemented this properly in this patch:
http://marc.info/?l=linux-fbdev&m=145459469913983&w=2

Please provide your Tested-by/Reviewed-by/Ack if you're
still working on this.

Yours,
Linus Walleij

[toc] | [next] | [standalone]


#1331375

FromRay Jui <ray.jui@broadcom.com>
Date2016-02-10 18:50 +0100
Message-ID<r0H3R-5r5-19@gated-at.bofh.it>
In reply to#1331182
Hi Linus,

On 2/10/2016 5:58 AM, Linus Walleij wrote:
> On Wed, Feb 25, 2015 at 10:01 PM, Arun Ramamurthy
> <arun.ramamurthy@broadcom.com> wrote:
>
>> Added code based on linaro tree:
>> http://git.linaro.org/kernel/linux-linaro-stable.git
>> with commit id:6846e7822c4cab5a84672baace3b768c2d0db142
>> at drivers/video/amba-clcd.c. This lets the driver set
>> certain tim2 register bits after reading them from
>> device tree.
>>
>> Reviewed-by: Ray Jui <rjui@broadcom.com>
>> Reviewed-by: Scott Branden <sbranden@broadcom.com>
>> Signed-off-by: Arun Ramamurthy <arun.ramamurthy@broadcom.com>
>
> I have now implemented this properly in this patch:
> http://marc.info/?l=linux-fbdev&m=145459469913983&w=2
>
> Please provide your Tested-by/Reviewed-by/Ack if you're
> still working on this.

Could you please add me to the email thread and I can review it there (I 
won't have time to test, but I can help to review the code and find time 
to test later)?

This may be a dumb question, is there any way for me to directly reply 
to the thread here?

http://marc.info/?l=linux-fbdev&m=145459469913983&w=2

>
> Yours,
> Linus Walleij
>

[toc] | [prev] | [next] | [standalone]


#1334452

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-02-15 14:30 +0100
Message-ID<r2rnY-1yI-13@gated-at.bofh.it>
In reply to#1331375
On Wed, Feb 10, 2016 at 6:48 PM, Ray Jui <ray.jui@broadcom.com> wrote:

> Could you please add me to the email thread and I can review it there (I
> won't have time to test, but I can help to review the code and find time to
> test later)?

OK I will add you to subsequent postings, if any.

> This may be a dumb question, is there any way for me to directly reply to
> the thread here?

Not easily, I guess it is possible to conjure an SMTP mail
with the right in-reply-to message ID but that is so complex
hacking that I have no clue how to do it, just ever reached
the limit of "a little knowledge is dangerous".

Yours,
Linus Walleij

[toc] | [prev] | [next] | [standalone]


#1336609

FromRay Jui <ray.jui@broadcom.com>
Date2016-02-17 18:50 +0100
Message-ID<r3eoG-1gj-5@gated-at.bofh.it>
In reply to#1334452

On 2/16/2016 11:32 AM, Dmitry Torokhov wrote:
>
>
> On Mon, Feb 15, 2016 at 5:25 AM, Linus Walleij <linus.walleij@linaro.org
> <mailto:linus.walleij@linaro.org>> wrote:
>
>     On Wed, Feb 10, 2016 at 6:48 PM, Ray Jui <ray.jui@broadcom.com
>     <mailto:ray.jui@broadcom.com>> wrote:
>
>     > Could you please add me to the email thread and I can review it there (I
>     > won't have time to test, but I can help to review the code and find time to
>     > test later)?
>
>     OK I will add you to subsequent postings, if any.
>
>     > This may be a dumb question, is there any way for me to directly reply to
>     > the thread here?
>
>     Not easily, I guess it is possible to conjure an SMTP mail
>     with the right in-reply-to message ID but that is so complex
>     hacking that I have no clue how to do it, just ever reached
>     the limit of "a little knowledge is dangerous".
>
>
> To reply to a patch find it in patchwork, download it as mbox, open
> downloaded file with mutt and reply as usual.
>
> Thanks,
> Dmitry

Got it, thanks!

Ray

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web