From: Mark A. Greer Date: Wed, 16 Dec 2009 00:46:11 +0000 (-0800) Subject: rtc: make rtc-omap driver ioremap its register space X-Git-Tag: v2.6.33-rc1~71^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfde8c1df31724f881de1a37f878ccbba4f178f;p=pandora-kernel.git rtc: make rtc-omap driver ioremap its register space The rtc-omap driver currently assumes that the rtc's registers are at a fixed address and already mapped into virtual memory space. Remove those assumptions so the same driver can be used for similar devices that reside at different physical addresses (e.g., TI's DA8xx/OMAP-L13x SoC's). Also allow the possibility for the timer and alarm interrupts to use the same IRQ. Signed-off-by: Mark A. Greer Acked-by: David Brownell Acked-by: Kevin Hilman Acked-by: Tony Lindgren Signed-off-by: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed