index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-i801.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i2c-i801: Handle multiple instances instead of keeping global state
David Woodhouse
2010-10-31
1
-144
/
+175
*
i2c-i801: Add Intel Patsburg device ID
Seth Heasley
2010-10-31
1
-0
/
+2
*
PCI: update Intel chipset names and defines
Seth Heasley
2010-10-17
1
-5
/
+5
*
hwmon: Fix autoloading of fschmd on recent Fujitsu machines
Jean Delvare
2010-07-09
1
-6
/
+2
*
i2c-i801: Fix all checkpatch warnings
Ivo Manca
2010-05-21
1
-10
/
+10
*
i2c-i801: All newer devices have all the optional features
Jean Delvare
2010-05-21
1
-12
/
+6
*
i2c-i801: Let the user disable selected driver features
Jean Delvare
2010-05-21
1
-1
/
+20
*
i2c-i801: Don't use the block buffer for I2C block writes
Jean Delvare
2010-03-13
1
-2
/
+4
*
i2c-i801: Add Intel Cougar Point device IDs
Seth Heasley
2010-03-02
1
-1
/
+4
*
i2c: Make PCI device ids constant
Márton Németh
2010-03-02
1
-1
/
+1
*
i2c-i801: Retry on lost arbitration
Jean Delvare
2009-12-06
1
-0
/
+3
*
i2c: Hide probe errors caused by ACPI resource conflicts
Jean Delvare
2009-10-04
1
-1
/
+3
*
i2c: Timeouts off by 1
Roel Kluin
2009-05-05
1
-4
/
+4
*
i2c-i801: Instantiate FSC hardware montioring chips
Hans de Goede
2009-03-30
1
-0
/
+77
*
i2c: Delete many unused adapter IDs
Jean Delvare
2009-01-26
1
-1
/
+0
*
Input: apanel - convert to new i2c binding
Jean Delvare
2009-01-07
1
-1
/
+49
*
i2c-i801: Add support for Intel Ibex Peak
Seth Heasley
2008-10-22
1
-0
/
+3
*
i2c: Drop stray references to lm_sensors
Jean Delvare
2008-07-14
1
-2
/
+0
*
i2c: Check for ACPI resource conflicts
Jean Delvare
2008-07-14
1
-0
/
+5
*
i2c-i801: Fix handling of error conditions
Jean Delvare
2008-07-14
1
-98
/
+102
*
i2c-i801: Rename local variable temp to status
Jean Delvare
2008-07-14
1
-33
/
+33
*
i2c-i801: Properly report bus arbitration loss
Jean Delvare
2008-07-14
1
-6
/
+4
*
i2c-i801: Remove verbose debugging messages
Jean Delvare
2008-07-14
1
-18
/
+0
*
i2c: Let bus drivers add SPD to their class
Jean Delvare
2008-07-14
1
-1
/
+1
*
i2c: Consistently reject unsupported transactions
Jean Delvare
2008-07-14
1
-1
/
+0
*
i2c: Bus drivers return -Errno not -1
David Brownell
2008-07-14
1
-21
/
+23
*
i2c-i801: Add support for the ICH10
Gaston, Jason D
2008-02-24
1
-2
/
+8
*
i2c-i801: Implement I2C block read support
Jean Delvare
2008-01-27
1
-25
/
+54
*
i2c-i801: Clear special mode bits as needed
Jean Delvare
2008-01-27
1
-1
/
+6
*
i2c-i801: More explicit names for chip features
Jean Delvare
2008-01-27
1
-9
/
+15
*
i2c-i801: Document which chip support what feature
Jean Delvare
2008-01-27
1
-24
/
+33
*
i2c: Rename the PEC functionality bit
David Brownell
2007-10-13
1
-1
/
+1
*
i2c-i801: Add support for the Intel Tolapai SMBus
Jason Gaston
2007-10-13
1
-0
/
+3
*
i2c-i801: Typo: erroneous
Jean Delvare
2007-08-14
1
-2
/
+2
*
i2c-i801: Use the internal 32-byte buffer on ICH4+
Oleg Ryjkov
2007-07-12
1
-51
/
+100
*
i2c-i801: Various cleanups
Oleg Ryjkov
2007-07-12
1
-41
/
+75
*
i2c: Shrink struct i2c_client
David Brownell
2007-05-01
1
-1
/
+1
*
i2c-i801: Restore the device state before leaving
Jean Delvare
2007-03-22
1
-0
/
+25
*
Replace remaining references to "driverfs" with "sysfs".
Robert P. J. Day
2007-02-17
1
-1
/
+1
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
i2c: Add IDs to adapters
Stephen Hemminger
2007-02-13
1
-0
/
+1
*
i2c-i801: Spelling fix
Jean Delvare
2007-02-13
1
-1
/
+1
*
i2c: Enable PEC on more i2c-i801 devices
Jean Delvare
2006-12-10
1
-4
/
+12
*
i2c-i801: SMBus patch for Intel ICH9
Jason Gaston
2006-12-01
1
-0
/
+2
*
i2c: Constify i2c_algorithm declarations, part 2
Jean Delvare
2006-09-26
1
-1
/
+1
*
[PATCH] i2c-801: 64bit resource fix
Andrew Morton
2006-06-30
1
-2
/
+2
*
[PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabled
Daniel Ritz
2006-06-27
1
-6
/
+10
*
[PATCH] i2c-i801: Merge setup function
Jean Delvare
2006-06-22
1
-66
/
+55
*
[PATCH] i2c-i801: Better pci subsystem integration
Jean Delvare
2006-06-22
1
-11
/
+27
*
[PATCH] i2c-i801: Cleanups
Jean Delvare
2006-06-22
1
-19
/
+13
[prev]
[next]