aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-28/+43
2023-02-13Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Thomas Gleixner 1-2/+4
2023-02-13clocksource/drivers/timer-sun4i: Add CLOCK_EVT_FEAT_DYNIRQGravatar Yangtao Li 1-1/+2
2023-02-13clocksource/drivers/em_sti: Mark driver as non-removableGravatar Uwe Kleine-König 1-6/+1
2023-02-13clocksource/drivers/sh_tmu: Mark driver as non-removableGravatar Uwe Kleine-König 1-6/+1
2023-02-13clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first useGravatar Matt Evans 1-5/+5
2023-02-13clocksource/drivers/timer-microchip-pit64b: Add delay timerGravatar Claudiu Beznea 1-0/+12
2023-02-13clocksource/drivers/timer-microchip-pit64b: Select driver only on ARMGravatar Claudiu Beznea 1-1/+1
2023-02-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackGravatar Lad Prabhakar 1-0/+5
2023-02-13clocksource/drivers/sh_cmt: Mark driver as non-removableGravatar Uwe Kleine-König 1-6/+1
2023-02-13clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPI...Gravatar Jean Delvare 1-1/+1
2023-02-13clocksource/drivers/riscv: Increase the clock source ratingGravatar Samuel Holland 1-1/+1
2023-02-13clocksource/drivers/timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DTGravatar Anup Patel 1-0/+10
2023-02-02clocksource: Verify HPET and PMTMR when TSC unverifiedGravatar Paul E. McKenney 1-2/+4
2023-01-16ARM: s3c: remove s3c24xx specific hacksGravatar Arnd Bergmann 1-1/+1
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-52/+102
2022-12-12Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-14/+47
2022-12-02clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2022-12-02clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer...Gravatar Yang Yingliang 1-1/+3
2022-12-02clocksource/drivers/timer-ti-dm: Clear settings on probe and freeGravatar Tony Lindgren 1-0/+17
2022-12-02clocksource/drivers/timer-ti-dm: Make timer_get_irq staticGravatar Tony Lindgren 1-1/+1
2022-12-02clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_matchGravatar Tony Lindgren 1-1/+1
2022-12-02clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math errorGravatar Joe Korty 1-2/+5
2022-12-02clocksource/drivers/timer-npcm7xx: Enable timer 1 clock before useGravatar Jonathan Neuschäfer 1-0/+10
2022-12-01Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Gravatar Conor Dooley 1-1/+1
2022-12-01clocksource/drivers/ingenic-ost: Define pm functions properly in platform_dri...Gravatar Lukas Bulwahn 1-6/+4
2022-12-01clocksource/drivers/sh_cmt: Access registers according to specGravatar Wolfram Sang 1-33/+55
2022-11-28clocksource: hyper-v: Add TSC page support for root partitionGravatar Stanislav Kinsburskiy 1-9/+35
2022-11-28clocksource: hyper-v: Use TSC PFN getter to map vvar pageGravatar Stanislav Kinsburskiy 1-1/+2
2022-11-28clocksource: hyper-v: Introduce TSC PFN getterGravatar Stanislav Kinsburskiy 1-5/+9
2022-11-28clocksource: hyper-v: Introduce a pointer to TSC pageGravatar Stanislav Kinsburskiy 1-2/+4
2022-11-24clocksource/drivers/sp804: Do not use timer namespace for timer_shutdown() fu...Gravatar Steven Rostedt (Google) 1-3/+3
2022-11-24clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shut...Gravatar Steven Rostedt (Google) 1-6/+6
2022-11-21clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math errorGravatar Joe Korty 1-2/+5
2022-11-03clocksource/drivers/hyperv: add data structure for reference TSC MSRGravatar Anirudh Rayabharam 1-14/+15
2022-10-10Merge tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-269/+521
2022-09-27clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO valueGravatar Yang Guo 1-2/+2
2022-09-20clocksource/drivers/imx-sysctr: handle nxp,no-divider propertyGravatar Peng Fan 1-2/+4
2022-09-20clocksource/drivers/timer-ti-dm: Get clock in probe with devm_clk_get()Gravatar Tony Lindgren 1-15/+9
2022-09-20clocksource/drivers/timer-ti-dm: Add flag to detect omap1Gravatar Tony Lindgren 1-3/+6
2022-09-20clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driverGravatar Tony Lindgren 1-48/+170
2022-09-20clocksource/drivers/timer-ti-dm: Use runtime PM directly and check errorsGravatar Tony Lindgren 1-26/+91
2022-09-20clocksource/drivers/timer-ti-dm: Move private defines to the driverGravatar Tony Lindgren 1-0/+62
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register access furtherGravatar Tony Lindgren 1-14/+14
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write()Gravatar Tony Lindgren 1-54/+44
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register reads with dmtimer_read()Gravatar Tony Lindgren 1-48/+40
2022-09-20clocksource/drivers/timer-ti-dm: Drop unused functionsGravatar Tony Lindgren 1-51/+0
2022-09-20clocksource/drivers/timer-gxp: Add missing error handling in gxp_timer_probeGravatar Lin Yujun 1-1/+6
2022-09-20clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921Gravatar Kunkun Jiang 1-0/+2
2022-09-20clocksource/drivers/exynos_mct: Enable building on ARTPECGravatar Vincent Whitchurch 1-1/+1