diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-04 11:38:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-04 11:38:26 -0400 |
commit | ac3c1c4f1c77190408162aee559c655090597072 (patch) | |
tree | 6c0e1ddbada6d6dbfb59b7f8d766dfd38b7321f1 /MAINTAINERS | |
parent | 5e0b3a4e88012d259e8b2c0f02f393c79686daf9 (diff) | |
parent | cfb6d656d569510ac9239583ce09e4c92ad54719 (diff) |
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer changes from Ingo Molnar:
"Various clocksource driver updates: extend the core with memory mapped
hardware (mmio) support and add new (ARM) Moxart SoC and sun4i
hardware support"
* 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits)
clocksource: arch_timer: Add support for memory mapped timers
clocksource: arch_timer: Push the read/write wrappers deeper
Documentation: Add memory mapped ARM architected timer binding
clocksource: arch_timer: Pass clock event to set_mode callback
clocksource: arch_timer: Make register accessors less error-prone
ARM: clocksource: moxart: documentation: Update device tree bindings document
ARM: clocksource: moxart: Add bitops.h include
ARM: clocksource: moxart: documentation: Fix device tree bindings document
ARM: clocksource: Add support for MOXA ART SoCs
clocksource: cadence_ttc: Reuse clocksource as sched_clock
clocksource: cadence_ttc: Remove unused header
clocksource: sun4i: Fix bug when switching from periodic to oneshot modes
clocksource: sun4i: Cleanup parent clock setup
clocksource: sun4i: Remove TIMER_SCAL variable
clocksource: sun4i: Factor out some timer code
clocksource: sun4i: Fix the next event code
clocksource: sun4i: Don't forget to enable the clock we use
clocksource: sun4i: Add clocksource and sched clock drivers
clocksource: sun4i: rename AUTORELOAD define to RELOAD
clocksource: sun4i: Wrap macros arguments in parenthesis
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5b32bc220d56..79dccf75252c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2125,6 +2125,13 @@ M: Russell King <linux@arm.linux.org.uk> | |||
2125 | S: Maintained | 2125 | S: Maintained |
2126 | F: include/linux/clk.h | 2126 | F: include/linux/clk.h |
2127 | 2127 | ||
2128 | CLOCKSOURCE, CLOCKEVENT DRIVERS | ||
2129 | M: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
2130 | M: Thomas Gleixner <tglx@linutronix.de> | ||
2131 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
2132 | S: Supported | ||
2133 | F: drivers/clocksource | ||
2134 | |||
2128 | CISCO FCOE HBA DRIVER | 2135 | CISCO FCOE HBA DRIVER |
2129 | M: Hiral Patel <hiralpat@cisco.com> | 2136 | M: Hiral Patel <hiralpat@cisco.com> |
2130 | M: Suma Ramars <sramars@cisco.com> | 2137 | M: Suma Ramars <sramars@cisco.com> |
@@ -7156,7 +7163,7 @@ S: Maintained | |||
7156 | F: include/linux/mmc/dw_mmc.h | 7163 | F: include/linux/mmc/dw_mmc.h |
7157 | F: drivers/mmc/host/dw_mmc* | 7164 | F: drivers/mmc/host/dw_mmc* |
7158 | 7165 | ||
7159 | TIMEKEEPING, NTP | 7166 | TIMEKEEPING, CLOCKSOURCE CORE, NTP |
7160 | M: John Stultz <john.stultz@linaro.org> | 7167 | M: John Stultz <john.stultz@linaro.org> |
7161 | M: Thomas Gleixner <tglx@linutronix.de> | 7168 | M: Thomas Gleixner <tglx@linutronix.de> |
7162 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | 7169 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
@@ -7169,7 +7176,6 @@ F: include/uapi/linux/timex.h | |||
7169 | F: kernel/time/clocksource.c | 7176 | F: kernel/time/clocksource.c |
7170 | F: kernel/time/time*.c | 7177 | F: kernel/time/time*.c |
7171 | F: kernel/time/ntp.c | 7178 | F: kernel/time/ntp.c |
7172 | F: drivers/clocksource | ||
7173 | 7179 | ||
7174 | TLG2300 VIDEO4LINUX-2 DRIVER | 7180 | TLG2300 VIDEO4LINUX-2 DRIVER |
7175 | M: Huang Shijie <shijie8@gmail.com> | 7181 | M: Huang Shijie <shijie8@gmail.com> |