Re: [GIT PULL] timers drivers v5.5

2019-08-26 Thread Daniel Lezcano
On 26/08/2019 22:59, Thomas Gleixner wrote:
> On Mon, 26 Aug 2019, Daniel Lezcano wrote:
> 
>> The following changes since commit 08a3c192c93f4359a94bf47971e55b0324b72b8b:
>>
>>   posix-timers: Prepare for PREEMPT_RT (2019-08-01 20:51:25 +0200)
>>
>> are available in the Git repository at:
>>
>>   https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.5
> 
> 5.5 - that's for next year's first kernel so I'll put it into the fridge for 
> now.

Let me cook another tag :)


-- 
  Linaro.org │ Open source software for ARM SoCs

Follow Linaro:   Facebook |
 Twitter |
 Blog



Re: [GIT PULL] timers drivers v5.5

2019-08-26 Thread Thomas Gleixner
On Mon, 26 Aug 2019, Daniel Lezcano wrote:

> The following changes since commit 08a3c192c93f4359a94bf47971e55b0324b72b8b:
> 
>   posix-timers: Prepare for PREEMPT_RT (2019-08-01 20:51:25 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.5

5.5 - that's for next year's first kernel so I'll put it into the fridge for 
now.




[GIT PULL] timers drivers v5.5

2019-08-26 Thread Daniel Lezcano
The following changes since commit 08a3c192c93f4359a94bf47971e55b0324b72b8b:

  posix-timers: Prepare for PREEMPT_RT (2019-08-01 20:51:25 +0200)

are available in the Git repository at:

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

for you to fetch changes up to befd04abfbe4b933515dddb5659d0744be9dba6a:

  clocksource/drivers/sh_cmt: Document "cmt-48" as deprecated
(2019-08-23 07:38:34 +0200)


- Remove dev_err() when used with platform_get_irq (Stephen Boyd)

- Add DT binding and new compatible for Allwinner sun4i (Maxime Ripard)

- Register the Atmel tcb clocksource for delays (Alexandre Belloni)

- Add a clock divider for the Freescale imx platforms and new timer node
  in the DT (Anson Huang)

- Use DIV_ROUND_CLOSEST macro for the Renesas OSTM (Geert Uytterhoeven)

- Fix GENMASK and timer operation for the npcm timer (Avi Fishman)

- Fix timer-of showing an error message when EPROBE_DEFER is
  returned (Jon Hunter)

- Add new SoC DT binding and match for Renesas timers (Magnus Damm)


Alexandre Belloni (1):
  clocksource/drivers/tcb_clksrc: Register delay timer

Anson Huang (3):
  clocksource/drivers/imx-sysctr: Add internal clock divider handle
  arm64: dts: imx8mm: Add system counter node
  arm64: dts: imx8mq: Add system counter node

Avi Fishman (1):
  clocksource/drivers/npcm: Fix GENMASK and timer operation

Geert Uytterhoeven (1):
  clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helper

Jon Hunter (2):
  clocksource/drivers/timer-of: Do not warn on deferred probe
  clocksource/drivers: Do not warn on probe defer

Magnus Damm (7):
  dt-bindings: timer: renesas, cmt: Add CMT0234 to sh73a0 and r8a7740
  dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740
  dt-bindings: timer: renesas, cmt: Add CMT0 and CMT1 to r8a7792
  dt-bindings: timer: renesas, cmt: Add CMT0 and CMT1 to r8a77995
  dt-bindings: timer: renesas, cmt: Update R-Car Gen3 CMT1 usage
  clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific match
  clocksource/drivers/sh_cmt: Document "cmt-48" as deprecated

Maxime Ripard (4):
  dt-bindings: timer: Convert Allwinner A10 Timer to a schema
  dt-bindings: timer: Add missing compatibles
  clocksource: sun4i: Add missing compatibles
  dt-bindings: timer: Convert Allwinner A13 HSTimer to a schema

Stephen Boyd (1):
  clocksource: Remove dev_err() usage after platform_get_irq()

 .../bindings/timer/allwinner,sun4i-a10-timer.yaml  | 102
+
 .../bindings/timer/allwinner,sun4i-timer.txt   |  19 
 .../bindings/timer/allwinner,sun5i-a13-hstimer.txt |  26 --
 .../timer/allwinner,sun5i-a13-hstimer.yaml |  79 
 .../devicetree/bindings/timer/renesas,cmt.txt  |  40 
 arch/arm64/boot/dts/freescale/imx8mm.dtsi  |   8 ++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi  |   8 ++
 drivers/clocksource/Kconfig|   2 +-
 drivers/clocksource/em_sti.c   |   4 +-
 drivers/clocksource/renesas-ostm.c |   2 +-
 drivers/clocksource/sh_cmt.c   |  19 +++-
 drivers/clocksource/sh_tmu.c   |   5 +-
 drivers/clocksource/timer-atmel-tcb.c  |  18 
 drivers/clocksource/timer-imx-sysctr.c |   5 +
 drivers/clocksource/timer-npcm7xx.c|   9 +-
 drivers/clocksource/timer-of.c |   6 +-
 drivers/clocksource/timer-probe.c  |   4 +-
 drivers/clocksource/timer-sun4i.c  |   4 +
 18 files changed, 275 insertions(+), 85 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
 delete mode 100644
Documentation/devicetree/bindings/timer/allwinner,sun4i-timer.txt
 delete mode 100644
Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
 create mode 100644
Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.yaml

-- 
  Linaro.org │ Open source software for ARM SoCs

Follow Linaro:   Facebook |
 Twitter |
 Blog