aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2016-12-18i2c: mux: mlxcpld: fix i2c mux selection cachingGravatar Peter Rosin 1-11/+13
2016-12-17i2c: designware: fix wrong Tx/Rx FIFO for ACPIGravatar Tin Huynh 1-7/+24
2016-12-17i2c: xgene: Fix missing code of DTB supportGravatar Tin Huynh 1-0/+1
2016-12-17i2c: mux: pca954x: fix i2c mux selection cachingGravatar Russell King 1-1/+4
2016-12-17i2c: octeon: thunderx: Limit register access retriesGravatar Jan Glauber 2-6/+19
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+2
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 31-379/+2066
2016-12-11i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gravatar Gao Pan 1-9/+15
2016-12-11i2c: octeon: thunderx: Remove double-check after interruptGravatar Jan Glauber 1-41/+2
2016-12-11i2c: octeon: thunderx: TWSI software reset in recoveryGravatar Jan Glauber 1-0/+3
2016-12-11i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUsGravatar Jan Kotas 1-1/+1
2016-12-11i2c: sh_mobile: Add per-Generation fallback bindingsGravatar Simon Horman 1-1/+3
2016-12-11i2c: rcar: Add per-Generation fallback bindingsGravatar Simon Horman 1-1/+4
2016-12-09tracing: Have the reg function allow to failGravatar Steven Rostedt (Red Hat) 1-1/+2
2016-12-01i2c: imx-lpi2c: add low power i2c bus driverGravatar Gao Pan 3-0/+657
2016-12-01i2c: designware-pcidrv: Add 10bit address feature to medfield/merrifieldGravatar Alexander Stein 1-0/+2
2016-12-01i2c: pxa: Add support for the I2C units found in Armada 3700Gravatar Romain Perier 2-1/+16
2016-12-01i2c: pxa: Add definition of fast and high speed modes via the regs layoutGravatar Romain Perier 1-2/+9
2016-11-29i2c: qup: support SMBus block readGravatar Naveen Kaje 1-3/+61
2016-11-29i2c: qup: add ACPI supportGravatar Naveen Kaje 1-16/+42
2016-11-29i2c: designware: Consolidate default functionality bitsGravatar Alexander Stein 3-16/+10
2016-11-29i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleepGravatar Peter Rosin 1-4/+14
2016-11-29i2c: mux: pca954x: Add ACPI support for pca954xGravatar tnhuynh@apm.com 1-1/+27
2016-11-29Revert "i2c: octeon: thunderx: Limit register access retries"Gravatar Jan Glauber 2-19/+12
2016-11-25Revert "i2c: designware: do not disable adapter after transfer"Gravatar Jarkko Nikula 1-37/+18
2016-11-24i2c: use an IRQ to report Host Notify events, not alertGravatar Benjamin Tissoires 4-127/+121
2016-11-24i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0Gravatar Benjamin Tissoires 1-4/+6
2016-11-24i2c: i801: use the BIT() macro for FEATURES_* alsoGravatar Benjamin Tissoires 1-8/+8
2016-11-24i2c: i801: use BIT() macro for bits definitionGravatar Benjamin Tissoires 1-26/+26
2016-11-24i2c: i801: minor formatting issuesGravatar Benjamin Tissoires 1-4/+2
2016-11-24i2c: i801: store and restore the SLVCMD register at load and unloadGravatar Benjamin Tissoires 1-1/+16
2016-11-24i2c: mlxcpld: add master driver for mellanox systemsGravatar Vadim Pasternak 3-0/+516
2016-11-24i2c: designware: fix rx fifo depth trackingGravatar Russell King 1-1/+1
2016-11-24i2c: designware: report short transfersGravatar Russell King 1-1/+6
2016-11-19i2c: i2c-mux-pca954x: fix deselect enabling for device-treeGravatar Alex Hemme 1-2/+2
2016-11-18i2c: xlp9xx: ACPI support for I2C clientsGravatar Tanmay Jagdale 1-0/+1
2016-11-18i2c: uniphier-f: rename jump label to follow coding style guidelineGravatar Masahiro Yamada 1-3/+3
2016-11-18i2c: uniphier: rename jump label to follow coding style guidelineGravatar Masahiro Yamada 1-3/+3
2016-11-18i2c: designware: Allow reduce bus speed by "clock-frequency" propertyGravatar Jarkko Nikula 1-5/+10
2016-11-18i2c: designware: Implement support for SMBus block read and writeGravatar Tin Huynh 3-3/+45
2016-11-18i2c: constify i2c_adapter_quirks structuresGravatar Julia Lawall 4-4/+4
2016-11-18i2c: digicolor: use clk_disable_unprepare instead of clk_unprepareGravatar Wei Yongjun 1-1/+1
2016-11-18i2c: i2c-pxa-pci; make explicitly non-modularGravatar Paul Gortmaker 1-23/+9
2016-11-17i2c: mux: mellanox: add driverGravatar Vadim Pasternak 3-0/+232
2016-11-17i2c: Provide a temporary .probe_new() call-back typeGravatar Lee Jones 1-3/+12
2016-11-17i2c: Export i2c_match_id() for direct use by device driversGravatar Lee Jones 1-1/+2
2016-11-17i2c: Make I2C ID tables non-mandatory for DT'ed devicesGravatar Lee Jones 1-2/+10
2016-11-17i2c: Match using traditional OF methods, then by vendor-less compatible stringsGravatar Lee Jones 1-0/+16
2016-11-17i2c: Add the ability to match device to compatible string without an of_nodeGravatar Lee Jones 1-0/+30
2016-11-14i2c: mux: fix up dependenciesGravatar Linus Walleij 2-1/+1