mbox series

[v4,0/4] clocksource/drivers/timer-of/renesas-ostm improvements

Message ID 20191016144747.29538-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series clocksource/drivers/timer-of/renesas-ostm improvements | expand

Message

Geert Uytterhoeven Oct. 16, 2019, 2:47 p.m. UTC
Hi Daniel, Thomas,

This patch series converts the Renesas OSTM driver to the timer-of
framework, and makes device names unique.

Changes compared to v3 ("[PATCH v3 0/3] clocksource/drivers/ostm:
Miscellaneous improvements",
https://lore.kernel.org/lkml/20190807084635.24173-1-geert+renesas@glider.be/):
  - Dropped applied [PATCH 1/3],
  - Dropped obsolete [PATCH 2/3],
  - Convert to timer_of as requested by Daniel,
  - Add new timer-of improvements.

Thanks!

Geert Uytterhoeven (4):
  clocksource/drivers/timer-of: Convert last full_name to %pOF
  clocksource/drivers/timer-of: Use unique device name instead of timer
  clocksource/drivers/renesas-ostm: Convert to timer_of
  clocksource/drivers/renesas-ostm: Use unique device name instead of
    ostm

 drivers/clocksource/Kconfig        |   1 +
 drivers/clocksource/renesas-ostm.c | 189 +++++++++++------------------
 drivers/clocksource/timer-of.c     |   6 +-
 3 files changed, 76 insertions(+), 120 deletions(-)

Comments

Daniel Lezcano Oct. 16, 2019, 3:03 p.m. UTC | #1
On 16/10/2019 16:47, Geert Uytterhoeven wrote:
> 	Hi Daniel, Thomas,
> 
> This patch series converts the Renesas OSTM driver to the timer-of
> framework, and makes device names unique.
> 
> Changes compared to v3 ("[PATCH v3 0/3] clocksource/drivers/ostm:
> Miscellaneous improvements",
> https://lore.kernel.org/lkml/20190807084635.24173-1-geert+renesas@glider.be/):
>   - Dropped applied [PATCH 1/3],
>   - Dropped obsolete [PATCH 2/3],
>   - Convert to timer_of as requested by Daniel,
>   - Add new timer-of improvements.

Applied, thanks!