]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling
authorRajkumar Kasirajan <rajkumar.kasirajan@stericsson.com>
Tue, 29 May 2012 22:07:40 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:34 +0000 (16:22 -0700)
commit43f0a225d27e67cb9e7f3d8d1644264bc6b23266
treed4664023befbc9509f1e9ebe10efe0a2fddbbe57
parent73a6f7afab2cf95db9d6cc0a7d910e2245285334
drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling

Remove RTT interrupt handling, since PIE mode interrupts are now better
emulated in generic code via an hrtimer we have no need for this, and
there is no codepath in the driver that enables these periodic interrupts
anyway.

Signed-off-by: Rajkumar Kasirajan <rajkumar.kasirajan@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Mattias Wallin <mattias.wallin@stericsson.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pl031.c