summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-2531-41/+1555
|\
| * i2c: thunderx: Replace pci_enable_msix()Jan Glauber2017-02-232-7/+3
| * i2c: exynos5: fix arbitration lost handlingAndrzej Hajda2017-02-231-1/+26
| * i2c: exynos5: disable fifo-almost-empty irq signal when necessaryAndrzej Hajda2017-02-231-1/+6
| * i2c: at91: ensure state is restored after suspendingAlexandre Belloni2017-02-201-0/+3
| * i2c: bcm2835: Avoid possible NULL ptr dereferenceStefan Wahren2017-02-201-1/+3
| * i2c: Add Tegra BPMP I2C proxy driverShardar Shariff Md2017-02-203-0/+358
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-02-101-4/+146
| |\
| | * i2c: mux: pca954x: Add interrupt controller supportPhil Reid2017-02-101-2/+139
| | * i2c: mux: pca954x: Add missing pca9542 definition to chip_descPhil Reid2017-02-101-2/+7
| * | i2c: riic: correctly finish transfersChris Brandt2017-02-091-7/+23
| * | i2c: i801: Add support for Intel Gemini LakeMika Westerberg2017-02-092-0/+4
| * | i2c: mux: pca9541: Export OF device ID table as module aliasesJavier Martinez Canillas2017-02-091-0/+1
| * | i2c: mux: pca954x: Export OF device ID table as module aliasesJavier Martinez Canillas2017-02-091-0/+1
| * | i2c: mux: mlxcpld: remove unused including <linux/version.h>Wei Yongjun2017-02-091-1/+0
| * | i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-0914-14/+14
| * | i2c: i2c-cros-ec-tunnel: Reduce logging noiseGuenter Roeck2017-01-281-4/+4
| * | i2c: core: helper function to detect slave modeLuis Oliveira2017-01-281-0/+33
| * | i2c: omap: constify dev_pm_ops structuresBhumika Goyal2017-01-251-1/+1
| * | i2c: mv64xxx: add suspend/resume supportGrzegorz Jaszczyk2017-01-251-0/+21
| * | i2c: stm32f4: add driverM'boumba Cedric Madianga2017-01-253-0/+908
| |/
* | Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-201-1/+15
|\ \
| * | i2c: allow specify device properties in i2c_board_infoDmitry Torokhov2017-02-081-1/+15
* | | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-201-1/+2
|\ \ \
| | \ \
| | \ \
| *-. | | Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'Rafael J. Wysocki2017-02-201-1/+2
| |\ \| |
| | * | | i2c: acpi: Initialize info.type from of_compatibleDan O'Donovan2017-02-071-1/+2
| | |/ /
* | / / Revert "i2c: designware: detect when dynamic tar update is possible"Jarkko Nikula2017-02-142-35/+11
|/ / /
* | | i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda2017-02-091-5/+7
* | | i2c: piix4: Fix request_region sizeRicardo Ribalda2017-02-091-1/+1
|/ /
* | i2c: imx-lpi2c: add VLLS mode supportGao Pan2017-01-261-0/+20
* | i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans2017-01-251-4/+4
|/
* i2c: piix4: Avoid race conditions with IMCRicardo Ribalda2017-01-121-0/+22
* i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King2017-01-121-1/+1
* i2c: print correct device invalid addressJohn Garry2017-01-121-1/+1
* i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov2017-01-121-9/+8
* i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich2017-01-121-1/+1
* 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