linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] timer drivers fixes for v5.11-rc5
@ 2021-01-20  8:31 Daniel Lezcano
  2021-01-27  8:47 ` Daniel Lezcano
  2021-02-22 10:04 ` [tip: timers/urgent] Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent tip-bot2 for Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Lezcano @ 2021-01-20  8:31 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Arnd Bergmann, Geert Uytterhoeven, trix, Linux Kernel Mailing List


Hi Thomas,

please consider the following three fixes for the timer drivers.

Thanks

  -- Daniel

The following changes since commit e3fab2f3de081e98c50b7b4ace1b040161d95310:

  ntp: Fix RTC synchronization on 32-bit platforms (2021-01-12 21:13:01
+0100)

are available in the Git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux.git
tags/timers-v5.11-rc5

for you to fetch changes up to 7da390694afbaed8e0f05717a541dfaf1077ba51:

  clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is
defined (2021-01-18 22:28:59 +0100)

----------------------------------------------------------------
- Fix harmless warning with the ixp4xx when the TIMER_OF option is not
selected (Arnd Bergmann)

- Make sure channel clock supply is enabled on sh_cmt (Geert Uytterhoeven)

- Fix compilation error when DEBUG is defined with the mxs_timer (Tom Rix)

----------------------------------------------------------------
Arnd Bergmann (1):
      clocksource/drivers/ixp4xx: Select TIMER_OF when needed

Geert Uytterhoeven (1):
      clocksource/drivers/sh_cmt: Make sure channel clock supply is enabled

Tom Rix (1):
      clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is
defined

 arch/arm/mach-ixp4xx/Kconfig    |  1 -
 drivers/clocksource/Kconfig     |  1 +
 drivers/clocksource/mxs_timer.c |  5 +----
 drivers/clocksource/sh_cmt.c    | 16 +++++++++++++---
 4 files changed, 15 insertions(+), 8 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] 5+ messages in thread

* Re: [GIT PULL] timer drivers fixes for v5.11-rc5
  2021-01-20  8:31 [GIT PULL] timer drivers fixes for v5.11-rc5 Daniel Lezcano
@ 2021-01-27  8:47 ` Daniel Lezcano
  2021-02-22  8:36   ` Daniel Lezcano
  2021-02-22 10:04 ` [tip: timers/urgent] Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent tip-bot2 for Thomas Gleixner
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Lezcano @ 2021-01-27  8:47 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Arnd Bergmann, Geert Uytterhoeven, trix,
	Linux Kernel Mailing List, Ingo Molnar


Hi Thomas,

just a gentle ping

On 20/01/2021 09:31, Daniel Lezcano wrote:
> 
> Hi Thomas,
> 
> please consider the following three fixes for the timer drivers.
> 
> Thanks
> 
>   -- Daniel
> 
> The following changes since commit e3fab2f3de081e98c50b7b4ace1b040161d95310:
> 
>   ntp: Fix RTC synchronization on 32-bit platforms (2021-01-12 21:13:01
> +0100)
> 
> are available in the Git repository at:
> 
>   https://git.linaro.org/people/daniel.lezcano/linux.git
> tags/timers-v5.11-rc5
> 
> for you to fetch changes up to 7da390694afbaed8e0f05717a541dfaf1077ba51:
> 
>   clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is
> defined (2021-01-18 22:28:59 +0100)
> 
> ----------------------------------------------------------------
> - Fix harmless warning with the ixp4xx when the TIMER_OF option is not
> selected (Arnd Bergmann)
> 
> - Make sure channel clock supply is enabled on sh_cmt (Geert Uytterhoeven)
> 
> - Fix compilation error when DEBUG is defined with the mxs_timer (Tom Rix)
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       clocksource/drivers/ixp4xx: Select TIMER_OF when needed
> 
> Geert Uytterhoeven (1):
>       clocksource/drivers/sh_cmt: Make sure channel clock supply is enabled
> 
> Tom Rix (1):
>       clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is
> defined
> 
>  arch/arm/mach-ixp4xx/Kconfig    |  1 -
>  drivers/clocksource/Kconfig     |  1 +
>  drivers/clocksource/mxs_timer.c |  5 +----
>  drivers/clocksource/sh_cmt.c    | 16 +++++++++++++---
>  4 files changed, 15 insertions(+), 8 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] 5+ messages in thread

* Re: [GIT PULL] timer drivers fixes for v5.11-rc5
  2021-01-27  8:47 ` Daniel Lezcano
