All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] timer drivers fixes for v5.9-rc4
@ 2020-09-04 10:52 Daniel Lezcano
  2020-09-15  8:01 ` Daniel Lezcano
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Lezcano @ 2020-09-04 10:52 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Guo Ren, Tony Lindgren, Tianjia Zhang, Linux Kernel Mailing List


Hi Thomas,

The following changes since commit b0294f30256bb6023b2044fd607855123863d98f:

  time: Delete repeated words in comments (2020-08-10 22:14:07 +0200)

are available in the Git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux.git
tags/timers-v5.9-rc4

for you to fetch changes up to bc6717d55d07110d8f3c6d31ec2af50c11b07091:

  clocksource/drivers/timer-gx6605s: Fixup counter reload (2020-08-24
13:01:39 +0200)

----------------------------------------------------------------
- Fix wrong signed return value when checking of_iomap in the probe
  function for the h8300 timer (Tianjia Zhang)

- Fix reset sequence when setting up the timer on the dm_timer (Tony
  Lindgren)

- Fix counter reload when the interrupt fires on gx6605s (Guo Ren)

----------------------------------------------------------------
Guo Ren (1):
      clocksource/drivers/timer-gx6605s: Fixup counter reload

Tianjia Zhang (1):
      clocksource/drivers/h8300_timer8: Fix wrong return value in
h8300_8timer_init()

Tony Lindgren (1):
      clocksource/drivers/timer-ti-dm: Do reset before enable

 drivers/clocksource/h8300_timer8.c         |  2 +-
 drivers/clocksource/timer-gx6605s.c        |  1 +
 drivers/clocksource/timer-ti-dm-systimer.c | 44
+++++++++++++++++++++++---------------------
 3 files changed, 25 insertions(+), 22 deletions(-)


-- 
<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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] timer drivers fixes for v5.9-rc4
  2020-09-04 10:52 [GIT PULL] timer drivers fixes for v5.9-rc4 Daniel Lezcano
@ 2020-09-15  8:01 ` Daniel Lezcano
  2020-09-24  9:07   ` Daniel Lezcano
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Lezcano @ 2020-09-15  8:01 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Guo Ren, Tony Lindgren, Tianjia Zhang, Linux Kernel Mailing List,
	Ingo Molnar


Gentle reminder, thanks

  -- Daniel

On 04/09/2020 12:52, Daniel Lezcano wrote:
> 
> Hi Thomas,
> 
> The following changes since commit b0294f30256bb6023b2044fd607855123863d98f:
> 
>   time: Delete repeated words in comments (2020-08-10 22:14:07 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.linaro.org/people/daniel.lezcano/linux.git
> tags/timers-v5.9-rc4
> 
> for you to fetch changes up to bc6717d55d07110d8f3c6d31ec2af50c11b07091:
> 
>   clocksource/drivers/timer-gx6605s: Fixup counter reload (2020-08-24
> 13:01:39 +0200)
> 
> ----------------------------------------------------------------
> - Fix wrong signed return value when checking of_iomap in the probe
>   function for the h8300 timer (Tianjia Zhang)
> 
> - Fix reset sequence when setting up the timer on the dm_timer (Tony
>   Lindgren)
> 
> - Fix counter reload when the interrupt fires on gx6605s (Guo Ren)
> 
> ----------------------------------------------------------------
> Guo Ren (1):
>       clocksource/drivers/timer-gx6605s: Fixup counter reload
> 
> Tianjia Zhang (1):
>       clocksource/drivers/h8300_timer8: Fix wrong return value in
> h8300_8timer_init()
> 
> Tony Lindgren (1):
>       clocksource/drivers/timer-ti-dm: Do reset before enable
> 
>  drivers/clocksource/h8300_timer8.c         |  2 +-
>  drivers/clocksource/timer-gx6605s.c        |  1 +
>  drivers/clocksource/timer-ti-dm-systimer.c | 44
> +++++++++++++++++++++++---------------------
>  3 files changed, 25 insertions(+), 22 deletions(-)
> 
> 


-- 
<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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] timer drivers fixes for v5.9-rc4
  2020-09-15  8:01 ` Daniel Lezcano
@ 2020-09-24  9:07   ` Daniel Lezcano
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2020-09-24  9:07 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Guo Ren, Tony Lindgren, Tianjia Zhang, Linux Kernel Mailing List,
	Ingo Molnar

Hi Thomas,

except I'm missing something, it seems like this PR is not in the
tip/timers/urgent

  -- Daniel


On 15/09/2020 10:01, Daniel Lezcano wrote:
> 
> Gentle reminder, thanks
> 
>   -- Daniel
> 
> On 04/09/2020 12:52, Daniel Lezcano wrote:
>>
>> Hi Thomas,
>>
>> The following changes since commit b0294f30256bb6023b2044fd607855123863d98f:
>>
>>   time: Delete repeated words in comments (2020-08-10 22:14:07 +0200)
>>
>> are available in the Git repository at:
>>
>>   https://git.linaro.org/people/daniel.lezcano/linux.git
>> tags/timers-v5.9-rc4
>>
>> for you to fetch changes up to bc6717d55d07110d8f3c6d31ec2af50c11b07091:
>>
>>   clocksource/drivers/timer-gx6605s: Fixup counter reload (2020-08-24
>> 13:01:39 +0200)
>>
>> ----------------------------------------------------------------
>> - Fix wrong signed return value when checking of_iomap in the probe
>>   function for the h8300 timer (Tianjia Zhang)
>>
>> - Fix reset sequence when setting up the timer on the dm_timer (Tony
>>   Lindgren)
>>
>> - Fix counter reload when the interrupt fires on gx6605s (Guo Ren)
>>
>> ----------------------------------------------------------------
>> Guo Ren (1):
>>       clocksource/drivers/timer-gx6605s: Fixup counter reload
>>
>> Tianjia Zhang (1):
>>       clocksource/drivers/h8300_timer8: Fix wrong return value in
>> h8300_8timer_init()
>>
>> Tony Lindgren (1):
>>       clocksource/drivers/timer-ti-dm: Do reset before enable
>>
>>  drivers/clocksource/h8300_timer8.c         |  2 +-
>>  drivers/clocksource/timer-gx6605s.c        |  1 +
>>  drivers/clocksource/timer-ti-dm-systimer.c | 44
>> +++++++++++++++++++++++---------------------
>>  3 files changed, 25 insertions(+), 22 deletions(-)
>>
>>
> 
> 


-- 
<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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-24  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 10:52 [GIT PULL] timer drivers fixes for v5.9-rc4 Daniel Lezcano
2020-09-15  8:01 ` Daniel Lezcano
2020-09-24  9:07   ` Daniel Lezcano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.