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
2016-09-29
i2c: i801: Do not create iTCO watchdog when WDAT table exists
Mika Westerberg
1
-1
/
+3
2016-07-26
i2c: i801: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-6
/
+3
2016-07-05
i2c: i801: add support of Host Notify
Benjamin Tissoires
1
-3
/
+85
2016-07-01
i2c: i801: recover from hardware PEC errors
Ellen Wang
1
-2
/
+51
2016-06-13
i2c: i801: Drop needless bit-wise OR
Jean Delvare
1
-1
/
+1
2016-06-09
i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
Mika Westerberg
1
-3
/
+96
2016-04-13
i2c: i801: Add runtime PM support with autosuspend
Jarkko Nikula
1
-6
/
+22
2016-04-13
i2c: i801: Convert to struct dev_pm_ops for suspend/resume
Jarkko Nikula
1
-13
/
+11
2016-03-22
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+4
2016-03-12
i2c: i801: sort IDs alphabetically
Andy Shevchenko
1
-4
/
+4
2016-02-18
i2c: i801: Adding Intel Lewisburg support for iTCO
Alexandra Yates
1
-0
/
+2
2015-11-20
i2c: i801: add Intel Lewisburg device IDs
Alexandra Yates
1
-0
/
+6
2015-10-25
i2c: add ACPI support for I2C mux ports
Dustin Byford
1
-6
/
+3
2015-10-23
i2c: i801: Add support for Intel Broxton
Jarkko Nikula
1
-0
/
+3
2015-10-23
i2c: i801: Add support for Intel DNV
Mika Westerberg
1
-0
/
+4
2015-08-11
i2c: i801: Create iTCO device on newer Intel PCHs
Mika Westerberg
1
-1
/
+119
2015-03-09
i2c: i801: Use managed pcim_* PCI device initialization and reservation
Jarkko Nikula
1
-16
/
+9
2015-03-09
i2c: i801: Remove pci_enable_device() call from i801_resume()
Jarkko Nikula
1
-1
/
+1
2015-03-09
i2c: i801: Use managed devm_* memory and irq allocation
Jarkko Nikula
1
-11
/
+6
2015-03-09
i2c: i801: Remove i801_driver forward declaration
Jarkko Nikula
1
-4
/
+2
2015-03-09
i2c: i801: Don't break user-visible strings
Jarkko Nikula
1
-4
/
+5
2014-11-12
i2c: i801: Add DeviceIDs for SunrisePoint LP
Devin Ryles
1
-0
/
+3
2014-11-12
i2c: i801: Drop useless debug message
Jean Delvare
1
-3
/
+0
2014-11-12
i2c: i801: Check if interrupts are disabled
Jean Delvare
1
-0
/
+20
2014-11-12
i2c: i801: Fallback to polling if request_irq() fails
Jean Delvare
1
-3
/
+3
2014-11-12
i2c: i801: Use wait_event_timeout to wait for interrupts
Jean Delvare
1
-3
/
+22
2014-11-07
i2c: remove FSF address
Wolfram Sang
1
-4
/
+0
2014-10-16
i2c: i801: Add Device IDs for Intel Sunrise Point PCH
james.d.ralston@intel.com
1
-0
/
+3
2014-08-19
i2c: i801: Add PCI ID for Intel Braswell
Alan Cox
1
-0
/
+2
2014-07-17
i2c: i801: Add device ID for Intel Wildcat Point PCH
Jean Delvare
1
-0
/
+3
2014-07-17
i2c: i801: Fix the alignment of the device table
Jean Delvare
1
-68
/
+68
2014-03-13
i2c: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2014-03-10
i2c: i801: enable Intel BayTrail SMBUS
Chew, Kean ho
1
-0
/
+3
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
[next]