summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [PATCH] i2c: chips/m41t00.c fixupMark A. Greer2005-09-051-1/+1
| * | | | [PATCH] I2C: Drop probe parameter of i2c-keywestJean Delvare2005-09-051-12/+0
| * | | | [PATCH] I2C: Drop debug eeprom dump code in pcilynxJean Delvare2005-09-051-20/+0
| * | | | Merge HEAD from gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c...2005-09-0519-161/+224
| |\ \ \ \ | | |/ / /
| * | | | [PATCH] I2C: Drop I2C_DEVNAME and i2c_clientnameJean Delvare2005-09-0519-58/+53
| * | | | [PATCH] I2C: Kill i2c_algorithm.id (6/7)Jean Delvare2005-09-0518-22/+14
| * | | | [PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare2005-09-0525-41/+30
| * | | | [PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare2005-09-0536-36/+0
| * | | | [PATCH] I2C: Kill i2c_algorithm.id (3/7)Jean Delvare2005-09-057-7/+7
| * | | | [PATCH] I2C: Kill i2c_algorithm.id (2/7)Jean Delvare2005-09-051-0/+1
| * | | | [PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare2005-09-0537-37/+0
| * | | | [PATCH] I2C: Centralize 24RF08 corruption preventionJean Delvare2005-09-053-13/+10
| * | | | [PATCH] I2C: Rewrite i2c_probeJean Delvare2005-09-051-76/+89
| * | | | [PATCH] hwmon: VID table updateR.Marek@sh.cvut.cz2005-09-051-1/+4
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (11/11)Jean Delvare2005-09-052-8/+3
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (10/11)Jean Delvare2005-09-051-0/+82
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (08/11)Jean Delvare2005-09-051-10/+11
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare2005-09-0518-82/+50
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare2005-09-0537-70/+33
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (05/11)Jean Delvare2005-09-053-126/+6
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean Delvare2005-09-0533-44/+44
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (03/11)Jean Delvare2005-09-051-1/+1
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (02/11)Jean Delvare2005-09-051-7/+6
| * | | | [PATCH] hwmon: hwmon vs i2c, second round (01/11)Jean Delvare2005-09-0514-23/+28
| * | | | [PATCH] hwmon: lm85: trivial cleanupsJean Delvare2005-09-051-9/+0
| * | | | [PATCH] hwmon: move SENSORS_LIMIT to hwmon.hJean Delvare2005-09-051-1/+1
| * | | | [PATCH] I2C: Improve core debugging messagesJean Delvare2005-09-052-39/+29
| * | | | [PATCH] I2C: i2c-algo-pca -- gracefully handle a busy busIan Campbell2005-09-051-5/+7
| * | | | [PATCH] I2C: inline i2c_adapter_idJean Delvare2005-09-051-9/+0
| * | | | [PATCH] hwmon: tag super-i/o find functions __initJean Delvare2005-09-054-4/+4
| * | | | [PATCH] I2C: refactor message in i2c_detach_clientJean Delvare2005-09-0535-133/+39
| * | | | [PATCH] I2C: W83792D add hwmon class register 2/3R.Marek@sh.cvut.cz2005-09-051-6/+27
| * | | | [PATCH] I2C: W83792D driver 1/3R.Marek@sh.cvut.cz2005-09-053-0/+1644
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9)Jean Delvare2005-09-054-32/+0
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare2005-09-0532-35/+0
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (6/9)Jean Delvare2005-09-051-32/+13
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)Jean Delvare2005-09-0510-235/+98
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9)Jean Delvare2005-09-052-7/+4
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)Jean Delvare2005-09-0510-24/+97
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)Jean Delvare2005-09-051-10/+148
| * | | | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (1/9)Jean Delvare2005-09-051-4/+10
| * | | | [PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman2005-09-0533-53/+522
| * | | | [PATCH] I2C hwmon: hwmon sysfs classMark M. Hoffman2005-09-053-1/+106
| * | | | [PATCH] hwmon: Document on the W83627EHG chipJean Delvare2005-09-052-0/+6
| * | | | [PATCH] hwmon: kill client name lm78-jJean Delvare2005-09-051-7/+4
| * | | | [PATCH] hwmon: soften lm75 initializationJean Delvare2005-09-051-2/+6
| * | | | [PATCH] I2C: max6875 code cleanupbgardner@wabtec.com2005-09-051-6/+2
| * | | | [PATCH] I2C: add kobj_to_i2c_clientbgardner@wabtec.com2005-09-051-5/+0
| * | | | [PATCH] I2C: cleanup of i2c-nforce2Hans-Frieder Vogt2005-09-051-28/+3
| * | | | [PATCH] I2C: fix max6875 build errorGreg Kroah-Hartman2005-09-051-2/+1
OpenPOWER on IntegriCloud