summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: rk3x: switch to i2c generic dt parsingDavid Wu2016-04-141-63/+24
* i2c: octeon: Remove superfluous check in octeon_i2c_test_iflgJan Glauber2016-04-141-2/+1
* i2c: octeon: Introduce helper functions for register accessJan Glauber2016-04-141-25/+31
* i2c: octeon: Rename [read|write]_sw to reg_[read|write]Jan Glauber2016-04-141-26/+26
* i2c: octeon: Move set-clock and init-lowlevel upwardJan Glauber2016-04-131-63/+63
* i2c: octeon: Increase retry default and use fixed timeout valueJan Glauber2016-04-131-1/+2
* i2c: tegra: enable multi master mode for tegra210Shardar Shariff Md2016-04-121-6/+68
* i2c: i801: Add runtime PM support with autosuspendJarkko Nikula2016-04-121-6/+22
* i2c: i801: Convert to struct dev_pm_ops for suspend/resumeJarkko Nikula2016-04-121-13/+11
* i2c: st: use new 8 bit address helper functionWolfram Sang2016-04-111-2/+1
* i2c: sirf: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* i2c: sh_mobile: use new 8 bit address helper functionWolfram Sang2016-04-111-2/+1
* i2c: qup: use new 8 bit address helper functionWolfram Sang2016-04-111-1/+1
* i2c: powermac: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* i2c: ocores: use new 8 bit address helper functionWolfram Sang2016-04-111-4/+1
* i2c: mt65xx: use new 8 bit address helper functionWolfram Sang2016-04-111-4/+1
* i2c: lpc2k: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* i2c: iop3xx: use new 8 bit address helper functionWolfram Sang2016-04-111-4/+1
* i2c: img-scb: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* i2c: ibm_iic: use new 8 bit address helper functionWolfram Sang2016-04-111-1/+1
* i2c: cpm: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* i2c: brcmstb: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* i2c: bcm-kona: use new 8 bit address helper functionWolfram Sang2016-04-111-4/+1
* i2c: bcm-iproc: use new 8 bit address helper functionWolfram Sang2016-04-111-1/+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
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-2215-328/+1390
|\
| * 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: i801: sort IDs alphabeticallyAndy Shevchenko2016-03-121-4/+4
| * i2c: octeon: Cleanup kerneldoc commentsJan Glauber2016-03-121-50/+39
| * 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: 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