summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-v5.17-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2022-01-107-27/+339
|\
| * clocksource/drivers/msc313e: Add support for ssd20xd-based platformsRomain Perier2021-12-201-0/+9
| * clocksource/drivers: Add MStar MSC313e timer supportRomain Perier2021-12-203-0/+254
| * clocksource/drivers/pistachio: Fix -Wunused-but-set-variable warningDrew Fustini2021-12-141-1/+2
| * clocksource/drivers/timer-imx-sysctr: Set cpumask to cpu_possible_maskPeng Fan2021-12-141-1/+1
| * clocksource/drivers/imx-sysctr: Mark two variable with __ro_after_initPeng Fan2021-12-091-2/+2
| * clocksource/drivers/renesas,ostm: Make RENESAS_OSTM symbol visibleBiju Das2021-12-091-1/+2
| * clocksource/drivers/renesas-ostm: Add RZ/G2L OSTM supportBiju Das2021-12-091-1/+38
| * Merge branch 'reset/of-get-optional-exclusive' of git://git.pengutronix.de/pz...Daniel Lezcano2021-12-094-16/+47
| |\
| * | clocksource/drivers/exynos_mct: Fix silly typo resulting in checkpatch warningWill Deacon2021-12-091-1/+1
| * | clocksource/drivers/exynos_mct: Refactor resources allocationMarek Szyprowski2021-11-161-20/+30
* | | clocksource/drivers/arm_arch_timer: Force inlining of erratum_set_next_event_...Marc Zyngier2021-12-101-2/+7
* | | clocksource/drivers/dw_apb_timer_of: Fix probe failureAlexey Sheplyakov2021-12-101-1/+1
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-0/+9
|\ \
| * | RISC-V: KVM: Add timer functionalityAtish Patra2021-10-041-0/+9
* | | Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-013-99/+153
|\ \ \ | |/ / |/| / | |/
| * clocksource/drivers/timer-ti-dm: Select TIMER_OFKees Cook2021-10-211-0/+1
| * clocksource/drivers/exynosy: Depend on sub-architecture for Exynos MCT and Sa...Krzysztof Kozlowski2021-10-211-0/+2
| * Merge branch 'timers/drivers/armv8.6_arch_timer' into timers/drivers/nextDaniel Lezcano2021-10-191-96/+147
| |\
| | * clocksource/drivers/arm_arch_timer: Fix masking for high freq countersOliver Upton2021-10-181-5/+29
| | * clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming ...Marc Zyngier2021-10-171-8/+0
| | * clocksource/drivers/arm_arch_timer: Work around broken CVAL implementationsMarc Zyngier2021-10-171-1/+27
| | * clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core codeMarc Zyngier2021-10-171-1/+1
| | * clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier2021-10-171-12/+38
| | * clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback orderin...Marc Zyngier2021-10-171-14/+13
| | * clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function namesMarc Zyngier2021-10-171-13/+13
| | * clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier2021-10-171-3/+23
| | * clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier2021-10-171-5/+5
| | * clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier2021-10-171-44/+0
| | * clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier2021-10-171-0/+8
| * | clocksource/drivers/arc_timer: Eliminate redefined macro errorRandy Dunlap2021-10-161-3/+3
* | | Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-09-031-1/+2
|\ \ \
| * | | clocksource/drivers/pistachio: Make it selectable for MIPSJiaxun Yang2021-08-121-1/+2
| | |/ | |/|
* | | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-011-3/+0
|\ \ \
| * | | drivers: hv: Decouple Hyper-V clock/timer code from VMbus driversMichael Kelley2021-07-191-3/+0
| |/ /
* | | Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-011-12/+36
|\ \ \ | |_|/ |/| |
| * | watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij2021-08-041-12/+36
| |/
* | clocksource/drivers/fttmr010: Pass around less pointersLinus Walleij2021-08-141-16/+16
* | clocksource/drivers/mediatek: Optimize systimer irq clear flow on shutdownFengquan Chen2021-08-141-2/+6
* | clocksource/drivers/ingenic: Use bitfield macro helpers周琰杰 (Zhou Yanjie)2021-08-141-6/+7
* | clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang2021-08-131-12/+18
* | clocksource/drivers/exynos_mct: Mark MCT device as CLOCK_EVT_FEAT_PERCPUWill Deacon2021-08-131-1/+2
* | clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64Will Deacon2021-08-131-2/+11
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-011-3/+3
|\
| * clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann2021-06-081-3/+3
* | clocksource/drivers/timer-ti-dm: Drop unnecessary restoreTony Lindgren2021-06-161-1/+2
* | clocksource/arm_arch_timer: Improve Allwinner A64 timer workaroundSamuel Holland2021-06-161-1/+1
* | clocksource/drivers/arm_global_timer: Remove duplicated argument in arm_globa...Wan Jiabing2021-06-161-1/+1
* | clocksource/drivers/arm_global_timer: Make symbol 'gt_clk_rate_change_nb' staticZou Wei2021-06-161-1/+1
* | arm: zynq: don't disable CONFIG_ARM_GLOBAL_TIMER due to CONFIG_CPU_FREQ anymoreAndrea Merello2021-06-161-0/+1