aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-06-19clocksource/drivers/loongson1: Move PWM timer to clocksource frameworkGravatar Keguang Zhang 1-0/+1
2023-04-24clocksource/drivers/timer-mediatek: Split out CPUXGPT timersGravatar AngeloGioacchino Del Regno 1-0/+1
2022-07-28Merge tag 'timers-v5.20-rc1' of https://git.linaro.org/people/daniel.lezcano/...Gravatar Thomas Gleixner 1-1/+2
2022-07-27clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3Gravatar Tony Lindgren 1-1/+1
2022-07-16clocksource: Add Tegra186 timers supportGravatar Thierry Reding 1-0/+1
2022-05-27Merge branch 'hpe/gxp-soc' into arm/lateGravatar Arnd Bergmann 1-0/+1
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2022-05-18clocksource/drivers/timer-gxp: Add HPE GXP TimerGravatar Nick Hawkins 1-0/+1
2022-04-11clocksource/drivers: Add a goldfish-timer clocksourceGravatar Laurent Vivier 1-0/+1
2022-04-04Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Gravatar Arnd Bergmann 1-3/+0
2022-03-07nds32: Remove the architectureGravatar Alan Kao 1-1/+0
2022-02-23remove the h8300 architectureGravatar Christoph Hellwig 1-3/+0
2021-12-20clocksource/drivers: Add MStar MSC313e timer supportGravatar Romain Perier 1-0/+1
2021-02-03clocksource/drivers/prima: Remove sirf prima driverGravatar Arnd Bergmann 1-1/+0
2021-02-03clocksource/drivers/atlas: Remove sirf atlas driverGravatar Arnd Bergmann 1-1/+0
2021-02-03clocksource/drivers/tango: Remove tango driverGravatar Arnd Bergmann 1-1/+0
2021-02-03clocksource/drivers/u300: Remove the u300 driverGravatar Arnd Bergmann 1-1/+0
2021-01-18clocksource/drivers/efm32: Drop unused timer codeGravatar Uwe Kleine-König 1-1/+0
2020-12-03clocksource/drivers/nps: Remove EZChip NPS clocksource driverGravatar Vineet Gupta 1-1/+0
2020-08-20clocksource/drivers: Add CLINT timer driverGravatar Anup Patel 1-0/+1
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-0/+1
2020-07-23clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST.Gravatar 周琰杰 (Zhou Yanjie) 1-0/+1
2020-06-18clocksource: Add Low Power STM32 timers driverGravatar Benjamin Gaignard 1-0/+1
2020-05-23clocksource/drivers/timer-ti-dm: Add clockevent and clocksource supportGravatar Tony Lindgren 1-0/+1
2020-02-27clocksource: Add driver for the Ingenic JZ47xx OSTGravatar Maarten ter Huurne 1-0/+1
2020-01-16clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B supportGravatar Claudiu Beznea 1-0/+1
2019-08-08clocksource: Add a new timer-ingenic driverGravatar Paul Cercueil 1-0/+1
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-0/+1
2019-06-25clocksource/drivers/davinci: Add support for clockeventsGravatar Bartosz Golaszewski 1-0/+1
2019-06-25clocksource/drivers/sysctr: Add nxp system counter timer driver supportGravatar Bai Ping 1-0/+1
2019-06-25clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.cGravatar Dmitry Osipenko 1-1/+1
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2019-05-02clocksource/drivers/tcb_clksrc: Rename the file for consistencyGravatar Alexandre Belloni 1-1/+1
2019-04-23clocksource/drivers/ixp4xx: Add driverGravatar Linus Walleij 1-0/+1
2019-03-06Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Gravatar Linus Torvalds 1-0/+1
2019-03-01clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCsGravatar Sugaya Taichi 1-0/+1
2019-02-23clocksource/drivers/timer-cs5535: Rename the file for consistencyGravatar Daniel Lezcano 1-1/+1
2019-02-23clocksource/drivers/timer-pxa: Rename the file for consistencyGravatar Daniel Lezcano 1-1/+1
2019-02-23clocksource/drivers/tango-xtal: Rename the file for consistencyGravatar Daniel Lezcano 1-1/+1
2018-12-18clocksource/drivers/rda: Add clock driver for RDA8810PL SoCGravatar Manivannan Sadhasivam 1-0/+1
2018-12-18clocksource/drivers/meson6: Change name meson6_timer timer-meson6Gravatar Daniel Lezcano 1-1/+1
2018-12-18clocksource/drivers/sun4i: Change name sun4i_timer to timer-sun4iGravatar Daniel Lezcano 1-1/+1
2018-12-18clocksource/drivers/tegra20: Change name tegra20_timer to timer-tegra20Gravatar Daniel Lezcano 1-1/+1
2018-12-18clocksource/drivers/rockchip: Change name rockchip_timer to timer-rockchipGravatar Daniel Lezcano 1-1/+1
2018-12-18clocksource/drivers/riscv: Change name riscv_timer to timer-riscvGravatar Daniel Lezcano 1-1/+1
2018-11-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2018-11-02clocksource/drivers/c-sky: Add gx6605s SOC system timerGravatar Guo Ren 1-0/+1
2018-11-02clocksource/drivers/c-sky: Add C-SKY SMP timerGravatar Guo Ren 1-0/+1
2018-10-03clocksource/drivers: Unify the names to timer-* formatGravatar Daniel Lezcano 1-13/+13
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1