summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2015-03-15i2c: axxia: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-8/+8
2015-03-15i2c: nomadik: match status to return type of read_i2cNicholas Mc Guire1-1/+1
2015-03-15i2c: nomadik: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+2
2015-03-15i2c: imx: match return type of wait_for_completion_timeoutNicholas Mc Guire1-4/+6
2015-03-15i2c: ismt: fix type of return var of wait_for_completion_timeoutNicholas Mc Guire1-2/+3
2015-03-15i2c: wmt: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+4
2015-03-15i2c: i2c-bcm2835: match return type of wait_for_completion_timeoutNicholas Mc Guire1-1/+1
2015-03-15i2c: designware: fixup return handling of wait_for_completion_timeoutNicholas Mc Guire1-2/+1
2015-03-15i2c: cadence: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-3/+3
2015-03-15i2c: wmt: use msecs_to_jiffies for time conversionsNicholas Mc Guire1-2/+2
2015-03-15i2c: tegra: match return type of wait_for_completion_timeoutNicholas Mc Guire1-5/+7
2015-03-15i2c: mxs: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-03-14Merge branch 'i2c/quirks' into i2c/for-4.1Wolfram Sang10-110/+87
2015-03-14i2c: opal: Update quirk flags to do write-then-anythingNeelesh Gupta1-6/+6
2015-03-13i2c: bcm-iproc: make use of the new infrastructure for quirksWolfram Sang1-8/+7
2015-03-13i2c: pmcmsp: make use of the new infrastructure for quirksWolfram Sang1-26/+16
2015-03-13i2c: viperboard: make use of the new infrastructure for quirksWolfram Sang1-4/+6
2015-03-13i2c: powermac: make use of the new infrastructure for quirksWolfram Sang1-6/+4
2015-03-13i2c: dln2: make use of the new infrastructure for quirksWolfram Sang1-6/+6
2015-03-13i2c: axxia: make use of the new infrastructure for quirksWolfram Sang1-5/+6
2015-03-13i2c: cpm: make use of the new infrastructure for quirksWolfram Sang1-11/+9
2015-03-13i2c: qup: make use of the new infrastructure for quirksWolfram Sang1-11/+10
2015-03-13i2c: opal: make use of the new infrastructure for quirksWolfram Sang1-11/+11
2015-03-13i2c: at91: make use of the new infrastructure for quirksWolfram Sang1-21/+11
2015-03-09i2c: i801: Use managed pcim_* PCI device initialization and reservationJarkko Nikula1-16/+9
2015-03-09i2c: i801: Remove pci_enable_device() call from i801_resume()Jarkko Nikula1-1/+1
2015-03-09i2c: i801: Use managed devm_* memory and irq allocationJarkko Nikula1-11/+6
2015-03-09i2c: i801: Remove i801_driver forward declarationJarkko Nikula1-4/+2
2015-03-09i2c: i801: Don't break user-visible stringsJarkko Nikula1-4/+5
2015-03-07i2c: designware-baytrail: baytrail_i2c_acquire() might sleepAndy Shevchenko1-2/+4
2015-03-07i2c: designware-baytrail: cross-check lock functionsAndy Shevchenko1-1/+1
2015-03-07i2c: designware-baytrail: fix sparse warningsAndy Shevchenko1-7/+5
2015-03-07i2c: designware-baytrail: fix typo in error pathAndy Shevchenko1-2/+2
2015-03-07i2c: designware-baytrail: describe magic numbersAndy Shevchenko1-7/+9
2015-02-21Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-203/+1019
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang1-14/+21
2015-02-19i2c: designware-baytrail: another fixup for proper Kconfig dependenciesWolfram Sang1-1/+1
2015-02-17i2c: iproc: Add Broadcom iProc I2C DriverRay Jui3-0/+472
2015-02-17i2c: designware-pci: update Intel copyright lineAndy Shevchenko1-5/+5
2015-02-06i2c: ocores: add common clock supportMax Filippov1-1/+32
2015-02-06i2c: hix5hd2: add COMPILE_TESTZhangfei Gao1-1/+1
2015-02-06i2c: ocores: fix clock-frequency binding usageMax Filippov1-13/+42
2015-01-30i2c: sh_mobile: terminate DMA reads properlyWolfram Sang1-1/+11
2015-01-27i2c: Only include slave support if selectedJean Delvare1-0/+1
2015-01-26i2c: tegra: Maintain CPU endiannessDmitry Osipenko1-0/+2
2015-01-26i2c: designware-baytrail: use proper Kconfig dependenciesWolfram Sang1-2/+1
2015-01-26i2c: designware: Do not calculate SCL timing parameters needlesslyJarkko Nikula1-23/+22
2015-01-26i2c: designware: Add Intel Baytrail PMIC I2C bus supportDavid Box5-5/+193
2015-01-26i2c: designware: Add i2c bus locking supportDavid Box2-0/+32
2015-01-24i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski1-6/+17