summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BARMika Westerberg2016-08-161-9/+94
* i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski2016-08-101-1/+1
* i2c: qup: Fix wrong value of index variableSricharan R2016-08-101-0/+2
* i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas2016-04-221-5/+19
* i2c: cpm: Fix build break due to incompatible pointer typesMichael Ellerman2016-04-221-2/+2
* i2c: ismt: Add Intel DNV PCI IDMika Westerberg2016-04-121-0/+2
* i2c: xlp9xx: add support for Broadcom VulcanTanmay Jagdale2016-04-121-2/+2
* i2c: rk3x: add support for rk3228Yakir Yang2016-04-121-0/+1
* i2c: jz4780: really prevent potential division by zeroWolfram Sang2016-04-091-1/+6
* Revert "i2c: jz4780: prevent potential division by zero"Wolfram Sang2016-04-091-1/+1
* i2c: jz4780: prevent potential division by zeroWolfram Sang2016-04-071-1/+1
* i2c: mux: demux-pinctrl: Clean up sysfs attributesBen Hutchings2016-04-011-10/+29
* i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_COREWolfram Sang2016-03-301-8/+2
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-2224-367/+1717
|\
| * i2c: octeon: Support I2C_M_RECV_LENDavid Daney2016-03-181-5/+17
| * i2c: octeon: Cleanup resource allocation codeJan Glauber2016-03-181-15/+3
| * i2c: octeon: Cleanup i2c-octeon driverJan Glauber2016-03-181-106/+84
| * i2c: immediately mark ourselves as registeredWolfram Sang2016-03-141-1/+4
| * i2c: i801: sort IDs alphabeticallyAndy Shevchenko2016-03-121-4/+4
| * i2c: octeon: Cleanup kerneldoc commentsJan Glauber2016-03-121-50/+39
| * i2c: do not use internal data from driver coreSudip Mukherjee2016-03-121-2/+4
| * i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta2016-03-121-6/+8
| * i2c: imx: remove extra spaces.Dmitriy Baranov2016-03-031-6/+6
| * i2c: rcar: don't open code of_device_get_match_data()Wolfram Sang2016-03-031-1/+1
| * i2c: qup: Fix fifo handling after adding V2 supportSricharan R2016-03-031-7/+39
| * i2c: xiic: Implement power managementShubhrajyoti Datta2016-03-031-7/+81
| * i2c: piix4: Pre-shift the port numberJean Delvare2016-02-241-5/+5
| * i2c: piix4: Always use the same type for portJean Delvare2016-02-241-2/+2
| * i2c: piix4: Support alternative port selection registerJean Delvare2016-02-241-4/+32
| * i2c: tegra: don't open code of_device_get_match_data()Wolfram Sang2016-02-241-3/+1
| * i2c: riic, sh_mobile, rcar: Use ARCH_RENESASSimon Horman2016-02-241-3/+3
| * i2c: qup: Add bam dma capabilitiesSricharan R2016-02-241-14/+459
| * i2c: i2c-stub: sort includesWolfram Sang2016-02-201-4/+4
| * i2c: i2c-smbus: sort includesWolfram Sang2016-02-201-4/+4
| * i2c: i2c-mux: sort includesWolfram Sang2016-02-201-4/+4
| * i2c: i2c-dev: sort includesWolfram Sang2016-02-201-7/+7
| * i2c: i2c-core: sort includesWolfram Sang2016-02-201-15/+15
| * i2c: i2c-boardinfo: sort includesWolfram Sang2016-02-201-3/+3
| * i2c: iproc: Support larger TX transferRay Jui2016-02-121-9/+75
| * i2c: iproc: Fix typo in the driverRay Jui2016-02-121-2/+2
| * i2c: iproc: Add recovery mechanism in error caseRay Jui2016-02-121-43/+48
| * i2c: uniphier: add COMPILE_TEST optionMasahiro Yamada2016-02-121-2/+2
| * i2c: mt65xx: add 4GB DMA mode support in i2c driverLiguo Zhang2016-02-121-0/+42
| * i2c: designware: Prevent runtime suspend during adapter registrationJarkko Nikula2016-02-121-0/+8
| * i2c: designware-platform: Drop duplicate module informationJean Delvare2016-02-121-5/+0
| * i2c: designware: remove redundant lockBaruch Siach2016-02-122-10/+6
| * i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bitSricharan R2016-02-121-8/+26
| * i2c: qup: Add V2 tags supportSricharan R2016-02-121-29/+386
| * i2c: qup: Change qup_wait_writeready function to use for all timeoutsSricharan R2016-02-121-19/+48
| * i2c: mux: demux-pinctrl: add driverWolfram Sang2016-02-123-0/+283