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


Groups > linux.kernel > #1658939 > unrolled thread

Re: [PATCH v2] clockevents/tcb_clksrc: implement suspend/resume

Started byDaniel Lezcano <daniel.lezcano@linaro.org>
First post2017-06-06 18:50 +0200
Last post2017-06-06 20:20 +0200
Articles 3 — 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 v2] clockevents/tcb_clksrc: implement suspend/resume Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-06-06 18:50 +0200
    Re: [PATCH v2] clockevents/tcb_clksrc: implement suspend/resume Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-06-06 20:20 +0200
    Re: [PATCH v2] clockevents/tcb_clksrc: implement suspend/resume Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-06 20:20 +0200

#1658939 — Re: [PATCH v2] clockevents/tcb_clksrc: implement suspend/resume

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2017-06-06 18:50 +0200
SubjectRe: [PATCH v2] clockevents/tcb_clksrc: implement suspend/resume
Message-ID<tPpQ5-2QG-9@gated-at.bofh.it>
On Fri, May 12, 2017 at 08:22:51PM +0200, Alexandre Belloni wrote:
> On sama5d2, power to the core may be cut while entering suspend mode. It is
> necessary to save and restore the TCB registers.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> Changes in v2:
>  - use writel instead of __raw_writel
>  - Document sequence
>  - use ARRAY_SIZE(tcb_cache) instead of 3
> 
>  drivers/clocksource/tcb_clksrc.c | 51 ++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
> 
> diff --git a/drivers/clocksource/tcb_clksrc.c b/drivers/clocksource/tcb_clksrc.c

Hi,

what should I do with this patch as the patched file is supposed to be removed
[1]. 

  -- Daniel

[1] https://www.spinics.net/lists/kernel/msg2520390.html

[toc] | [next] | [standalone]


#1659032

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2017-06-06 20:20 +0200
Message-ID<tPrfc-3TW-9@gated-at.bofh.it>
In reply to#1658939
On 06/06/2017 20:09, Alexandre Belloni wrote:
> On 06/06/2017 at 18:48:17 +0200, Daniel Lezcano wrote:
>> On Fri, May 12, 2017 at 08:22:51PM +0200, Alexandre Belloni wrote:
>>> On sama5d2, power to the core may be cut while entering suspend mode. It is
>>> necessary to save and restore the TCB registers.
>>>
>>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
>>> ---
>>> Changes in v2:
>>>  - use writel instead of __raw_writel
>>>  - Document sequence
>>>  - use ARRAY_SIZE(tcb_cache) instead of 3
>>>
>>>  drivers/clocksource/tcb_clksrc.c | 51 ++++++++++++++++++++++++++++++++++++++++
>>>  1 file changed, 51 insertions(+)
>>>
>>> diff --git a/drivers/clocksource/tcb_clksrc.c b/drivers/clocksource/tcb_clksrc.c
>>
>> Hi,
>>
>> what should I do with this patch as the patched file is supposed to be removed
>> [1]. 
>>
> 
> I feel like we are far from reaching an agreement on the other series so
> it is still worth applying.

Ok.


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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


#1659033

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-06-06 20:20 +0200
Message-ID<tPrfc-3TW-11@gated-at.bofh.it>
In reply to#1658939
On 06/06/2017 at 18:48:17 +0200, Daniel Lezcano wrote:
> On Fri, May 12, 2017 at 08:22:51PM +0200, Alexandre Belloni wrote:
> > On sama5d2, power to the core may be cut while entering suspend mode. It is
> > necessary to save and restore the TCB registers.
> > 
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > ---
> > Changes in v2:
> >  - use writel instead of __raw_writel
> >  - Document sequence
> >  - use ARRAY_SIZE(tcb_cache) instead of 3
> > 
> >  drivers/clocksource/tcb_clksrc.c | 51 ++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 51 insertions(+)
> > 
> > diff --git a/drivers/clocksource/tcb_clksrc.c b/drivers/clocksource/tcb_clksrc.c
> 
> Hi,
> 
> what should I do with this patch as the patched file is supposed to be removed
> [1]. 
> 

I feel like we are far from reaching an agreement on the other series so
it is still worth applying.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web