[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b28ac4b0-5745-b3a9-b7e7-cc86dcb1b023@linaro.org>
Date: Wed, 28 Sep 2022 15:10:40 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Johnson Wang <johnson.wang@...iatek.com>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
Victor Hassan <victor@...winnertech.com>,
Vincent Whitchurch <vincent.whitchurch@...s.com>,
Kunkun Jiang <jiangkunkun@...wei.com>,
Lin Yujun <linyujun809@...wei.com>,
Tony Lindgren <tony@...mide.com>, Peng Fan <peng.fan@....com>,
Yang Guo <guoyang2@...wei.com>
Subject: [GIT PULL] timer drivers for v6.1-rc1
Hi Thomas,
please consider the following changes for v6.1-rc1
Thanks
-- Daniel
The following changes since commit cceeeb6a6d02e7b9a74ddd27a3225013b34174aa:
wait: Fix __wait_event_hrtimeout for RT/DL tasks (2022-07-28 12:35:12
+0200)
are available in the Git repository at:
https://git.linaro.org/people/daniel.lezcano/linux.git
tags/timers-v6.1-rc1
for you to fetch changes up to af246cc6d0ed11318223606128bb0b09866c4c08:
clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value
(2022-09-27 11:30:53 +0200)
----------------------------------------------------------------
- Added DT bindings for Mediatek MT8188 (Johnson Wang)
- Added DT bindings for Renesas r8a779f0 (Wolfram Sang)
- Added support for RZ/V2L SoC (Lad Prabhakar)
- Rename TIMER_IRQ_EN to TIMER_IRQ_CLEAR to prevent confusion on sun4i
(Victor Hassan)
- Added support for Exynos ARTPEC-8 MCT, including DT bindings
(Vincent Whitchurch)
- Fixed handling of ARM erratum 858921 on the ARM Arch timer (Kunkun
Jiang)
- Added missing call platform_device_put() in the error path on ther
GXP timer (Lin Yujun)
- Cleaned the timer TI DM driver by self-encapsulating the code,
dropping dead code and simplifying some functions (Tony Lindgren)
- Added a DT property to tell the driver the clock is no longer
divided on recent NXP hardware (Peng Fan)
- Fixed the CNTPCT_LO and CNTVCT_LO values in the ARM arch timer (Yang
Guo)
----------------------------------------------------------------
Johnson Wang (1):
dt-bindings: timer: Add compatible for MediaTek MT8188
Kunkun Jiang (1):
clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum
858921
Lad Prabhakar (1):
clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
Lin Yujun (1):
clocksource/drivers/timer-gxp: Add missing error handling in
gxp_timer_probe
Peng Fan (2):
dt-bindings: timer: nxp,sysctr-timer: add nxp,no-divider property
clocksource/drivers/imx-sysctr: handle nxp,no-divider property
Tony Lindgren (9):
clocksource/drivers/timer-ti-dm: Drop unused functions
clocksource/drivers/timer-ti-dm: Simplify register reads with
dmtimer_read()
clocksource/drivers/timer-ti-dm: Simplify register writes with
dmtimer_write()
clocksource/drivers/timer-ti-dm: Simplify register access further
clocksource/drivers/timer-ti-dm: Move private defines to the driver
clocksource/drivers/timer-ti-dm: Use runtime PM directly and
check errors
clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields
to driver
clocksource/drivers/timer-ti-dm: Add flag to detect omap1
clocksource/drivers/timer-ti-dm: Get clock in probe with
devm_clk_get()
Victor Hassan (1):
clocksource/drivers/sun4i: Add definition of clear interrupt
Vincent Whitchurch (4):
dt-bindings: timer: exynos4210-mct: Add ARTPEC-8 MCT support
clocksource/drivers/exynos_mct: Support frc-shared property
clocksource/drivers/exynos_mct: Support local-timers property
clocksource/drivers/exynos_mct: Enable building on ARTPEC
Wolfram Sang (1):
dt-bindings: timer: renesas,tmu: Add r8a779f0 support
Yang Guo (1):
clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value
.../bindings/timer/mediatek,mtk-timer.txt | 1 +
.../bindings/timer/nxp,sysctr-timer.yaml | 4 +
.../devicetree/bindings/timer/renesas,tmu.yaml | 1 +
.../bindings/timer/samsung,exynos4210-mct.yaml | 26 +
drivers/clocksource/Kconfig | 2 +-
drivers/clocksource/arm_arch_timer.c | 6 +-
drivers/clocksource/exynos_mct.c | 83 ++-
drivers/clocksource/renesas-ostm.c | 2 +-
drivers/clocksource/timer-gxp.c | 7 +-
drivers/clocksource/timer-imx-sysctr.c | 6 +-
drivers/clocksource/timer-sun4i.c | 3 +-
drivers/clocksource/timer-ti-dm.c | 681
+++++++++++++--------
include/clocksource/timer-ti-dm.h | 112 ----
13 files changed, 553 insertions(+), 381 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
Powered by blists - more mailing lists