index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-09
i2c: i801: enable Intel BayTrail SMBUS
Chew, Kean ho
2
-0
/
+4
2014-03-09
i2c: designware-pci: Add Baytrail PCI IDs
Mika Westerberg
1
-2
/
+19
2014-03-09
i2c: designware-pci: Cleanup driver power management
Mika Westerberg
1
-50
/
+7
2014-03-09
i2c: designware: make SCL and SDA falling time configurable
Romain Baeriswyl
3
-11
/
+25
2014-03-09
i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driver
Sonic Zhang
1
-14
/
+0
2014-03-09
i2c: bfin-twi: move bits macros and structs in header from arch include to generic include
Sonic Zhang
1
-2
/
+2
2014-03-06
i2c: mv64xxx: fix circular Kconfig dependency
Wolfram Sang
1
-2
/
+1
2014-03-05
i2c: mv64xxx: Add support for the Allwinner A31 I2C driver
Maxime Ripard
1
-0
/
+11
2014-03-05
i2c: mv64xxx: Add reset deassert call
Maxime Ripard
2
-2
/
+20
2014-03-05
i2c: i2c-rcar: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-tegra: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-stu300: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-ocores: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-nomadik: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-bfin-twi: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-at91: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: i2c-omap: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: add deprecation warning for class based instantiation
Wolfram Sang
1
-0
/
+7
2014-03-05
i2c: nomadik: Remove busy check for transfers at suspend late
Ulf Hansson
1
-13
/
+0
2014-03-05
i2c: nomadik: Convert to late and early system PM callbacks
Ulf Hansson
1
-14
/
+4
2014-03-05
i2c: nomadik: Fixup deployment of runtime PM
Ulf Hansson
1
-26
/
+51
2014-03-05
i2c: nomadik: Remove redundant call to pm_runtime_disable
Ulf Hansson
1
-1
/
+0
2014-03-05
i2c: nomadik: Convert to devm functions
Ulf Hansson
1
-21
/
+10
2014-03-05
i2c: nomadik: factor platform data into state container
Linus Walleij
1
-73
/
+42
2014-02-26
i2c: rcar: add compatible entry for r8a7791
Wolfram Sang
1
-0
/
+1
2014-02-15
i2c: mv64xxx: refactor message start to ensure proper initialization
Wolfram Sang
1
-19
/
+14
2014-01-29
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
46
-75
/
+48
2014-01-29
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
13
-22
/
+21
2014-01-29
Update Jean Delvare's e-mail address
Jean Delvare
13
-22
/
+21
2014-01-26
i2c: rcar: fix NACK error code
Ben Dooks
1
-2
/
+2
2014-01-26
i2c: rcar: use devm_clk_get to ensure clock is properly ref-counted
Ben Dooks
1
-8
/
+9
2014-01-26
i2c: rcar: do not print error if device nacks transfer
Ben Dooks
1
-1
/
+1
2014-01-24
Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+11
2014-01-24
i2c: rely on driver core when sanitizing devices
Wolfram Sang
1
-9
/
+4
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
43
-43
/
+0
2014-01-24
i2c: acorn: is tristate and should use module.h
Paul Gortmaker
1
-1
/
+1
2014-01-24
i2c: piix4: Standardize log messages
Jean Delvare
1
-6
/
+6
2014-01-24
i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
Shane Huang
1
-1
/
+2
2014-01-24
i2c: piix4: Add support for AMD ML and CZ SMBus changes
Shane Huang
2
-5
/
+24
2014-01-23
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-3
/
+10
2014-01-23
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+5
2014-01-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2
-2
/
+2
2014-01-16
ACPI: fix module autoloading for ACPI enumerated devices
Zhang Rui
1
-0
/
+11
2014-01-16
i2c: s3c2410: fix quirk usage for 64-bit
Pankaj Dubey
1
-3
/
+3
2014-01-16
i2c: pnx: Use devm_*() functions
Jingoo Han
1
-51
/
+13
2014-01-16
i2c: at91: add a new compatibility string for the at91sam9261
jean-jacques hiblot
1
-0
/
+3
2014-01-14
Merge tag 'mvebu-fixes-3.13' of git://git.infradead.org/linux-mvebu into next/fixes-non-critical
Kevin Hilman
1
-0
/
+5
2014-01-14
i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs
Gregory CLEMENT
1
-0
/
+5
2014-01-13
i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction type
robert.valiquette@intel.com
1
-0
/
+37
2014-01-13
i2c: Add bus driver for for OSIF USB i2c device.
Andrew Lunn
3
-0
/
+213
[prev]
[next]