summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin2016-12-181-11/+13
* i2c: designware: fix wrong Tx/Rx FIFO for ACPITin Huynh2016-12-171-7/+24
* i2c: xgene: Fix missing code of DTB supportTin Huynh2016-12-171-0/+1
* i2c: mux: pca954x: fix i2c mux selection cachingRussell King2016-12-171-1/+4
* i2c: octeon: thunderx: Limit register access retriesJan Glauber2016-12-172-6/+19
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-1/+2
|\
| * tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-091-1/+2
* | Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-1531-379/+2066
|\ \
| * | i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gao Pan2016-12-111-9/+15
| * | i2c: octeon: thunderx: Remove double-check after interruptJan Glauber2016-12-111-41/+2
| * | i2c: octeon: thunderx: TWSI software reset in recoveryJan Glauber2016-12-111-0/+3
| * | i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUsJan Kotas2016-12-111-1/+1
| * | i2c: sh_mobile: Add per-Generation fallback bindingsSimon Horman2016-12-111-1/+3
| * | i2c: rcar: Add per-Generation fallback bindingsSimon Horman2016-12-111-1/+4
| * | i2c: imx-lpi2c: add low power i2c bus driverGao Pan2016-12-013-0/+657
| * | i2c: designware-pcidrv: Add 10bit address feature to medfield/merrifieldAlexander Stein2016-12-011-0/+2
| * | i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier2016-12-012-1/+16
| * | i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier2016-12-011-2/+9
| * | i2c: qup: support SMBus block readNaveen Kaje2016-11-291-3/+61
| * | i2c: qup: add ACPI supportNaveen Kaje2016-11-291-16/+42
| * | i2c: designware: Consolidate default functionality bitsAlexander Stein2016-11-293-16/+10
| * | i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleepPeter Rosin2016-11-291-4/+14
| * | i2c: mux: pca954x: Add ACPI support for pca954xtnhuynh@apm.com2016-11-291-1/+27
| * | i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires2016-11-244-127/+121
| * | i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0Benjamin Tissoires2016-11-241-4/+6
| * | i2c: i801: use the BIT() macro for FEATURES_* alsoBenjamin Tissoires2016-11-241-8/+8
| * | i2c: i801: use BIT() macro for bits definitionBenjamin Tissoires2016-11-241-26/+26
| * | i2c: i801: minor formatting issuesBenjamin Tissoires2016-11-241-4/+2
| * | i2c: i801: store and restore the SLVCMD register at load and unloadBenjamin Tissoires2016-11-241-1/+16
| * | i2c: mlxcpld: add master driver for mellanox systemsVadim Pasternak2016-11-243-0/+516
| * | i2c: xlp9xx: ACPI support for I2C clientsTanmay Jagdale2016-11-181-0/+1
| * | i2c: uniphier-f: rename jump label to follow coding style guidelineMasahiro Yamada2016-11-181-3/+3
| * | i2c: uniphier: rename jump label to follow coding style guidelineMasahiro Yamada2016-11-181-3/+3
| * | i2c: designware: Allow reduce bus speed by "clock-frequency" propertyJarkko Nikula2016-11-181-5/+10
| * | i2c: designware: Implement support for SMBus block read and writeTin Huynh2016-11-183-3/+45
| * | i2c: constify i2c_adapter_quirks structuresJulia Lawall2016-11-184-4/+4
| * | i2c: i2c-pxa-pci; make explicitly non-modularPaul Gortmaker2016-11-181-23/+9
| * | i2c: mux: mellanox: add driverVadim Pasternak2016-11-173-0/+232
| * | i2c: Provide a temporary .probe_new() call-back typeLee Jones2016-11-171-3/+12
| * | i2c: Export i2c_match_id() for direct use by device driversLee Jones2016-11-171-1/+2
| * | i2c: Make I2C ID tables non-mandatory for DT'ed devicesLee Jones2016-11-171-2/+10
| * | i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones2016-11-171-0/+16
| * | i2c: Add the ability to match device to compatible string without an of_nodeLee Jones2016-11-171-0/+30
| * | i2c: Add pointer dereference protection to i2c_match_id()Lee Jones2016-11-131-5/+7
| * | i2c: bcm2835: Add support for dynamic clockNoralf Trønnes2016-11-071-19/+32
| * | i2c: bcm2835: Support i2c-dev ioctl I2C_TIMEOUTNoralf Trønnes2016-11-071-3/+1
| * | i2c: bcm2835: Add support for Repeated Start ConditionNoralf Trønnes2016-11-071-38/+63
| * | i2c: bcm2835: Can't support I2C_M_IGNORE_NAKNoralf Trønnes2016-11-071-4/+0
| * | i2c: bcm2835: Use dev_dbg logging on transfer errorsNoralf Trønnes2016-11-071-1/+1
OpenPOWER on IntegriCloud