summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2016-04-14i2c: octeon: Rename [read|write]_sw to reg_[read|write]Jan Glauber1-26/+26
2016-04-13i2c: octeon: Move set-clock and init-lowlevel upwardJan Glauber1-63/+63
2016-04-13i2c: octeon: Increase retry default and use fixed timeout valueJan Glauber1-1/+2
2016-04-12i2c: tegra: enable multi master mode for tegra210Shardar Shariff Md1-6/+68
2016-04-12i2c: i801: Add runtime PM support with autosuspendJarkko Nikula1-6/+22
2016-04-12i2c: i801: Convert to struct dev_pm_ops for suspend/resumeJarkko Nikula1-13/+11
2016-04-11i2c: st: use new 8 bit address helper functionWolfram Sang1-2/+1
2016-04-11i2c: sirf: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: sh_mobile: use new 8 bit address helper functionWolfram Sang1-2/+1
2016-04-11i2c: qup: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-11i2c: powermac: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: ocores: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: mt65xx: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: lpc2k: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: iop3xx: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: img-scb: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: ibm_iic: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-11i2c: cpm: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: brcmstb: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-04-11i2c: bcm-kona: use new 8 bit address helper functionWolfram Sang1-4/+1
2016-04-11i2c: bcm-iproc: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-04-09i2c: jz4780: really prevent potential division by zeroWolfram Sang1-1/+6
2016-04-09Revert "i2c: jz4780: prevent potential division by zero"Wolfram Sang1-1/+1
2016-04-07i2c: jz4780: prevent potential division by zeroWolfram Sang1-1/+1
2016-03-22Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-328/+1390
2016-03-18i2c: octeon: Support I2C_M_RECV_LENDavid Daney1-5/+17
2016-03-18i2c: octeon: Cleanup resource allocation codeJan Glauber1-15/+3
2016-03-18i2c: octeon: Cleanup i2c-octeon driverJan Glauber1-106/+84
2016-03-12i2c: i801: sort IDs alphabeticallyAndy Shevchenko1-4/+4
2016-03-12i2c: octeon: Cleanup kerneldoc commentsJan Glauber1-50/+39
2016-03-12i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta1-6/+8
2016-03-10i2c: designware: Add device HID for future AMD I2C controllerXiangliang Yu1-0/+1
2016-03-03i2c: imx: remove extra spaces.Dmitriy Baranov1-6/+6
2016-03-03i2c: rcar: don't open code of_device_get_match_data()Wolfram Sang1-1/+1
2016-03-03i2c: qup: Fix fifo handling after adding V2 supportSricharan R1-7/+39
2016-03-03i2c: xiic: Implement power managementShubhrajyoti Datta1-7/+81
2016-03-01i2c: brcmstb: allocate correct amount of memory for regmapWolfram Sang1-2/+1
2016-02-24i2c: piix4: Pre-shift the port numberJean Delvare1-5/+5
2016-02-24i2c: piix4: Always use the same type for portJean Delvare1-2/+2
2016-02-24i2c: piix4: Support alternative port selection registerJean Delvare1-4/+32
2016-02-24i2c: tegra: don't open code of_device_get_match_data()Wolfram Sang1-3/+1
2016-02-24i2c: riic, sh_mobile, rcar: Use ARCH_RENESASSimon Horman1-3/+3
2016-02-24i2c: qup: Add bam dma capabilitiesSricharan R1-14/+459
2016-02-18i2c: i801: Adding Intel Lewisburg support for iTCOAlexandra Yates1-0/+2
2016-02-12i2c: iproc: Support larger TX transferRay Jui1-9/+75
2016-02-12i2c: iproc: Fix typo in the driverRay Jui1-2/+2
2016-02-12i2c: iproc: Add recovery mechanism in error caseRay Jui1-43/+48
2016-02-12i2c: uniphier: add COMPILE_TEST optionMasahiro Yamada1-2/+2
2016-02-12i2c: mt65xx: add 4GB DMA mode support in i2c driverLiguo Zhang1-0/+42
2016-02-12i2c: designware: Prevent runtime suspend during adapter registrationJarkko Nikula1-0/+8