summaryrefslogtreecommitdiff
path: root/drivers/clocksource/exynos_mct.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-17clocksource: mct: extend mct to support 8 local interrupts for Exynos5420Chander Kashyap1-0/+4
2014-12-17clocksource: exynos_mct: use (request/free)_irq calls for local timer registr...Chander Kashyap1-26/+9
2014-11-18clocksource: exynos_mct: Don't reset the counter during boot and resumeChirantan Ekbote1-6/+3
2014-11-18clocksource: exynos_mct: Change exynos4_mct_tick_clear return type to voidKrzysztof Kozlowski1-6/+2
2014-11-18clocksource: exynos_mct: Fix stall after CPU hotpluggingKrzysztof Kozlowski1-13/+20
2014-11-18clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()Jonghwa Lee1-2/+2
2014-11-18clocksource: exynos_mct: Register sched_clockTomasz Figa1-0/+8
2014-06-07clocksource: Exynos_mct: Register clock event after request_irq()Krzysztof Kozlowski1-2/+2
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-15/+6
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2013-04-19clocksource: exynos_mct: remove platform header dependencyArnd Bergmann1-15/+6
2013-04-19clocksource: exynos_mct: fix build error on non-DTArnd Bergmann1-0/+4
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson1-1/+0
2013-04-09Merge tag 'clk-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-6/+14
2013-04-09Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+556
2013-04-04clocksource: mct: Add terminating entry for exynos_mct_ids tableAxel Lin1-0/+1
2013-04-04clocksource: mct: Add missing semicolons in exynos_mct.cDoug Anderson1-2/+2
2013-03-25clocksource: mct: add support for mct clock setupThomas Abraham1-1/+6
2013-03-25clocksource: mct: use fin_pll clock as the tick clock source for mctThomas Abraham1-3/+6
2013-03-09ARM: EXYNOS: move mct driver to drivers/clocksourceThomas Abraham1-0/+550