summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-52/+102
2022-12-12Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-14/+47
2022-12-02clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool()Christophe JAILLET-1/+2
2022-12-02clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer...Yang Yingliang-1/+3
2022-12-02clocksource/drivers/timer-ti-dm: Clear settings on probe and freeTony Lindgren-0/+17
2022-12-02clocksource/drivers/timer-ti-dm: Make timer_get_irq staticTony Lindgren-1/+1
2022-12-02clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_matchTony Lindgren-1/+1
2022-12-02clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math errorJoe Korty-2/+5
2022-12-02clocksource/drivers/timer-npcm7xx: Enable timer 1 clock before useJonathan Neuschäfer-0/+10
2022-12-01Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Conor Dooley-1/+1
2022-12-01clocksource/drivers/ingenic-ost: Define pm functions properly in platform_dri...Lukas Bulwahn-6/+4
2022-12-01clocksource/drivers/sh_cmt: Access registers according to specWolfram Sang-33/+55
2022-11-28clocksource: hyper-v: Add TSC page support for root partitionStanislav Kinsburskiy-9/+35
2022-11-28clocksource: hyper-v: Use TSC PFN getter to map vvar pageStanislav Kinsburskiy-1/+2
2022-11-28clocksource: hyper-v: Introduce TSC PFN getterStanislav Kinsburskiy-5/+9
2022-11-28clocksource: hyper-v: Introduce a pointer to TSC pageStanislav Kinsburskiy-2/+4
2022-11-24clocksource/drivers/sp804: Do not use timer namespace for timer_shutdown() fu...Steven Rostedt (Google)-3/+3
2022-11-24clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shut...Steven Rostedt (Google)-6/+6
2022-11-21clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math errorJoe Korty-2/+5
2022-11-03clocksource/drivers/hyperv: add data structure for reference TSC MSRAnirudh Rayabharam-14/+15
2022-10-10Merge tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-269/+521
2022-09-27clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO valueYang Guo-2/+2
2022-09-20clocksource/drivers/imx-sysctr: handle nxp,no-divider propertyPeng Fan-2/+4
2022-09-20clocksource/drivers/timer-ti-dm: Get clock in probe with devm_clk_get()Tony Lindgren-15/+9
2022-09-20clocksource/drivers/timer-ti-dm: Add flag to detect omap1Tony Lindgren-3/+6
2022-09-20clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driverTony Lindgren-48/+170
2022-09-20clocksource/drivers/timer-ti-dm: Use runtime PM directly and check errorsTony Lindgren-26/+91
2022-09-20clocksource/drivers/timer-ti-dm: Move private defines to the driverTony Lindgren-0/+62
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register access furtherTony Lindgren-14/+14
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write()Tony Lindgren-54/+44
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register reads with dmtimer_read()Tony Lindgren-48/+40
2022-09-20clocksource/drivers/timer-ti-dm: Drop unused functionsTony Lindgren-51/+0
2022-09-20clocksource/drivers/timer-gxp: Add missing error handling in gxp_timer_probeLin Yujun-1/+6
2022-09-20clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921Kunkun Jiang-0/+2
2022-09-20clocksource/drivers/exynos_mct: Enable building on ARTPECVincent Whitchurch-1/+1
2022-09-20clocksource/drivers/exynos_mct: Support local-timers propertyVincent Whitchurch-6/+56
2022-09-20clocksource/drivers/exynos_mct: Support frc-shared propertyVincent Whitchurch-3/+18
2022-09-20clocksource/drivers/sun4i: Add definition of clear interruptVictor Hassan-1/+2
2022-09-07clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoCLad Prabhakar-1/+1
2022-08-11RISC-V: Add Sstc extension supportPalmer Dabbelt-1/+24
2022-08-11RISC-V: Prefer sstc extension if availableAtish Patra-1/+24
2022-08-06Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+8
2022-07-28Merge tag 'timers-v5.20-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner-42/+807
2022-07-27clocksource/drivers/sun5i: Remove unnecessary (void*) conversionsLi zeming-1/+1
2022-07-27clocksource/drivers/sun4i: Remove unnecessary (void*) conversionsXU pengfei-1/+1
2022-07-27clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'Daniel Lezcano-1/+1
2022-07-27clocksource/drivers/timer-ti-dm: Make driver selection bool for TI K3Tony Lindgren-1/+2
2022-07-27clocksource/drivers/timer-ti-dm: Add compatible for am6 SoCsTony Lindgren-0/+8
2022-07-27clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3Tony Lindgren-2/+8
2022-07-27clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6Tony Lindgren-0/+115