summaryrefslogtreecommitdiff
path: root/drivers/clocksource/exynos_mct.c
AgeCommit message (Expand)Author
2019-02-23clocksource/drivers/exynos_mct: Remove unused header includesKrzysztof Kozlowski
2019-02-23clocksource/drivers/exynos_mct: Fix error path in timer resources initializationMarek Szyprowski
2019-02-23clocksource/drivers/exynos_mct: Remove dead codeMarek Szyprowski
2019-02-23clocksource/drivers/exynos_mct: Clear timer interrupt when shutdownStuart Menefy
2019-02-23clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISRStuart Menefy
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano
2017-01-17clocksource/exynos_mct: Clear interrupt when cpu is shut downJoonyoung Shim
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-09-16clocksource: exynos_mct: Add the support for ARM64Chanwoo Choi
2016-07-15clocksource/exynos_mct: Convert to hotplug state machineRichard Cochran
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano
2016-06-28clocksource/drivers/exynos_mct: Convert init function to return errorDaniel Lezcano
2016-02-25clockevents/drivers/exynos_mct: Implement ->set_state_oneshot_stopped()Viresh Kumar
2015-10-15clocksource/drivers/exynos_mct: Use container_of() instead of this_cpu_ptr()Alexey Klimov
2015-08-10clockevents/drivers/exynos_mct: Migrate to new 'set-state' interfaceViresh Kumar
2015-08-10clockevents/drivers/exynos_mct: Remove unneeded container_of()Alexey Klimov
2015-06-26clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifierDamian Eppel
2015-06-02clocksource/drivers/exynos_mct: Remove old platform mct_init()Krzysztof Kozlowski
2015-06-02clocksource/drivers/exynos_mct: Staticize struct clocksourceKrzysztof Kozlowski
2015-06-02clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...Krzysztof Kozlowski
2015-01-05clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_writeTobias Jakobi
2014-07-23clocksource: exynos_mct: Only use 32-bits where possibleDoug Anderson
2014-07-23clocksource: exynos_mct: Use readl_relaxed/writel_relaxedDoug Anderson
2014-07-05clocksource: exynos_mct: Register the timer for stable udelayAmit Daniel Kachhap
2014-07-05clocksource: exynos_mct: Fix ftraceDoug Anderson
2014-06-17clocksource: exynos_mct: Don't reset the counter during boot and resumeChirantan Ekbote
2014-05-21Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2014-05-02clocksource: exynos_mct: register sched_clock callbackVincent Guittot
2014-04-17clocksource: Exynos_mct: Register clock event after request_irq()Krzysztof Kozlowski
2014-04-17clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringupThomas Gleixner
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-03-11clocksource: exynos_mct: silence a static checker warningDan Carpenter
2014-02-14clocksource: exynos_mct: remove unwanted header file inclusionPankaj Dubey
2013-12-16clocksource: mct: extend mct to support 8 local interrupts for Exynos5420Chander Kashyap
2013-09-26clocksource: exynos_mct: Set IRQ affinity when the CPU goes onlineTomasz Figa
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson
2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker
2013-06-24ARM: EXYNOS4: Divorce mct from local timer APIStephen Boyd
2013-06-19clocksource: exynos_mct: use (request/free)_irq calls for local timer registr...Chander Kashyap
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-19clocksource: exynos_mct: remove platform header dependencyArnd Bergmann
2013-04-19clocksource: exynos_mct: fix build error on non-DTArnd Bergmann
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson
2013-04-09Merge tag 'clk-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2013-04-09Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2013-04-04clocksource: mct: Add terminating entry for exynos_mct_ids tableAxel Lin
2013-04-04clocksource: mct: Add missing semicolons in exynos_mct.cDoug Anderson