diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2005-05-10 14:08:04 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 06:51:52 +0200 |
commit | 912b9c0c52b95696165e84d67fdab2af81a2213e (patch) | |
tree | a5f560a549354680bd68991e29a15380306650c4 /drivers/i2c/chips/ds1337.c | |
parent | [PATCH] I2C: ds1337: search by bus number (diff) | |
download | linux-912b9c0c52b95696165e84d67fdab2af81a2213e.tar.xz linux-912b9c0c52b95696165e84d67fdab2af81a2213e.zip |
[PATCH] ds1337 driver works also with ds1339 chip
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>
Diffstat (limited to 'drivers/i2c/chips/ds1337.c')
-rw-r--r-- | drivers/i2c/chips/ds1337.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/chips/ds1337.c b/drivers/i2c/chips/ds1337.c index 8ee818ce0135..2d12cc80f30c 100644 --- a/drivers/i2c/chips/ds1337.c +++ b/drivers/i2c/chips/ds1337.c @@ -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> |