]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] RTC subsystem: M48T86 driver
authorAlessandro Zummo <a.zummo@towertech.it>
Mon, 27 Mar 2006 09:16:47 +0000 (01:16 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:52 +0000 (08:44 -0800)
commit1d98af87270cc08bb8251e004b9dc63cc838f24b
tree05098581730851d32b59fed728a7c86e8193677b
parente842f1c8ff8a88f290e26d1139e89aad02c4e0c3
[PATCH] RTC subsystem: M48T86 driver

Add a driver for the ST M48T86 / Dallas DS12887 RTC.

This is a platform driver.  The platform device must provide I/O routines to
access the RTC.

Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-m48t86.c [new file with mode: 0644]
include/linux/m48t86.h [new file with mode: 0644]