summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i2c-viapro: Code cleanupsJean Delvare2005-10-281-81/+41
* [PATCH] i2c-viapro: Implement I2C Block transactionsJean Delvare2005-10-281-3/+36
* [PATCH] i2c-viapro: Coding style fixesJean Delvare2005-10-281-38/+38
* [PATCH] i2c: Several PEC-related fixes in software SMBus emulationHideki Iwamoto2005-10-281-4/+4
* [PATCH] i2c: Minor i2c-amd8111 cleanupJean Delvare2005-10-281-1/+0
* [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICKJean Delvare2005-10-281-4/+11
* [PATCH] i2c: Reuse name strings in i2c bus driversJean Delvare2005-10-2812-25/+33
* [PATCH] i2c: Discard explicit static initializations to 0Jean Delvare2005-10-2810-15/+15
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-282-7/+5
* [PATCH] ppc64: SMU driver update & i2c supportBenjamin Herrenschmidt2005-09-223-0/+329
* [I2C] Add a functionality method, and remove algorithm idsRussell King2005-09-141-4/+8
* [PATCH] i2c-keywest warning fixAndrew Morton2005-09-131-1/+0
* [PATCH] I2C: i2c-nforce2: drop unused defineJean Delvare2005-09-091-5/+0
* Merge master.kernel.org:/home/rmk/linux-2.6-i2c manuallyLinus Torvalds2005-09-083-0/+1039
|\
| * [I2C] Clean up i2c-pxa debugging/printksRussell King2005-09-081-42/+33
| * [PATCH] I2C: Add PXA I2C driverRussell King2005-06-153-0/+1048
* | [PATCH] drivers: convert kcalloc to kzallocPekka Enberg2005-09-071-1/+1
* | [PATCH] I2C: Fix sgi_xfer return valueJean Delvare2005-09-051-1/+1
* | [PATCH] i2c: bug fix for busses/i2c-mv64xxx.cJean Delvare2005-09-051-4/+4
* | [PATCH] i2c: chips/ds1374.c fixupMark A. Greer2005-09-051-1/+1
* | [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: Kill i2c_algorithm.id (6/7)Jean Delvare2005-09-052-2/+1
* | [PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare2005-09-0510-15/+4
* | [PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare2005-09-0527-27/+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-0528-28/+0
* | [PATCH] I2C: Centralize 24RF08 corruption preventionJean Delvare2005-09-053-13/+10
* | [PATCH] I2C: Rewrite i2c_probeJean Delvare2005-09-051-76/+89
* | [PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare2005-09-053-117/+0
* | [PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare2005-09-056-12/+6
* | [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-056-11/+11
* | [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-054-13/+28
* | [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] I2C: refactor message in i2c_detach_clientJean Delvare2005-09-057-22/+11
* | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare2005-09-056-6/+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 (4/9)Jean Delvare2005-09-051-7/+1
* | [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: 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