aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-23i2c: pnx: fix runtime warnings caused by enabling unprepared clockVladimir Zapolskiy1-5/+5
2015-10-22i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon1-2/+0
2015-10-18i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg1-0/+20
2015-10-15i2c: designware-platdrv: enable RuntimePM before registering to the coreWolfram Sang1-6/+7
2015-10-15i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang1-3/+5
2015-10-15i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang1-3/+4
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds16-446/+1406
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+119
2015-08-24i2c: xgene-slimpro: dma_mapping_error() doesn't return an error codeDan Carpenter1-4/+4
2015-08-24i2c: Replace I2C_CROS_EC_TUNNEL dependencyJavier Martinez Canillas1-1/+1
2015-08-24i2c: lpc2k: add driverJoachim Eastwood3-0/+524
2015-08-11i2c: mediatek: Fixup i2c ack error interrupt handlingEddie Huang1-4/+11
2015-08-11i2c: mediatek: Reset DMA engine in hardware init functionEddie Huang1-0/+6
2015-08-11i2c: i801: Create iTCO device on newer Intel PCHsMika Westerberg1-1/+119
2015-08-10i2c: viperboard: clean up inconsistent indentingColin Ian King1-5/+5
2015-08-10i2c: cadence: set THIS_MODULE to the owner of the adapterMasahiro Yamada1-0/+1
2015-08-10i2c: designware: Make debug print in i2c_dw_isr() shorterJarkko Nikula1-2/+1
2015-08-10i2c: designware-pci: use IRQF_COND_SUSPEND flagAndy Shevchenko1-2/+2
2015-08-10i2c: parport: Add VCT-jig adapterOndrej Zary1-0/+8
2015-08-10i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha1-11/+57
2015-08-10i2c: tegra: add support for fast plus (FM+) mode clock rateLaxman Dewangan1-2/+15
2015-08-10i2c: tegra: update CONFIG_LOAD for new conifigurationLaxman Dewangan1-0/+35
2015-08-10i2c: omap: fix cleanup regressionWolfram Sang1-1/+1
2015-08-10i2c: xiic: Do not continue in case of errors in RxShubhrajyoti Datta1-0/+2
2015-08-10i2c: xiic: Service all interrupts in isrShubhrajyoti Datta1-14/+10
2015-08-10i2c: xiic: Remove the Addressed as slave interruptShubhrajyoti Datta1-1/+1
2015-08-10i2c: xiic: Remove busy loop while waiting for bus busyShubhrajyoti Datta1-1/+1
2015-08-10i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta1-7/+0
2015-08-10i2c: xiic: Do not reset controller before every transferShubhrajyoti Datta1-1/+0
2015-08-10i2c: xiic: move the xiic_process to thread contextShubhrajyoti Datta1-13/+20
2015-08-10i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta1-3/+0
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-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-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