]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (1/2)
authorRandy Vinson <rvinson@mvista.com>
Fri, 3 Jun 2005 21:36:06 +0000 (14:36 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:52:06 +0000 (21:52 -0700)
commit6dfb7511c2550b932277c46dd033fefc6fe86cc0
tree46de795c5e2da258a54501658f74e9619c271527
parentfbaf6aae714be2a2a28c7ba3cb0f77a2e92bc002
[PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (1/2)

Add support for Maxim/Dallas DS1374 Real-Time Clock Chip

This change adds support for the Maxim/Dallas DS1374 RTC chip. This chip
is an I2C-based RTC that maintains a simple 32-bit binary seconds count
with battery backup support.

Signed-off-by: Randy Vinson <rvinson@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Makefile
drivers/i2c/chips/ds1374.c [new file with mode: 0644]
include/linux/i2c-id.h