summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/exynos_mct.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/exynos_mct: Explicitly return 0 for shared timerKrzysztof Kozlowski2023-04-241-1/+1
* clocksource/drivers/exynos_mct: Support local-timers propertyVincent Whitchurch2022-09-201-6/+56
* clocksource/drivers/exynos_mct: Support frc-shared propertyVincent Whitchurch2022-09-201-3/+18
* clocksource/drivers/exynos_mct: Increase the size of name arrayAlim Akhtar2022-03-071-1/+5
* clocksource/drivers/exynos_mct: Bump up mct max irq numberAlim Akhtar2022-03-071-1/+2
* clocksource/drivers/exynos_mct: Remove mct interrupt index enumAlim Akhtar2022-03-071-16/+6
* clocksource/drivers/exynos_mct: Handle DTS with higher number of interruptsKrzysztof Kozlowski2022-03-071-1/+9
* 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/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
* clocksource: Replace setup_irq() by request_irq()afzal mohammed2020-02-271-8/+4
* clocksource/drivers/exynos_mct: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-161-1/+1
* Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-031-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | clocksource/drivers/exynos_mct: Increase priority over ARM arch timerMarek Szyprowski2019-06-251-2/+2
|/
* clocksource/drivers/exynos_mct: Remove unused header includesKrzysztof Kozlowski2019-02-231-2/+0
* clocksource/drivers/exynos_mct: Fix error path in timer resources initializationMarek Szyprowski2019-02-231-1/+13
* clocksource/drivers/exynos_mct: Remove dead codeMarek Szyprowski2019-02-231-7/+2
* clocksource/drivers/exynos_mct: Clear timer interrupt when shutdownStuart Menefy2019-02-231-0/+1
* clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISRStuart Menefy2019-02-231-11/+11
* 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