| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c-i801: SMBus patch for Intel Panther Point DeviceIDs | Seth Heasley | 2011-05-24 | 1 | -0/+1 |
* | i2c/writing-clients: Fix foo_driver.id_table | Vikram Narayanan | 2011-05-24 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -3/+3 |
* | Merge branch 'for-linus/2639/i2c-2' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 2011-03-22 | 1 | -0/+26 |
|\ |
|
| * | i2c/busses: Add support for Diolan U2C-12 USB-I2C adapter | Guenter Roeck | 2011-01-27 | 1 | -0/+26 |
* | | i2c-i801: SMBus patch for Intel DH89xxCC DeviceIDs | Seth Heasley | 2011-03-20 | 1 | -1/+2 |
* | | i2c: Minor fixes to upgrading-clients document | Jean Delvare | 2011-03-20 | 1 | -9/+9 |
* | | i2c: Fix typo in instantiating-devices document | Roman Fietze | 2011-03-20 | 1 | -1/+1 |
|/ |
|
* | i2c: Add generic I2C multiplexer using GPIO API | Peter Korsgaard | 2011-01-10 | 1 | -0/+65 |
* | i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers | David Woodhouse | 2010-10-31 | 1 | -0/+3 |
* | i2c-i801: Add Intel Patsburg device ID | Seth Heasley | 2010-10-31 | 1 | -1/+2 |
* | i2c: Add support for custom probe function | Jean Delvare | 2010-08-11 | 1 | -1/+1 |
* | Documentation: update broken web addresses. | Justin P. Mattock | 2010-08-04 | 5 | -5/+5 |
* | Documentation/i2c: Checkpatch cleanup | Andrea Gelmini | 2010-06-03 | 7 | -54/+54 |
* | i2c-i801: Let the user disable selected driver features | Jean Delvare | 2010-05-21 | 1 | -1/+7 |
* | i2c-core: Erase pointer to clientdata on removal | Wolfram Sang | 2010-05-04 | 1 | -0/+5 |
* | i2c: Document the message size limit | Zhangfei Gao | 2010-03-02 | 1 | -2/+3 |
* | i2c-parport-light: Add SMBus alert support | Jean Delvare | 2010-03-02 | 1 | -0/+11 |
* | i2c-parport: Add SMBus alert support | Jean Delvare | 2010-03-02 | 1 | -0/+3 |
* | i2c: Add SMBus alert support | Jean Delvare | 2010-03-02 | 1 | -0/+16 |
* | i2c-i801: Add Intel Cougar Point device IDs | Seth Heasley | 2010-03-02 | 1 | -1/+2 |
* | i2c: Get rid of struct i2c_client_address_data | Jean Delvare | 2009-12-14 | 1 | -1/+1 |
* | i2c-stub: Documentation update | Jean Delvare | 2009-12-06 | 1 | -2/+2 |
* | i2c-stub: Allow user to disable some commands | Jean Delvare | 2009-12-06 | 1 | -0/+6 |
* | i2c-stub: Implement I2C block support | Jean Delvare | 2009-12-06 | 1 | -3/+3 |
* | i2c: Drop probe, ignore and force module parameters | Jean Delvare | 2009-12-06 | 1 | -0/+44 |
* | i2c-voodoo3: Delete | Jean Delvare | 2009-12-06 | 1 | -62/+0 |
* | i2c-piix4: Modify code name SB900 to Hudson-2 | Crane Cai | 2009-11-07 | 1 | -1/+1 |
* | i2c: Minor documentation update | Jean Delvare | 2009-10-04 | 1 | -1/+1 |
* | i2c: Move misc devices documentation | Jean Delvare | 2009-10-04 | 2 | -204/+0 |
* | i2c-piix4: Add AMD SB900 SMBus device ID | Crane Cai | 2009-09-18 | 1 | -0/+2 |
* | i2c/chips: Remove deprecated pcf8574 driver | Wolfram Sang | 2009-09-18 | 1 | -65/+0 |
* | i2c/chips: Remove deprecated pca9539 driver | Wolfram Sang | 2009-09-18 | 1 | -58/+0 |
* | i2c/chips: Remove deprecated pcf8575 driver | Wolfram Sang | 2009-09-18 | 1 | -69/+0 |
* | i2c: Add a sysfs interface to instantiate devices | Jean Delvare | 2009-06-19 | 1 | -0/+44 |
* | i2c: Get rid of the legacy binding model | Jean Delvare | 2009-06-19 | 1 | -13/+3 |
* | i2c-viapro: Add new PCI device ID for VX855 | Harald Welte | 2009-06-15 | 1 | -0/+4 |
* | i2c-ocores: Can add I2C devices to the bus | Richard Röjfors | 2009-06-13 | 1 | -0/+17 |
* | Move the pcf8591 driver to hwmon | Jean Delvare | 2009-03-30 | 1 | -90/+0 |
* | i2c-piix4: Add support for the Broadcom HT1100 chipset | Flavio Leitner | 2009-03-28 | 1 | -1/+1 |
* | i2c-nforce2: Add support for MCP67, MCP73, MCP78S and MCP79 | Jean Delvare | 2009-03-28 | 1 | -4/+8 |
* | i2c: Document the different ways to instantiate i2c devices | Jean Delvare | 2009-03-28 | 2 | -4/+182 |
* | i2c: The i2c mailing list is moving | Jean Delvare | 2008-10-30 | 1 | -1/+1 |
* | i2c: Update and clean up writing-clients document | Jean Delvare | 2008-10-22 | 1 | -129/+97 |
* | i2c: Delete legacy model documentation | Jean Delvare | 2008-10-22 | 1 | -241/+14 |
* | i2c: Constify i2c_get_clientdata's parameter | Jean Delvare | 2008-10-22 | 1 | -1/+1 |
* | i2c: Delete outdated client porting guide | Jean Delvare | 2008-10-22 | 1 | -160/+0 |
* | i2c-i801: Add support for Intel Ibex Peak | Seth Heasley | 2008-10-22 | 1 | -3/+4 |
* | i2c: Restore i2c_smbus_process_call function | Prakash Mortha | 2008-10-14 | 2 | -4/+4 |
* | i2c: Document the implementation details of the /dev interface | Jean Delvare | 2008-10-14 | 1 | -0/+45 |