aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/ds1337.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-27i2c: the scheduled I2C RTC driver removalAdrian Bunk1-410/+0
2006-12-10i2c: fix broken ds1337 initializationDirk Eibach1-1/+7
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2006-01-05[PATCH] i2c: Extend ds1337 initializationMichael Burian1-6/+31
2005-11-07[PATCH] i2c: ds1337 BCD conversion fixJames Chapman1-2/+2
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-4/+1
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare1-1/+0
2005-07-29[PATCH] I2C: ds1337 - fix 12/24 hour mode bugLadislav Michl1-3/+3
2005-06-21[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanupAlexey Dobriyan1-1/+0
2005-06-21[PATCH] ds1337: export ds1337_do_commandLadislav Michl1-0/+2
2005-06-21[PATCH] ds1337 driver works also with ds1339 chipLadislav Michl1-1/+1
2005-06-21[PATCH] I2C: ds1337: search by bus numberLadislav Michl1-5/+2
2005-06-21[PATCH] I2C: ds1337: i2c_transfer() checkingLadislav Michl1-12/+9
2005-06-21[PATCH] I2C: ds1337: Make time format consistent with other RTC driversLadislav Michl1-7/+6
2005-06-21[PATCH] I2C: ds1337 3/4Ladislav Michl1-17/+8
2005-06-21[PATCH] I2C: ds1337 2/4Ladislav Michl1-14/+14
2005-06-21[PATCH] I2C: ds1337 1/4Ladislav Michl1-5/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+402