summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/exynos_mct.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-141-2/+2
* clocksource/exynos_mct: Clear interrupt when cpu is shut downJoonyoung Shim2017-01-171-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-3/+3
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-3/+3
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
|/
* clocksource: exynos_mct: Add the support for ARM64Chanwoo Choi2016-09-161-0/+4
* clocksource/exynos_mct: Convert to hotplug state machineRichard Cochran2016-07-151-34/+12
* clocksources: Switch back to the clksrc tableDaniel Lezcano2016-06-281-2/+2
* clocksource/drivers/exynos_mct: Convert init function to return errorDaniel Lezcano2016-06-281-12/+24
* clockevents/drivers/exynos_mct: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+2
* clocksource/drivers/exynos_mct: Use container_of() instead of this_cpu_ptr()Alexey Klimov2015-10-151-4/+8
* clockevents/drivers/exynos_mct: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-45/+40
* clockevents/drivers/exynos_mct: Remove unneeded container_of()Alexey Klimov2015-08-101-8/+8
* clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifierDamian Eppel2015-06-261-13/+30
* clocksource/drivers/exynos_mct: Remove old platform mct_init()Krzysztof Kozlowski2015-06-021-12/+0
* clocksource/drivers/exynos_mct: Staticize struct clocksourceKrzysztof Kozlowski2015-06-021-1/+1
* clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...Krzysztof Kozlowski2015-06-021-6/+2
* clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_writeTobias Jakobi2015-01-051-2/+2
* clocksource: exynos_mct: Only use 32-bits where possibleDoug Anderson2014-07-231-7/+32
* clocksource: exynos_mct: Use readl_relaxed/writel_relaxedDoug Anderson2014-07-231-12/+12
* clocksource: exynos_mct: Register the timer for stable udelayAmit Daniel Kachhap2014-07-051-0/+11
* clocksource: exynos_mct: Fix ftraceDoug Anderson2014-07-051-2/+7
* clocksource: exynos_mct: Don't reset the counter during boot and resumeChirantan Ekbote2014-06-171-6/+3
* Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-05-211-0/+8
|\
| * clocksource: exynos_mct: register sched_clock callbackVincent Guittot2014-05-021-0/+8
* | clocksource: Exynos_mct: Register clock event after request_irq()Krzysztof Kozlowski2014-04-171-2/+2
* | clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringupThomas Gleixner2014-04-171-7/+1
|/
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-2/+0
|\
| * clocksource: exynos_mct: remove unwanted header file inclusionPankaj Dubey2014-02-141-2/+0
* | clocksource: exynos_mct: silence a static checker warningDan Carpenter2014-03-111-1/+1
|/
* clocksource: mct: extend mct to support 8 local interrupts for Exynos5420Chander Kashyap2013-12-161-0/+4
* clocksource: exynos_mct: Set IRQ affinity when the CPU goes onlineTomasz Figa2013-09-261-1/+9
* Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-231-16/+42
|\
| * ARM: EXYNOS4: Divorce mct from local timer APIStephen Boyd2013-06-241-17/+43
* | clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker2013-07-141-2/+2
* | clocksource: exynos_mct: use (request/free)_irq calls for local timer registr...Chander Kashyap2013-06-191-26/+9
|/
* Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-071-15/+6
|\
| * clocksource: exynos_mct: remove platform header dependencyArnd Bergmann2013-04-191-15/+6
* | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-1/+0
|\ \ | |/ |/|
| * Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-171-1/+0
* | clocksource: exynos_mct: fix build error on non-DTArnd Bergmann2013-04-191-0/+4
* | Merge tag 'clk-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2013-04-091-6/+14
|\ \ | |/ |/|
| * clocksource: mct: add support for mct clock setupThomas Abraham2013-03-251-1/+6
| * clocksource: mct: use fin_pll clock as the tick clock source for mctThomas Abraham2013-03-251-3/+6
* | Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2013-04-091-35/+40
* | clocksource: mct: Add terminating entry for exynos_mct_ids tableAxel Lin2013-04-041-0/+1
* | clocksource: mct: Add missing semicolons in exynos_mct.cDoug Anderson2013-04-041-2/+2
|/
* ARM: EXYNOS: move mct driver to drivers/clocksourceThomas Abraham2013-03-091-0/+550
OpenPOWER on IntegriCloud