diff options
author | John Stultz <john.stultz@linaro.org> | 2015-11-14 00:07:31 +0300 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2015-11-25 21:40:48 +0300 |
commit | 34db37c63a08b8f06f8ff15c5c301a26635ddf25 (patch) | |
tree | c90358c9dbf66e0c331443f93d97cb0e78881550 /MAINTAINERS | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-34db37c63a08b8f06f8ff15c5c301a26635ddf25.tar.xz |
MAINTAINERS: Add entry for kernel/time/alarmtimer.c
I've been missing patches against alarmtimer.c due to
a lack of a proper entry for it in the MAINTAINERS file.
So update MAINTAINERS to fix this, adding it in with the
timekeeping, ntp and core clocksource logic I share with
Thomas.
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b28828..e11c043d5d33 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9334,7 +9334,7 @@ M: Andreas Noever <andreas.noever@gmail.com> S: Maintained F: drivers/thunderbolt/ -TIMEKEEPING, CLOCKSOURCE CORE, NTP +TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER M: John Stultz <john.stultz@linaro.org> M: Thomas Gleixner <tglx@linutronix.de> L: linux-kernel@vger.kernel.org @@ -9347,6 +9347,7 @@ F: include/uapi/linux/time.h F: include/uapi/linux/timex.h F: kernel/time/clocksource.c F: kernel/time/time*.c +F: kernel/time/alarmtimer.c F: kernel/time/ntp.c F: tools/testing/selftests/timers/ |