[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <417e2196-964a-3f22-4497-dcc7f7b7204d@linaro.org>
Date: Tue, 27 Aug 2019 00:38:40 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Anson Huang <anson.huang@....com>,
Avi Fishman <avifishman70@...il.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Jon Hunter <jonathanh@...dia.com>,
Magnus Damm <damm+renesas@...nsource.se>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Stephen Boyd <swboyd@...omium.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] timers drivers v5.4
Hi Thomas,
The following changes since commit 3e2d94535adb2df15f3907e4b4c7cd8a5a4c2b5a:
clocksource/drivers/hyperv: Enable TSC page clocksource on 32bit
(2019-08-23 16:59:54 +0200)
are available in the Git repository at:
https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.4
for you to fetch changes up to 19d608458f4f3bb3a1f89bd7e4814c3fd30dbec7:
clocksource/drivers/sh_cmt: Document "cmt-48" as deprecated
(2019-08-27 00:31:39 +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
--
<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
Powered by blists - more mailing lists