summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAge
* i2c-eg20t: correct the driver init order of pch_i2c_probe()Feng Tang2011-12-18
* I2C: OMAP: fix FIFO usage for OMAP4Shubhrajyoti D2011-12-18
* i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpioTushar Behera2011-12-18
* i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idleMark Brown2011-12-18
* Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-12-01
|\
| * ARM: 7175/1: add subname parameter to mfp_set_groupg callersAxel Lin2011-11-26
* | i2c: Make i2cdev_notifier_call staticShubhrajyoti D2011-11-23
* | i2c: Fix device name for 10-bit slave addressJean Delvare2011-11-23
* | i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu2011-11-23
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * i2c: Add module.h to modular files prev. implicitly getting itPaul Gortmaker2011-10-31
| * i2c: add export.h to i2c-boardinfo.c for EXPORT_SYMBOLPaul Gortmaker2011-10-31
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-03
|\ \
| * | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-24
| * | MIPS: Alchemy: kill au1xxx.h headerManuel Lauss2011-10-24
* | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-03
|\ \ \
| * | | mfd: remove CONFIG_MFD_SUPPORTArnd Bergmann2011-10-24
| |/ /
* | | Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-11-01
|\ \ \ | |_|/ |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks2011-11-01
| |\ \ \ \
| | | | * | i2c-tegra: __iomem annotation fixOlof Johansson2011-10-29
| | | * | | i2c-s3c2410: Add device tree supportThomas Abraham2011-10-29
| | | * | | i2c-s3c2410: Keep a copy of platform data and use itThomas Abraham2011-10-29
| | | |/ /
| | * | | i2c-nomadik: cosmetic coding style correctionsJonas Aaberg2011-10-29
| | |/ /
| * | | Merge branch 'for-32/i2c/irqflags' into for-linus/i2c-3.2Ben Dooks2011-11-01
| |\ \ \
| | * | | i2c: irq: Remove IRQF_DISABLEDYong Zhang2011-10-29
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v...Ben Dooks2011-11-01
| |\ \ \ \ \ \
| | | | | * | | i2c-au1550: dev_pm_ops conversionManuel Lauss2011-10-29
| | | | | * | | i2c-au1550: increase timeout waiting for master doneManuel Lauss2011-10-29
| | | | | * | | i2c-au1550: remove unused ack_timeoutManuel Lauss2011-10-29
| | | | | * | | i2c-au1550: remove usage of volatile keywordManuel Lauss2011-10-29
| | | | | |/ /
| | | | * | | i2c-designware: Fix PCI core warning on suspend/resumeOctavian Purdila2011-10-29
| | | | * | | i2c-designware: Add runtime power management supportDirk Brandewie2011-10-29
| | | | * | | i2c-designware: Add support for Designware core behind PCI devices.Dirk Brandewie2011-10-29
| | | | * | | i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie2011-10-29
| | | | * | | i2c-designware: Support multiple cores using same ISRDirk Brandewie2011-10-29
| | | | * | | i2c-designware: move controller config to bus specific portion of driverDirk Brandewie2011-10-29
| | | | * | | i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie2011-10-29
| | | | * | | i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie2011-10-29
| | | | * | | i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie2011-10-29
| | | | * | | i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie2011-10-29
| | | | * | | i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes2011-10-29
| | | | * | | i2c-designware: Check component type registerJean-Hugues Deschenes2011-10-29
| | | | * | | i2c-designware: Use local version of readl & writelJean-Hugues Deschenes2011-10-29
| | | | |/ /
| | | * | | i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA2011-10-29
| | | * | | i2c-eg20t: Fix flag setting issueTomoya MORINAGA2011-10-29
| | | * | | i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA2011-10-29
| | | * | | i2c-eg20t: Separate error processingTomoya MORINAGA2011-10-29
| | | * | | i2c-eg20t: Fix 10bit access issueTomoya MORINAGA2011-10-29
| | | * | | i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA2011-10-29
| | | * | | i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA2011-10-29
| | | |/ /