aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-09i2c: jz4780: Fix return value if probe failsAxel Lin1-7/+8
2015-07-09i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error pathAxel Lin1-0/+1
2015-07-09i2c: I2C_MT65XX should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-5/+33
2015-06-25Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds21-123/+2552
2015-06-23Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-16/+31
2015-06-23Merge tag 'mmc-v4.2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-2/+2
2015-06-23i2c: busses: i2c-bcm2835: limits cdiv to allowed valuesSilvan Wicki1-0/+8
2015-06-23i2c: sh_mobile: use proper type for timeoutWolfram Sang1-3/+4
2015-06-23i2c: sh_mobile: use adapter default for timeoutWolfram Sang1-1/+1
2015-06-23i2c: rcar: use proper type for timeoutWolfram Sang1-1/+2
2015-06-23i2c: rcar: use adapter default for timeoutWolfram Sang1-1/+1
2015-06-21i2c: designware: Make sure the device is suspended before disabling runtime PMMika Westerberg1-1/+2
2015-06-21i2c: tegra: apply size limit quirkWolfram Sang1-0/+7
2015-06-21i2c: tegra: don't advertise SMBUS_QUICKWolfram Sang1-2/+2
2015-06-17i2c: octeon: remove unused signal handlingNicholas Mc Guire1-5/+2
2015-06-17i2c: davinci: Optimize SCL generationAlexander Sverdlin1-3/+24
2015-06-17i2c: bcm2835: clear reserved bits in S-RegisterSilvan Wicki1-0/+3
2015-06-17i2c: sh_mobile: add errata workaroundWolfram Sang1-0/+40
2015-06-16i2c-piix4: Use Macro for AMD CZ SMBus device IDVincent Wan1-2/+2
2015-06-15mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas1-1/+1
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-15/+30
2015-06-11i2c: at91: fix code checker warningsCyrille Pitchen1-3/+3
2015-06-10i2c: busses: xgene-slimpro: fix incorrect __init declation for probeFeng Kan1-1/+1
2015-06-10i2c: davinci: Avoid sending to own addressAlexander Sverdlin1-3/+8
2015-06-10i2c: davinci: Refactor i2c_davinci_wait_bus_not_busy()Alexander Sverdlin1-23/+19
2015-06-10i2c: brcmstb: Add Broadcom settop SoC i2c controller driverKamal Dasu3-0/+705
2015-06-10i2c: at91: add support to FIFOsCyrille Pitchen1-17/+130
2015-06-10i2c: at91: print hardware versionCyrille Pitchen1-1/+4
2015-06-10i2c: at91: add support for new alternative command modeCyrille Pitchen1-20/+101
2015-06-10i2c: at91: use BIT() macro to define register bitsCyrille Pitchen1-14/+15
2015-06-10i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen1-17/+53
2015-06-03i2c: iproc: Add suspend/resume supportRay Jui1-0/+57
2015-06-03i2c: designware: Avoid unnecessary resuming during system suspendJisheng Zhang1-4/+28
2015-06-03i2c: axxia: Add bus recovery functionalityAlexander Sverdlin1-0/+41
2015-06-01I2C: mediatek: Add driver for MediaTek MT8173 I2C controllerEddie Huang1-29/+74
2015-06-01I2C: mediatek: Add driver for MediaTek I2C controllerXudong Chen3-0/+696
2015-06-01i2c: rcar: report slave capabilities to usersWolfram Sang1-1/+2
2015-06-01i2c-parport: use new parport device modelSudip Mukherjee1-5/+10
2015-06-01i2c-parport: define ports to connectSudip Mukherjee1-0/+23
2015-05-12i2c: add SLIMpro I2C device driver on APM X-Gene platformFeng Kan3-0/+479
2015-05-12i2c: omap: implement bus recoveryFelipe Balbi1-4/+65
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski4-4/+4
2015-05-12i2c: s3c2410: fix oops in suspend callback for non-dt platformsVasily Khoruzhick1-0/+1
2015-05-12i2c: hix5hd2: Fix modalias to make module auto-loading workAxel Lin1-1/+1
2015-05-12i2c: omap: Add calls for pinctrl state selectPascal Huerst1-0/+5
2015-05-12i2c: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-2/+2
2015-05-12i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta1-0/+1
2015-05-12i2c: rk3x: Increase wait timeout to 1 secondDoug Anderson1-1/+1
2015-04-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds5-11/+11