]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ds1337 driver works also with ds1339 chip
authorLadislav Michl <ladis@linux-mips.org>
Tue, 10 May 2005 12:08:04 +0000 (14:08 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:51:52 +0000 (21:51 -0700)
On Wed, May 04, 2005 at 12:07:11PM +0200, Jean Delvare wrote:
> Additionally, I would welcome an additional patch documenting the fact
> that the ds1337 driver will work fine with the Dallas DS1339 real-time
> clock chip.

Document the fact that ds1337 driver works also with DS1339 real-time
clock chip.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/chips/Kconfig
drivers/i2c/chips/ds1337.c

index a408c137f281ab2d2656d3e513b7131025fb4d9f..67be4c988ca6ff18294994dbbc27d803fd434f27 100644 (file)
@@ -379,12 +379,12 @@ menu "Other I2C Chip support"
        depends on I2C
 
 config SENSORS_DS1337
-       tristate "Dallas Semiconductor DS1337 Real Time Clock"
+       tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
        depends on I2C && EXPERIMENTAL
        select I2C_SENSOR
        help
          If you say yes here you get support for Dallas Semiconductor
-         DS1337 real-time clock chips. 
+         DS1337 and DS1339 real-time clock chips.
 
          This driver can also be built as a module.  If so, the module
          will be called ds1337.
index 8ee818ce0135a60b2fba6fb0c0066b0c55d2542a..2d12cc80f30ca17de933818b6031172ad0b8284c 100644 (file)
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  *
- * Driver for Dallas Semiconductor DS1337 real time clock chip
+ * Driver for Dallas Semiconductor DS1337 and DS1339 real time clock chip
  */
 
 #include <linux/config.h>