aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17i2c: designware: fix wrong Tx/Rx FIFO for ACPITin Huynh1-7/+24
2016-12-17i2c: xgene: Fix missing code of DTB supportTin Huynh1-0/+1
2016-12-17i2c: octeon: thunderx: Limit register access retriesJan Glauber2-6/+19
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds23-263/+1604
2016-12-11i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gao Pan1-9/+15
2016-12-11i2c: octeon: thunderx: Remove double-check after interruptJan Glauber1-41/+2
2016-12-11i2c: octeon: thunderx: TWSI software reset in recoveryJan Glauber1-0/+3
2016-12-11i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUsJan Kotas1-1/+1
2016-12-11i2c: sh_mobile: Add per-Generation fallback bindingsSimon Horman1-1/+3
2016-12-11i2c: rcar: Add per-Generation fallback bindingsSimon Horman1-1/+4
2016-12-01i2c: imx-lpi2c: add low power i2c bus driverGao Pan3-0/+657
2016-12-01i2c: designware-pcidrv: Add 10bit address feature to medfield/merrifieldAlexander Stein1-0/+2
2016-12-01i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier2-1/+16
2016-12-01i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier1-2/+9
2016-11-29i2c: qup: support SMBus block readNaveen Kaje1-3/+61
2016-11-29i2c: qup: add ACPI supportNaveen Kaje1-16/+42
2016-11-29i2c: designware: Consolidate default functionality bitsAlexander Stein3-16/+10
2016-11-29Revert "i2c: octeon: thunderx: Limit register access retries"Jan Glauber2-19/+12
2016-11-25Revert "i2c: designware: do not disable adapter after transfer"Jarkko Nikula1-37/+18
2016-11-24i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires1-25/+7
2016-11-24i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0Benjamin Tissoires1-4/+6
2016-11-24i2c: i801: use the BIT() macro for FEATURES_* alsoBenjamin Tissoires1-8/+8
2016-11-24i2c: i801: use BIT() macro for bits definitionBenjamin Tissoires1-26/+26
2016-11-24i2c: i801: minor formatting issuesBenjamin Tissoires1-4/+2
2016-11-24i2c: i801: store and restore the SLVCMD register at load and unloadBenjamin Tissoires1-1/+16
2016-11-24i2c: mlxcpld: add master driver for mellanox systemsVadim Pasternak3-0/+516
2016-11-24i2c: designware: fix rx fifo depth trackingRussell King1-1/+1
2016-11-24i2c: designware: report short transfersRussell King1-1/+6
2016-11-18i2c: xlp9xx: ACPI support for I2C clientsTanmay Jagdale1-0/+1
2016-11-18i2c: uniphier-f: rename jump label to follow coding style guidelineMasahiro Yamada1-3/+3
2016-11-18i2c: uniphier: rename jump label to follow coding style guidelineMasahiro Yamada1-3/+3
2016-11-18i2c: designware: Allow reduce bus speed by "clock-frequency" propertyJarkko Nikula1-5/+10
2016-11-18i2c: designware: Implement support for SMBus block read and writeTin Huynh3-3/+45
2016-11-18i2c: constify i2c_adapter_quirks structuresJulia Lawall4-4/+4
2016-11-18i2c: digicolor: use clk_disable_unprepare instead of clk_unprepareWei Yongjun1-1/+1
2016-11-18i2c: i2c-pxa-pci; make explicitly non-modularPaul Gortmaker1-23/+9
2016-11-07i2c: bcm2835: Add support for dynamic clockNoralf Trønnes1-19/+32
2016-11-07i2c: bcm2835: Support i2c-dev ioctl I2C_TIMEOUTNoralf Trønnes1-3/+1
2016-11-07i2c: bcm2835: Add support for Repeated Start ConditionNoralf Trønnes1-38/+63
2016-11-07i2c: bcm2835: Can't support I2C_M_IGNORE_NAKNoralf Trønnes1-4/+0
2016-11-07i2c: bcm2835: Use dev_dbg logging on transfer errorsNoralf Trønnes1-1/+1
2016-11-07i2c: bcm2835: Protect against unexpected TXW/RXR interruptsNoralf Trønnes1-9/+31
2016-11-07i2c: bcm2835: Fix hang for writing messages larger than 16 bytesNoralf Trønnes1-8/+14
2016-10-25i2c: imx: defer probe if bus recovery GPIOs are not readyStefan Agner1-4/+7
2016-10-25i2c: designware: Avoid aborted transfers with fast reacting I2C slavesJarkko Nikula1-3/+14
2016-10-25i2c: i801: Fix I2C Block Read on 8-Series/C220 and laterJean Delvare1-3/+13
2016-10-25i2c: xgene: Avoid dma_buffer overrunHoan Tran1-1/+1
2016-10-25i2c: digicolor: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-25i2c: xlr: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-25i2c: xlp9xx: Fix module autoloadJavier Martinez Canillas1-0/+1