aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-i801.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-06i2c-i801: Retry on lost arbitrationGravatar Jean Delvare 1-0/+3
2009-10-04i2c: Hide probe errors caused by ACPI resource conflictsGravatar Jean Delvare 1-1/+3
2009-05-05i2c: Timeouts off by 1Gravatar Roel Kluin 1-4/+4
2009-03-30i2c-i801: Instantiate FSC hardware montioring chipsGravatar Hans de Goede 1-0/+77
2009-01-26i2c: Delete many unused adapter IDsGravatar Jean Delvare 1-1/+0
2009-01-07Input: apanel - convert to new i2c bindingGravatar Jean Delvare 1-1/+49
2008-10-22i2c-i801: Add support for Intel Ibex PeakGravatar Seth Heasley 1-0/+3
2008-07-14i2c: Drop stray references to lm_sensorsGravatar Jean Delvare 1-2/+0
2008-07-14i2c: Check for ACPI resource conflictsGravatar Jean Delvare 1-0/+5
2008-07-14i2c-i801: Fix handling of error conditionsGravatar Jean Delvare 1-98/+102
2008-07-14i2c-i801: Rename local variable temp to statusGravatar Jean Delvare 1-33/+33
2008-07-14i2c-i801: Properly report bus arbitration lossGravatar Jean Delvare 1-6/+4
2008-07-14i2c-i801: Remove verbose debugging messagesGravatar Jean Delvare 1-18/+0
2008-07-14i2c: Let bus drivers add SPD to their classGravatar Jean Delvare 1-1/+1
2008-07-14i2c: Consistently reject unsupported transactionsGravatar Jean Delvare 1-1/+0
2008-07-14i2c: Bus drivers return -Errno not -1Gravatar David Brownell 1-21/+23
2008-02-24i2c-i801: Add support for the ICH10Gravatar Gaston, Jason D 1-2/+8
2008-01-27i2c-i801: Implement I2C block read supportGravatar Jean Delvare 1-25/+54
2008-01-27i2c-i801: Clear special mode bits as neededGravatar Jean Delvare 1-1/+6
2008-01-27i2c-i801: More explicit names for chip featuresGravatar Jean Delvare 1-9/+15
2008-01-27i2c-i801: Document which chip support what featureGravatar Jean Delvare 1-24/+33
2007-10-13i2c: Rename the PEC functionality bitGravatar David Brownell 1-1/+1
2007-10-13i2c-i801: Add support for the Intel Tolapai SMBusGravatar Jason Gaston 1-0/+3
2007-08-14i2c-i801: Typo: erroneousGravatar Jean Delvare 1-2/+2
2007-07-12i2c-i801: Use the internal 32-byte buffer on ICH4+Gravatar Oleg Ryjkov 1-51/+100
2007-07-12i2c-i801: Various cleanupsGravatar Oleg Ryjkov 1-41/+75
2007-05-01i2c: Shrink struct i2c_clientGravatar David Brownell 1-1/+1
2007-03-22i2c-i801: Restore the device state before leavingGravatar Jean Delvare 1-0/+25
2007-02-17Replace remaining references to "driverfs" with "sysfs".Gravatar Robert P. J. Day 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-13i2c: Add IDs to adaptersGravatar Stephen Hemminger 1-0/+1
2007-02-13i2c-i801: Spelling fixGravatar Jean Delvare 1-1/+1
2006-12-10i2c: Enable PEC on more i2c-i801 devicesGravatar Jean Delvare 1-4/+12
2006-12-01i2c-i801: SMBus patch for Intel ICH9Gravatar Jason Gaston 1-0/+2
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Gravatar Jean Delvare 1-1/+1
2006-06-30[PATCH] i2c-801: 64bit resource fixGravatar Andrew Morton 1-2/+2
2006-06-27[PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabledGravatar Daniel Ritz 1-6/+10
2006-06-22[PATCH] i2c-i801: Merge setup functionGravatar Jean Delvare 1-66/+55
2006-06-22[PATCH] i2c-i801: Better pci subsystem integrationGravatar Jean Delvare 1-11/+27
2006-06-22[PATCH] i2c-i801: CleanupsGravatar Jean Delvare 1-19/+13
2006-06-22[PATCH] i2c-i801: Remove PCI function checkGravatar Jean Delvare 1-4/+0
2006-06-22[PATCH] i2c-i801: Remove force_addr parameterGravatar Jean Delvare 1-28/+7
2006-06-22[PATCH] i2c-i801: Fix block transaction poll loopsGravatar Jean Delvare 1-2/+2
2006-04-20[PATCH] i2c-i801: Fix resume when PEC is usedGravatar Jean Delvare 1-0/+5
2006-02-06[PATCH] i2c-i801: I2C patch for Intel ICH8Gravatar Jason Gaston 1-0/+2
2006-01-05[PATCH] i2c: i2c-i801 explicitly enables/disables PECGravatar Mark M. Hoffman 1-5/+1
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGravatar Greg Kroah-Hartman 1-1/+0
2005-10-28[PATCH] i2c: i2c-i801 PEC code cleanupsGravatar Jean Delvare 1-14/+10
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 3 of 3Gravatar Jean Delvare 1-8/+5
2005-10-28[PATCH] i2c: SMBus PEC support rewrite, 1 of 3Gravatar Jean Delvare 1-2/+1