index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-i801.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-29
Update Jean Delvare's e-mail address
Jean Delvare
1
-3
/
+2
2013-11-14
i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCH
James Ralston
1
-0
/
+3
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-2
/
+0
2013-06-20
i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDs
Seth Heasley
1
-0
/
+3
2013-05-18
i2c: i801: Document feature bits in modinfo
Jean Delvare
1
-1
/
+5
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-1
/
+0
2013-02-15
i2c: i801: Add Device IDs for Intel Wellsburg PCH
James Ralston
1
-0
/
+15
2013-02-08
i2c: i801: SMBus patch for Intel Avoton DeviceIDs
Seth Heasley
1
-0
/
+3
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-15
/
+13
2012-12-17
i2c-i801: Enable interrupts for all post-ICH5 chips
Jean Delvare
1
-10
/
+1
2012-12-17
i2c-i801: Add device tree support
Thierry Reding
1
-0
/
+2
2012-10-29
i2c-i801: Fix comment
Jean Delvare
1
-1
/
+1
2012-10-29
i2c-i801: Simplify dependency towards GPIOLIB
Jean Delvare
1
-3
/
+6
2012-10-06
i2c-i801: Let i2c-mux-gpio find the GPIO chip
Jean Delvare
1
-33
/
+4
2012-10-06
i2c-i801: Support SMBus multiplexing on Asus Z8 series
Jean Delvare
1
-1
/
+213
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
[next]