summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25i2c: s3c2410: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin1-8/+2
2016-04-25i2c: exynos5: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-codedAxel Lin1-8/+2
2016-04-25i2c: mux: pinctrl: fix indentation for better readabilityWolfram Sang1-7/+7
2016-04-24i2c: omap: drop the lock hard irq contextSebastian Andrzej Siewior1-11/+1
2016-04-24i2c: dln2: Pass forward ACPI companionIrina Tirdea1-0/+2
2016-04-22i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas1-5/+19
2016-04-22i2c: cpm: Fix build break due to incompatible pointer typesMichael Ellerman1-2/+2
2016-04-22i2c: mux: drop old unused i2c-mux apiPeter Rosin1-63/+0
2016-04-22i2c: i2c-mux-reg: convert to use an explicit i2c mux corePeter Rosin1-44/+25
2016-04-22i2c: i2c-mux-pca954x: convert to use an explicit i2c mux corePeter Rosin1-31/+30
2016-04-22i2c: i2c-mux-pca9541: convert to use an explicit i2c mux corePeter Rosin1-31/+27
2016-04-22i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux corePeter Rosin1-27/+20
2016-04-22i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux corePeter Rosin1-53/+30
2016-04-22i2c: i2c-mux-gpio: convert to use an explicit i2c mux corePeter Rosin1-33/+22
2016-04-22i2c: mux: add common data for every i2c-mux instancePeter Rosin1-41/+134
2016-04-14i2c: rk3x: switch to i2c generic dt parsingDavid Wu1-63/+24
2016-04-14i2c: octeon: Remove superfluous check in octeon_i2c_test_iflgJan Glauber1-2/+1
2016-04-14i2c: octeon: Introduce helper functions for register accessJan Glauber1-25/+31
2016-04-14i2c: octeon: Rename [read|write]_sw to reg_[read|write]Jan Glauber1-26/+26
2016-04-13i2c: octeon: Move set-clock and init-lowlevel upwardJan Glauber1-63/+63
2016-04-13i2c: octeon: Increase retry default and use fixed timeout valueJan Glauber1-1/+2
2016-04-13i2c: tegra: enable multi master mode for tegra210Shardar Shariff Md1-6/+68
2016-04-13i2c: ismt: Add Intel DNV PCI IDMika Westerberg1-0/+2
2016-04-13i2c: xlp9xx: add support for Broadcom VulcanTanmay Jagdale1-2/+2
2016-04-13i2c: rk3x: add support for rk3228Yakir Yang1-0/+1
2016-04-13i2c: i801: Add runtime PM support with autosuspendJarkko Nikula1-6/+22
2016-04-13i2c: i801: Convert to struct dev_pm_ops for suspend/resumeJarkko Nikula1-13/+11
2016-04-13i2c: let I2C masters ignore their children for PMLinus Walleij1-0/+1
2016-04-11i2c: st: use new 8 bit address helper functionWolfram Sang1-2/+1
2016-04-11i2c: sirf: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: sh_mobile: use new 8 bit address helper functionWolfram Sang1-2/+1
2016-04-11i2c: qup: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-11i2c: powermac: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: ocores: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: mt65xx: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: lpc2k: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: iop3xx: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: img-scb: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: ibm_iic: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-11i2c: cpm: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: brcmstb: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: bcm-kona: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: bcm-iproc: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-11i2c: core: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-09i2c: jz4780: really prevent potential division by zeroWolfram Sang1-1/+6
2016-04-09Revert "i2c: jz4780: prevent potential division by zero"Wolfram Sang1-1/+1
2016-04-07i2c: jz4780: prevent potential division by zeroWolfram Sang1-1/+1
2016-04-01i2c: mux: demux-pinctrl: Clean up sysfs attributesBen Hutchings1-10/+29
2016-03-30i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_COREWolfram Sang1-8/+2
2016-03-22Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-367/+1717