Age | Commit message (Expand) | Author | Files | Lines |
2012-09-10 | i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH | James Ralston | 1 | -0/+3 |
2012-07-24 | i2c-i801: Enable IRQ for byte_by_byte transactions | Daniel Kurtz | 1 | -7/+78 |
2012-07-24 | i2c-i801: Enable interrupts on ICH5/7/8/9/10 | Jean Delvare | 1 | -4/+9 |
2012-07-24 | i2c-i801: Enable IRQ for SMBus transactions | Daniel Kurtz | 1 | -4/+95 |
2012-07-24 | i2c-i801: Consolidate polling | Jean Delvare | 1 | -55/+53 |
2012-07-24 | i2c-i801: Drop ENABLE_INT9 | Daniel Kurtz | 1 | -5/+4 |
2012-07-24 | i2c-i801: Rename some SMBHSTCNT bit constants | Daniel Kurtz | 1 | -10/+11 |
2012-07-24 | i2c-i801: Check and return errors during byte-by-byte transfers | Daniel Kurtz | 1 | -4/+6 |
2012-07-24 | i2c-i801: Clear only status bits in HST_STS | Daniel Kurtz | 1 | -1/+1 |
2012-07-24 | i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byte | Daniel Kurtz | 1 | -14/+14 |
2012-03-26 | i2c-i801: Use usleep_range to wait for command completion | Jean Delvare | 1 | -12/+12 |
2012-03-26 | i2c-i801: Add device IDs for Intel Lynx Point | Seth Heasley | 1 | -0/+3 |
2012-01-12 | i2c: Convert to DEFINE_PCI_DEVICE_TABLE | Axel Lin | 1 | -1/+1 |
2011-05-24 | i2c-i801: Don't depend on other kernel driver config options | Jean Delvare | 1 | -10/+6 |
2011-05-24 | i2c-i801: Check for vendor Fujitsu before probing for apanel | Jean Delvare | 1 | -1/+2 |
2011-05-24 | i2c-i801: Don't probe for slaves on IDF channels | Jean Delvare | 1 | -15/+31 |
2011-05-24 | i2c-i801: SMBus patch for Intel Panther Point DeviceIDs | Seth Heasley | 1 | -1/+3 |
2011-05-24 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -0/+1 |
2011-05-01 | i2c-i801: Move device ID definitions to driver | Jean Delvare | 1 | -0/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-20 | i2c-i801: SMBus patch for Intel DH89xxCC DeviceIDs | Seth Heasley | 1 | -1/+3 |
2011-01-11 | i2c-i801: Include <linux/slab.h> | Ben Hutchings | 1 | -0/+1 |
2010-10-31 | i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers | David Woodhouse | 1 | -0/+12 |
2010-10-31 | i2c-i801: Handle multiple instances instead of keeping global state | David Woodhouse | 1 | -144/+175 |
2010-10-31 | i2c-i801: Add Intel Patsburg device ID | Seth Heasley | 1 | -0/+2 |
2010-10-18 | PCI: update Intel chipset names and defines | Seth Heasley | 1 | -5/+5 |
2010-07-09 | hwmon: Fix autoloading of fschmd on recent Fujitsu machines | Jean Delvare | 1 | -6/+2 |
2010-05-21 | i2c-i801: Fix all checkpatch warnings | Ivo Manca | 1 | -10/+10 |
2010-05-21 | i2c-i801: All newer devices have all the optional features | Jean Delvare | 1 | -12/+6 |
2010-05-21 | i2c-i801: Let the user disable selected driver features | Jean Delvare | 1 | -1/+20 |
2010-03-13 | i2c-i801: Don't use the block buffer for I2C block writes | Jean Delvare | 1 | -2/+4 |
2010-03-02 | i2c-i801: Add Intel Cougar Point device IDs | Seth Heasley | 1 | -1/+4 |
2010-03-02 | i2c: Make PCI device ids constant | Márton Németh | 1 | -1/+1 |
2009-12-06 | i2c-i801: Retry on lost arbitration | Jean Delvare | 1 | -0/+3 |
2009-10-05 | i2c: Hide probe errors caused by ACPI resource conflicts | Jean Delvare | 1 | -1/+3 |
2009-05-05 | i2c: Timeouts off by 1 | Roel Kluin | 1 | -4/+4 |
2009-03-30 | i2c-i801: Instantiate FSC hardware montioring chips | Hans de Goede | 1 | -0/+77 |
2009-01-26 | i2c: Delete many unused adapter IDs | Jean Delvare | 1 | -1/+0 |
2009-01-07 | Input: apanel - convert to new i2c binding | Jean Delvare | 1 | -1/+49 |
2008-10-22 | i2c-i801: Add support for Intel Ibex Peak | Seth Heasley | 1 | -0/+3 |
2008-07-15 | i2c: Drop stray references to lm_sensors | Jean Delvare | 1 | -2/+0 |
2008-07-15 | i2c: Check for ACPI resource conflicts | Jean Delvare | 1 | -0/+5 |
2008-07-15 | i2c-i801: Fix handling of error conditions | Jean Delvare | 1 | -98/+102 |
2008-07-15 | i2c-i801: Rename local variable temp to status | Jean Delvare | 1 | -33/+33 |
2008-07-15 | i2c-i801: Properly report bus arbitration loss | Jean Delvare | 1 | -6/+4 |
2008-07-15 | i2c-i801: Remove verbose debugging messages | Jean Delvare | 1 | -18/+0 |
2008-07-15 | i2c: Let bus drivers add SPD to their class | Jean Delvare | 1 | -1/+1 |
2008-07-15 | i2c: Consistently reject unsupported transactions | Jean Delvare | 1 | -1/+0 |
2008-07-15 | i2c: Bus drivers return -Errno not -1 | David Brownell | 1 | -21/+23 |
2008-02-24 | i2c-i801: Add support for the ICH10 | Gaston, Jason D | 1 | -2/+8 |