summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
| * i2c: octeon: Cleanup i2c-octeon driverJan Glauber2016-03-181-106/+84Star
| * 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/+39Star
| * 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/+1Star
| * 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/+0Star
| * i2c: designware: remove redundant lockBaruch Siach2016-02-122-10/+6Star
| * 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
* | i2c: designware: Add device HID for future AMD I2C controllerXiangliang Yu2016-03-101-0/+1
* | i2c: brcmstb: allocate correct amount of memory for regmapWolfram Sang2016-03-011-2/+1Star
* | i2c: i801: Adding Intel Lewisburg support for iTCOAlexandra Yates2016-02-181-0/+2
* | i2c: uniphier: fix typos in error messagesMasahiro Yamada2016-02-122-2/+2
* | i2c: omap: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren2016-02-121-1/+3
|/
* i2c: piix4: don't regress on bus namesJean Delvare2016-01-291-5/+8
* i2c: designware-pci: use IRQF_COND_SUSPEND flagAndy Shevchenko2016-01-261-1/+2
* i2c: piix4: Fully initialize SB800 before it is registeredJean Delvare2016-01-261-10/+9Star
* i2c: piix4: Fix SB800 lockingJean Delvare2016-01-261-16/+6Star
* Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-01-1425-392/+1148
|\
| * i2c: imx: fix i2c resource leak with dma transferGao Pan2016-01-101-0/+1
| * i2c: designware: Do not require clock when SSCN and FFCN are providedSuravee Suthikulpanit2016-01-102-18/+35
| * i2c: s3c2410: remove superfluous runtime PM callsWolfram Sang2016-01-101-6/+0Star