@ 2021-02-22  8:36   ` Daniel Lezcano
  2021-02-22  9:57     ` Thomas Gleixner
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Lezcano @ 2021-02-22  8:36 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Arnd Bergmann, Geert Uytterhoeven, trix,
	Linux Kernel Mailing List, Ingo Molnar


Hi Thomas,

those fixes were not picked up

  -- Daniel


On 27/01/2021 09:47, Daniel Lezcano wrote:
> 
> Hi Thomas,
> 
> just a gentle ping
> 
> On 20/01/2021 09:31, Daniel Lezcano wrote:
>>
>> Hi Thomas,
>>
>> please consider the following three fixes for the timer drivers.
>>
>> Thanks
>>
>>   -- Daniel
>>
>> The following changes since commit e3fab2f3de081e98c50b7b4ace1b040161d95310:
>>
>>   ntp: Fix RTC synchronization on 32-bit platforms (2021-01-12 21:13:01
>> +0100)
>>
>> are available in the Git repository at:
>>
>>   https://git.linaro.org/people/daniel.lezcano/linux.git
>> tags/timers-v5.11-rc5
>>
>> for you to fetch changes up to 7da390694afbaed8e0f05717a541dfaf1077ba51:
>>
>>   clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is
>> defined (2021-01-18 22:28:59 +0100)
>>
>> ----------------------------------------------------------------
>> - Fix harmless warning with the ixp4xx when the TIMER_OF option is not
>> selected (Arnd Bergmann)
>>
>> - Make sure channel clock supply is enabled on sh_cmt (Geert Uytterhoeven)
>>
>> - Fix compilation error when DEBUG is defined with the mxs_timer (Tom Rix)
>>
>> ----------------------------------------------------------------
>> Arnd Bergmann (1):
>>       clocksource/drivers/ixp4xx: Select TIMER_OF when needed
>>
>> Geert Uytterhoeven (1):
>>       clocksource/drivers/sh_cmt: Make sure channel clock supply is enabled
>>
>> Tom Rix (1):
>>       clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is
>> defined
>>
>>  arch/arm/mach-ixp4xx/Kconfig    |  1 -
>>  drivers/clocksource/Kconfig     |  1 +
>>  drivers/clocksource/mxs_timer.c |  5 +----
>>  drivers/clocksource/sh_cmt.c    | 16 +++++++++++++---
>>  4 files changed, 15 insertions(+), 8 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] 5+ messages in thread

* Re: [GIT PULL] timer drivers fixes for v5.11-rc5
  2021-02-22  8:36   ` Daniel Lezcano
@ 2021-02-22  9:57     ` Thomas Gleixner
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2021-02-22  9:57 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Arnd Bergmann, Geert Uytterhoeven, trix,
	Linux Kernel Mailing List, Ingo Molnar

Daniel,

On Mon, Feb 22 2021 at 09:36, Daniel Lezcano wrote:
> those fixes were not picked up

Ooops. Taking care right now.

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

* [tip: timers/urgent] Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
  2021-01-20  8:31 [GIT PULL] timer drivers fixes for v5.11-rc5 Daniel Lezcano
  2021-01-27  8:47 ` Daniel Lezcano
@ 2021-02-22 10:04 ` tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 5+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2021-02-22 10:04 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: x86, linux-kernel

The following commit has been merged into the timers/urgent branch of tip:

Commit-ID:     8acb54abc1db4e1e3913359e4108e04e88ce4d92
Gitweb:        https://git.kernel.org/tip/8acb54abc1db4e1e3913359e4108e04e88ce4d92
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Mon, 22 Feb 2021 10:59:13 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 22 Feb 2021 10:59:13 +01:00

Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent

Pull clockevent fixes from Daniel Lezcano

 - Fix harmless warning with the ixp4xx when the TIMER_OF option is not
   selected (Arnd Bergmann)

 - Make sure channel clock supply is enabled on sh_cmt (Geert Uytterhoeven)

 - Fix compilation error when DEBUG is defined with the mxs_timer (Tom Rix)

Link: https://lore.kernel.org/r/ae3bcda6-5180-639d-6246-d2dfd271c3e7@linaro.org
---

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

end of thread, other threads:[~2021-02-22 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20  8:31 [GIT PULL] timer drivers fixes for v5.11-rc5 Daniel Lezcano
2021-01-27  8:47 ` Daniel Lezcano
2021-02-22  8:36   ` Daniel Lezcano
2021-02-22  9:57     ` Thomas Gleixner
2021-02-22 10:04 ` [tip: timers/urgent] Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent tip-bot2 for Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).