Age | Commit message (Expand) | Author | Files | Lines |
2022-03-07 | clocksource/drivers/exynos_mct: Increase the size of name array | Alim Akhtar | 1 | -1/+5 |
2022-03-07 | clocksource/drivers/exynos_mct: Bump up mct max irq number | Alim Akhtar | 1 | -1/+2 |
2022-03-07 | clocksource/drivers/exynos_mct: Remove mct interrupt index enum | Alim Akhtar | 1 | -16/+6 |
2022-03-07 | clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts | Krzysztof Kozlowski | 1 | -1/+9 |
2021-12-09 | clocksource/drivers/exynos_mct: Fix silly typo resulting in checkpatch warning | Will Deacon | 1 | -1/+1 |
2021-11-16 | clocksource/drivers/exynos_mct: Refactor resources allocation | Marek Szyprowski | 1 | -20/+30 |
2021-08-13 | clocksource/drivers/exynos_mct: Mark MCT device as CLOCK_EVT_FEAT_PERCPU | Will Deacon | 1 | -1/+2 |
2021-08-13 | clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64 | Will Deacon | 1 | -2/+11 |
2020-02-27 | clocksource: Replace setup_irq() by request_irq() | afzal mohammed | 1 | -8/+4 |
2020-01-16 | clocksource/drivers/exynos_mct: Rename Exynos to lowercase | Krzysztof Kozlowski | 1 | -1/+1 |
2019-07-03 | Merge branch 'timers/vdso' into timers/core | Thomas Gleixner | 1 | -4/+1 |
2019-06-25 | clocksource/drivers/exynos_mct: Increase priority over ARM arch timer | Marek Szyprowski | 1 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-02-23 | clocksource/drivers/exynos_mct: Remove unused header includes | Krzysztof Kozlowski | 1 | -2/+0 |
2019-02-23 | clocksource/drivers/exynos_mct: Fix error path in timer resources initialization | Marek Szyprowski | 1 | -1/+13 |
2019-02-23 | clocksource/drivers/exynos_mct: Remove dead code | Marek Szyprowski | 1 | -7/+2 |
2019-02-23 | clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown | Stuart Menefy | 1 | -0/+1 |
2019-02-23 | clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR | Stuart Menefy | 1 | -11/+11 |
2017-06-14 | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE | Daniel Lezcano | 1 | -2/+2 |
2017-01-17 | clocksource/exynos_mct: Clear interrupt when cpu is shut down | Joonyoung Shim | 1 | -0/+1 |
2016-12-26 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -3/+3 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
2016-09-16 | clocksource: exynos_mct: Add the support for ARM64 | Chanwoo Choi | 1 | -0/+4 |
2016-07-15 | clocksource/exynos_mct: Convert to hotplug state machine | Richard Cochran | 1 | -34/+12 |
2016-06-28 | clocksources: Switch back to the clksrc table | Daniel Lezcano | 1 | -2/+2 |
2016-06-28 | clocksource/drivers/exynos_mct: Convert init function to return error | Daniel Lezcano | 1 | -12/+24 |
2016-02-25 | clockevents/drivers/exynos_mct: Implement ->set_state_oneshot_stopped() | Viresh Kumar | 1 | -0/+2 |
2015-10-15 | clocksource/drivers/exynos_mct: Use container_of() instead of this_cpu_ptr() | Alexey Klimov | 1 | -4/+8 |
2015-08-10 | clockevents/drivers/exynos_mct: Migrate to new 'set-state' interface | Viresh Kumar | 1 | -45/+40 |
2015-08-10 | clockevents/drivers/exynos_mct: Remove unneeded container_of() | Alexey Klimov | 1 | -8/+8 |
2015-06-26 | clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier | Damian Eppel | 1 | -13/+30 |
2015-06-02 | clocksource/drivers/exynos_mct: Remove old platform mct_init() | Krzysztof Kozlowski | 1 | -12/+0 |
2015-06-02 | clocksource/drivers/exynos_mct: Staticize struct clocksource | Krzysztof Kozlowski | 1 | -1/+1 |
2015-06-02 | clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ... | Krzysztof Kozlowski | 1 | -6/+2 |
2015-01-05 | clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write | Tobias Jakobi | 1 | -2/+2 |
2014-07-23 | clocksource: exynos_mct: Only use 32-bits where possible | Doug Anderson | 1 | -7/+32 |
2014-07-23 | clocksource: exynos_mct: Use readl_relaxed/writel_relaxed | Doug Anderson | 1 | -12/+12 |
2014-07-05 | clocksource: exynos_mct: Register the timer for stable udelay | Amit Daniel Kachhap | 1 | -0/+11 |
2014-07-05 | clocksource: exynos_mct: Fix ftrace | Doug Anderson | 1 | -2/+7 |
2014-06-16 | clocksource: exynos_mct: Don't reset the counter during boot and resume | Chirantan Ekbote | 1 | -6/+3 |
2014-05-22 | Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 1 | -0/+8 |
2014-05-02 | clocksource: exynos_mct: register sched_clock callback | Vincent Guittot | 1 | -0/+8 |
2014-04-18 | clocksource: Exynos_mct: Register clock event after request_irq() | Krzysztof Kozlowski | 1 | -2/+2 |
2014-04-18 | clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringup | Thomas Gleixner | 1 | -7/+1 |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -2/+0 |
2014-03-12 | clocksource: exynos_mct: silence a static checker warning | Dan Carpenter | 1 | -1/+1 |
2014-02-14 | clocksource: exynos_mct: remove unwanted header file inclusion | Pankaj Dubey | 1 | -2/+0 |
2013-12-15 | clocksource: mct: extend mct to support 8 local interrupts for Exynos5420 | Chander Kashyap | 1 | -0/+4 |
2013-09-26 | clocksource: exynos_mct: Set IRQ affinity when the CPU goes online | Tomasz Figa | 1 | -1/+9 |