aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 12-197/+220
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-5/+16
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-7/+0
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2023-04-24clocksource/drivers/ti: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 2-6/+6
2023-04-24clocksource/drivers/timer-ti-dm: Fix finding alwon timerGravatar Tony Lindgren 1-1/+3
2023-04-24clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Gravatar Qinrun Dai 1-6/+24
2023-04-24clocksource/drivers/stm32-lp: Drop of_match_ptr for ID tableGravatar Krzysztof Kozlowski 1-1/+1
2023-04-24clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin...Gravatar Uwe Kleine-König 1-4/+2
2023-04-24clocksource/drivers/timer-tegra186: Convert to platform remove callback retur...Gravatar Uwe Kleine-König 1-4/+2
2023-04-24clocksource/drivers/timer-ti-dm: Improve error message in .removeGravatar Uwe Kleine-König 1-1/+4
2023-04-24clocksource/drivers/timer-stm32-lp: Mark driver as non-removableGravatar Uwe Kleine-König 1-7/+2
2023-04-24clocksource/drivers/sh_mtu2: Mark driver as non-removableGravatar Uwe Kleine-König 1-6/+1
2023-04-24clocksource/drivers/timer-ti-dm: Use of_address_to_resource()Gravatar Rob Herring 1-30/+27
2023-04-24clocksource/drivers/timer-imx-gpt: Remove non-DT functionGravatar Fabio Estevam 1-19/+0
2023-04-24clocksource/drivers/timer-mediatek: Split out CPUXGPT timersGravatar AngeloGioacchino Del Regno 4-114/+150
2023-04-24clocksource/drivers/exynos_mct: Explicitly return 0 for shared timerGravatar Krzysztof Kozlowski 1-1/+1
2023-04-17clocksource: hyper-v: make sure Invariant-TSC is used if it is availableGravatar Dexuan Cui 1-3/+3
2023-04-17drivers/clocksource/hyper-v: non ACPI support in hyperv clockGravatar Saurabh Sengar 1-2/+13
2023-04-13clocksource: ingenic: Add explicit include for cpuhotplug.hGravatar Rob Herring 1-2/+1
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 5-5/+0
2023-04-13clocksource/drivers/timer-tegra186: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsGravatar Anup Patel 1-1/+1
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsGravatar Anup Patel 1-16/+49
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