Merge tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer updates from Thomas Gleixner: "A boring time, timekeeping, timers update: - No core code changes - No new clocksource/event driver - Cleanup of the TI DM clocksource/event driver - The usual set of device tree binding updates - Small improvement, fixes and cleanups all over the place" * tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (22 commits) clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value clocksource/drivers/imx-sysctr: handle nxp,no-divider property dt-bindings: timer: nxp,sysctr-timer: add nxp,no-divider property clocksource/drivers/timer-ti-dm: Get clock in probe with devm_clk_get() clocksource/drivers/timer-ti-dm: Add flag to detect omap1 clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driver clocksource/drivers/timer-ti-dm: Use runtime PM directly and check errors clocksource/drivers/timer-ti-dm: Move private defines to the driver clocksource/drivers/timer-ti-dm: Simplify register access further clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write() clocksource/drivers/timer-ti-dm: Simplify register reads with dmtimer_read() clocksource/drivers/timer-ti-dm: Drop unused functions clocksource/drivers/timer-gxp: Add missing error handling in gxp_timer_probe clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921 clocksource/drivers/exynos_mct: Enable building on ARTPEC clocksource/drivers/exynos_mct: Support local-timers property clocksource/drivers/exynos_mct: Support frc-shared property dt-bindings: timer: exynos4210-mct: Add ARTPEC-8 MCT support clocksource/drivers/sun4i: Add definition of clear interrupt clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt 1 addition, 0 deletions...entation/devicetree/bindings/timer/mediatek,mtk-timer.txt
- Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml 4 additions, 0 deletions...mentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
- Documentation/devicetree/bindings/timer/renesas,tmu.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/timer/renesas,tmu.yaml
- Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml 26 additions, 0 deletions...ion/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
- drivers/clocksource/Kconfig 1 addition, 1 deletiondrivers/clocksource/Kconfig
- drivers/clocksource/arm_arch_timer.c 4 additions, 2 deletionsdrivers/clocksource/arm_arch_timer.c
- drivers/clocksource/exynos_mct.c 74 additions, 9 deletionsdrivers/clocksource/exynos_mct.c
- drivers/clocksource/renesas-ostm.c 1 addition, 1 deletiondrivers/clocksource/renesas-ostm.c
- drivers/clocksource/timer-gxp.c 6 additions, 1 deletiondrivers/clocksource/timer-gxp.c
- drivers/clocksource/timer-imx-sysctr.c 4 additions, 2 deletionsdrivers/clocksource/timer-imx-sysctr.c
- drivers/clocksource/timer-sun4i.c 2 additions, 1 deletiondrivers/clocksource/timer-sun4i.c
- drivers/clocksource/timer-ti-dm.c 429 additions, 252 deletionsdrivers/clocksource/timer-ti-dm.c
- include/clocksource/timer-ti-dm.h 0 additions, 112 deletionsinclude/clocksource/timer-ti-dm.h
Loading
Please register or sign in to comment