]> bbs.cooldavid.org Git - net-next-2.6.git/commit
rtc: use genirq directly in rtc-wm831x
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 24 May 2010 21:33:51 +0000 (14:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 May 2010 15:07:08 +0000 (08:07 -0700)
commit5815e5d36eff44b3dd38943f3a98a4d9ce985118
tree84d8cebad6272dc11217c49ee9d7078675edc7c2
parent6ba8bcd457d9fc793ac9435aa2e4138f571d4ec5
rtc: use genirq directly in rtc-wm831x

Now that the WM831x core uses genirq for the IRQ controller there is no
need to use the WM831x-specific wrappers to request interrupts so convert
to use genirq directly.

Also use more meaningful strings to make /proc/interrupts more readily
legible.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.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-wm831x.c