summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-18i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin
2016-12-17i2c: designware: fix wrong Tx/Rx FIFO for ACPITin Huynh
2016-12-17i2c: xgene: Fix missing code of DTB supportTin Huynh
2016-12-17i2c: mux: pca954x: fix i2c mux selection cachingRussell King
2016-12-17i2c: octeon: thunderx: Limit register access retriesJan Glauber
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-11i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gao Pan
2016-12-11i2c: octeon: thunderx: Remove double-check after interruptJan Glauber
2016-12-11i2c: octeon: thunderx: TWSI software reset in recoveryJan Glauber
2016-12-11i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUsJan Kotas
2016-12-11i2c: sh_mobile: Add per-Generation fallback bindingsSimon Horman
2016-12-11i2c: rcar: Add per-Generation fallback bindingsSimon Horman
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)
2016-12-01i2c: imx-lpi2c: add low power i2c bus driverGao Pan
2016-12-01i2c: designware-pcidrv: Add 10bit address feature to medfield/merrifieldAlexander Stein
2016-12-01i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier
2016-12-01i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier
2016-11-29i2c: qup: support SMBus block readNaveen Kaje
2016-11-29i2c: qup: add ACPI supportNaveen Kaje
2016-11-29i2c: designware: Consolidate default functionality bitsAlexander Stein
2016-11-29i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleepPeter Rosin
2016-11-29i2c: mux: pca954x: Add ACPI support for pca954xtnhuynh@apm.com
2016-11-29Revert "i2c: octeon: thunderx: Limit register access retries"Jan Glauber
2016-11-25Revert "i2c: designware: do not disable adapter after transfer"Jarkko Nikula
2016-11-24i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires
2016-11-24i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0Benjamin Tissoires
2016-11-24i2c: i801: use the BIT() macro for FEATURES_* alsoBenjamin Tissoires
2016-11-24i2c: i801: use BIT() macro for bits definitionBenjamin Tissoires
2016-11-24i2c: i801: minor formatting issuesBenjamin Tissoires
2016-11-24i2c: i801: store and restore the SLVCMD register at load and unloadBenjamin Tissoires
2016-11-24i2c: mlxcpld: add master driver for mellanox systemsVadim Pasternak
2016-11-24i2c: designware: fix rx fifo depth trackingRussell King
2016-11-24i2c: designware: report short transfersRussell King
2016-11-19i2c: i2c-mux-pca954x: fix deselect enabling for device-treeAlex Hemme
2016-11-18i2c: xlp9xx: ACPI support for I2C clientsTanmay Jagdale
2016-11-18i2c: uniphier-f: rename jump label to follow coding style guidelineMasahiro Yamada
2016-11-18i2c: uniphier: rename jump label to follow coding style guidelineMasahiro Yamada
2016-11-18i2c: designware: Allow reduce bus speed by "clock-frequency" propertyJarkko Nikula
2016-11-18i2c: designware: Implement support for SMBus block read and writeTin Huynh
2016-11-18i2c: constify i2c_adapter_quirks structuresJulia Lawall
2016-11-18i2c: digicolor: use clk_disable_unprepare instead of clk_unprepareWei Yongjun
2016-11-18i2c: i2c-pxa-pci; make explicitly non-modularPaul Gortmaker
2016-11-17i2c: mux: mellanox: add driverVadim Pasternak
2016-11-17i2c: Provide a temporary .probe_new() call-back typeLee Jones
2016-11-17i2c: Export i2c_match_id() for direct use by device driversLee Jones
2016-11-17i2c: Make I2C ID tables non-mandatory for DT'ed devicesLee Jones
2016-11-17i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones
2016-11-17i2c: Add the ability to match device to compatible string without an of_nodeLee Jones