summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2015-01-30i2c: sh_mobile: terminate DMA reads properlyWolfram Sang-1/+11
2015-01-26i2c: Only include slave support if selectedJean Delvare-0/+3
2015-01-24i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski-6/+17
2015-01-24i2c: slave-eeprom: fix boundary check when using sysfsWolfram Sang-2/+2
2014-12-20Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-189/+252
2014-12-20i2c: sh_mobile: fix uninitialized var when debug is enabledWolfram Sang-0/+1
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-0/+306
2014-12-17i2c: sh_mobile: I2C_SH_MOBILE should depend on HAS_DMAGeert Uytterhoeven-0/+1
2014-12-17i2c: sh_mobile: rework deferred probingWolfram Sang-50/+48
2014-12-17i2c: sh_mobile: refactor DMA setupWolfram Sang-19/+16
2014-12-17i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni-120/+186
2014-12-17i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni-11/+11
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-52/+0
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-171/+3456
2014-12-14i2c: Driver to expose PowerNV platform i2c bussesNeelesh Gupta-0/+306
2014-12-11i2c: sh_mobile: remove unneeded DMA maskWolfram Sang-3/+0
2014-12-11i2c: rcar: add slave supportWolfram Sang-9/+115
2014-12-11i2c: slave-eeprom: add eeprom simulator driverWolfram Sang-0/+181
2014-12-11i2c: core changes for slave supportWolfram Sang-0/+49
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-45/+104
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+3
2014-12-08Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+273
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki-4/+2
2014-12-08Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor'Rafael J. Wysocki-0/+1
2014-12-05i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.cRafael J. Wysocki-2/+0
2014-12-04i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare-0/+11
2014-12-04i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko-5/+3
2014-12-04i2c: davinci: switch to use platform_get_irqGrygorii Strashko-8/+12
2014-12-04i2c: sh_mobile: optimize irq entryWolfram Sang-5/+4
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki-2/+2
2014-11-25i2c: pxa: add support for SCCB devicesPetr Cvek-7/+12
2014-11-25omap: i2c: don't check bus state IP rev3.3 and earlierAlexander Kochetkov-3/+5
2014-11-25i2c/of: Add OF_RECONFIG notifier handlerPantelis Antoniou-0/+52
2014-11-25i2c/of: Factor out Devicetree registration codePantelis Antoniou-45/+52
2014-11-24i2c: s3c2410: Handle i2c sys_cfg register in i2c driverPankaj Dubey-0/+29
2014-11-24i2c: rk3x: add Kconfig dependency on COMMON_CLKMax Schwarz-1/+1
2014-11-24ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu-0/+1
2014-11-23i2c: omap: add notes related to i2c multimaster modeAlexander Kochetkov-1/+11
2014-11-23i2c: omap: don't reset controller if Arbitration Lost detectedAlexander Kochetkov-2/+4
2014-11-23i2c: omap: implement workaround for handling invalid BB-bit valuesAlexander Kochetkov-0/+103
2014-11-23i2c: omap: cleanup register definitionsAlexander Kochetkov-3/+7
2014-11-23i2c: rk3x: handle dynamic clock rate changes correctlyMax Schwarz-35/+118
2014-11-23i2c: at91: enable probe deferring on dma channel requestLudovic Desroches-11/+14
2014-11-22i2c: omap: fix i207 errata handlingAlexander Kochetkov-3/+5
2014-11-21i2c: at91: remove legacy DMA supportArnd Bergmann-34/+3
2014-11-21i2c: designware: prevent early stop on TX FIFO emptyAndrew Jackson-1/+1
2014-11-21i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov-2/+0
2014-11-19i2c: dln2: Simplify return flow for dln2_i2c_enableOctavian Purdila-6/+1
2014-11-19i2c: sh_mobile: use proper device for mapping DMA memoryWolfram Sang-9/+14
2014-11-19i2c: imx: simplify i2c_imx_dma_write() a littleWolfram Sang-5/+1