aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-i801.c
AgeCommit message (Expand)Author
2012-03-26i2c-i801: Use usleep_range to wait for command completionJean Delvare
2012-03-26i2c-i801: Add device IDs for Intel Lynx PointSeth Heasley
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin
2011-05-24i2c-i801: Don't depend on other kernel driver config optionsJean Delvare
2011-05-24i2c-i801: Check for vendor Fujitsu before probing for apanelJean Delvare
2011-05-24i2c-i801: Don't probe for slaves on IDF channelsJean Delvare
2011-05-24i2c-i801: SMBus patch for Intel Panther Point DeviceIDsSeth Heasley
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-05-01i2c-i801: Move device ID definitions to driverJean Delvare
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-20i2c-i801: SMBus patch for Intel DH89xxCC DeviceIDsSeth Heasley
2011-01-10i2c-i801: Include <linux/slab.h>Ben Hutchings
2010-10-31i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllersDavid Woodhouse
2010-10-31i2c-i801: Handle multiple instances instead of keeping global stateDavid Woodhouse
2010-10-31i2c-i801: Add Intel Patsburg device IDSeth Heasley
2010-10-17PCI: update Intel chipset names and definesSeth Heasley
2010-07-09hwmon: Fix autoloading of fschmd on recent Fujitsu machinesJean Delvare
2010-05-21i2c-i801: Fix all checkpatch warningsIvo Manca
2010-05-21i2c-i801: All newer devices have all the optional featuresJean Delvare
2010-05-21i2c-i801: Let the user disable selected driver featuresJean Delvare
2010-03-13i2c-i801: Don't use the block buffer for I2C block writesJean Delvare
2010-03-02i2c-i801: Add Intel Cougar Point device IDsSeth Heasley
2010-03-02i2c: Make PCI device ids constantMárton Németh
2009-12-06i2c-i801: Retry on lost arbitrationJean Delvare
2009-10-04i2c: Hide probe errors caused by ACPI resource conflictsJean Delvare
2009-05-05i2c: Timeouts off by 1Roel Kluin
2009-03-30i2c-i801: Instantiate FSC hardware montioring chipsHans de Goede
2009-01-26i2c: Delete many unused adapter IDsJean Delvare
2009-01-07Input: apanel - convert to new i2c bindingJean Delvare
2008-10-22i2c-i801: Add support for Intel Ibex PeakSeth Heasley
2008-07-14i2c: Drop stray references to lm_sensorsJean Delvare
2008-07-14i2c: Check for ACPI resource conflictsJean Delvare
2008-07-14i2c-i801: Fix handling of error conditionsJean Delvare
2008-07-14i2c-i801: Rename local variable temp to statusJean Delvare
2008-07-14i2c-i801: Properly report bus arbitration lossJean Delvare
2008-07-14i2c-i801: Remove verbose debugging messagesJean Delvare
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare
2008-07-14i2c: Consistently reject unsupported transactionsJean Delvare
2008-07-14i2c: Bus drivers return -Errno not -1David Brownell
2008-02-24i2c-i801: Add support for the ICH10Gaston, Jason D
2008-01-27i2c-i801: Implement I2C block read supportJean Delvare
2008-01-27i2c-i801: Clear special mode bits as neededJean Delvare
2008-01-27i2c-i801: More explicit names for chip featuresJean Delvare
2008-01-27i2c-i801: Document which chip support what featureJean Delvare
2007-10-13i2c: Rename the PEC functionality bitDavid Brownell
2007-10-13i2c-i801: Add support for the Intel Tolapai SMBusJason Gaston
2007-08-14i2c-i801: Typo: erroneousJean Delvare
2007-07-12i2c-i801: Use the internal 32-byte buffer on ICH4+Oleg Ryjkov
2007-07-12i2c-i801: Various cleanupsOleg Ryjkov
2007-05-01i2c: Shrink struct i2c_clientDavid Brownell