aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath1-51/+26
2015-08-10i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath1-7/+15
2015-08-10i2c: pxa: Fix compile warning in 64bit modeYipeng Yao1-1/+3
2015-08-10i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang1-1/+3
2015-08-10i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath1-1/+1
2015-08-10i2c: pxa: keep i2c irq ON in suspendLeilei Shang1-2/+3
2015-08-10i2c: emev2: add driverWolfram Sang3-0/+340
2015-08-10i2c: omap: on ->remove() call pm_runtime_put_sync()Felipe Balbi1-1/+1
2015-08-10i2c: omap: abolish variable name confusionFelipe Balbi1-299/+299
2015-08-10i2c: omap: switch to dev_get_drvdata()Felipe Balbi1-4/+2
2015-08-10i2c: parport: start using pr_fmtSudip Mukherjee1-8/+8
2015-08-10i2c: parport: use dev_*Sudip Mukherjee1-4/+5
2015-08-01i2c: fix leaked device refcount on of_find_i2c_* error pathVladimir Zapolskiy1-6/+14
2015-07-31i2c: Fix typo in i2c-bfin-twi.cMasanari Iida1-2/+2
2015-07-31i2c: omap: fix bus recovery setupJan Luebbe1-0/+11
2015-07-31i2c: core: only use set_scl for bus recovery after calling prepare_recoveryJan Luebbe1-1/+3
2015-07-31i2c: slave eeprom: clean up sysfs bin attribute read()/write()Vladimir Zapolskiy1-6/+0
2015-07-09i2c: Mark instantiated device nodes with OF_POPULATEPantelis Antoniou1-1/+15
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 Torvalds28-154/+2602
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-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+8
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: mux: pca954x: Use __i2c_transfer because of quirksAlexander Sverdlin2-3/+3
2015-06-17i2c: mux: Use __i2c_transfer() instead of calling parent's master_xfer()Alexander Sverdlin1-1/+1
2015-06-17i2c: use parent adapter quirks in muxAlexander Sverdlin1-0/+1
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