summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+4
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+2
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds-1/+0
2011-11-01Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds-664/+1450
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks-52/+167
2011-11-01Merge branch 'for-32/i2c/irqflags' into for-linus/i2c-3.2Ben Dooks-10/+10
2011-11-01Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v...Ben Dooks-530/+1181
2011-10-31i2c: Add module.h to modular files prev. implicitly getting itPaul Gortmaker-0/+3
2011-10-31i2c: add export.h to i2c-boardinfo.c for EXPORT_SYMBOLPaul Gortmaker-0/+1
2011-10-30i2c-algo-pca: Return standard fault codesJean Delvare-2/+4
2011-10-30i2c-algo-bit: Return standard fault codesJean Delvare-7/+7
2011-10-30i2c-algo-bit: Be verbose on bus testing failureJean Delvare-1/+3
2011-10-30i2c-algo-bit: Let user test buses without failingJean Delvare-3/+3
2011-10-30i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang-3/+3
2011-10-30i2c: I2C_ELEKTOR should depend on HAS_IOPORTGeert Uytterhoeven-1/+1
2011-10-29i2c-s3c2410: Add device tree supportThomas Abraham-4/+106
2011-10-29i2c-s3c2410: Keep a copy of platform data and use itThomas Abraham-4/+14
2011-10-29i2c-nomadik: cosmetic coding style correctionsJonas Aaberg-43/+46
2011-10-29i2c-au1550: dev_pm_ops conversionManuel Lauss-10/+14
2011-10-29i2c-au1550: increase timeout waiting for master doneManuel Lauss-1/+1
2011-10-29i2c-au1550: remove unused ack_timeoutManuel Lauss-2/+0
2011-10-29i2c-au1550: remove usage of volatile keywordManuel Lauss-153/+99
2011-10-29i2c-tegra: __iomem annotation fixOlof Johansson-1/+1
2011-10-29i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA-0/+3
2011-10-29i2c-eg20t: Fix flag setting issueTomoya MORINAGA-0/+2
2011-10-29i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA-0/+3
2011-10-29i2c-eg20t: Separate error processingTomoya MORINAGA-58/+115
2011-10-29i2c-eg20t: Fix 10bit access issueTomoya MORINAGA-2/+63
2011-10-29i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA-5/+1
2011-10-29i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA-9/+9
2011-10-29i2c-designware: Fix PCI core warning on suspend/resumeOctavian Purdila-21/+8
2011-10-29i2c-designware: Add runtime power management supportDirk Brandewie-2/+98
2011-10-29i2c-designware: Add support for Designware core behind PCI devices.Dirk Brandewie-0/+329
2011-10-29i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie-102/+143
2011-10-29i2c-designware: Support multiple cores using same ISRDirk Brandewie-2/+8
2011-10-29i2c-designware: move controller config to bus specific portion of driverDirk Brandewie-4/+5
2011-10-29i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie-6/+11
2011-10-29i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie-1/+10
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie-343/+412
2011-10-29i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie-11/+19
2011-10-29i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes-2/+15
2011-10-29i2c-designware: Check component type registerJean-Hugues Deschenes-4/+13
2011-10-29i2c-designware: Use local version of readl & writelJean-Hugues Deschenes-39/+49
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang-11/+11
2011-10-29I2C: OMAP: remove dev->idle, use usage counting provided by runtime PMKevin Hilman-20/+39
2011-10-29I2C: OMAP: remove unneccesary use of pdevKevin Hilman-15/+7
2011-10-29OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D-3/+2
2011-10-29I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green-2/+2
2011-10-29I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...Andy Green-17/+23
2011-10-29I2C: OMAP2+: address confused probed version namingAndy Green-9/+12