aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-29I2C: OMAP: remove unneccesary use of pdevKevin Hilman1-15/+7
2011-10-29OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D1-3/+2
2011-10-29I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green1-2/+2
2011-10-29I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from platform dataAndy Green1-17/+23
2011-10-29I2C: OMAP2+: address confused probed version namingAndy Green1-9/+12
2011-10-29I2C: OMAP2+: Solve array bounds overflow error on i2c idleAndy Green1-1/+1
2011-10-29I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green1-5/+5
2011-10-29I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green1-11/+12
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-1/+1
2011-10-24MIPS: Alchemy: kill au1xxx.h headerManuel Lauss1-1/+1
2011-10-24mfd: remove CONFIG_MFD_SUPPORTArnd Bergmann1-1/+0
2011-09-15Merge branch 'master' into for-nextJiri Kosina5-70/+91
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-1/+1
2011-09-14i2c-imx: add device tree probe supportShawn Guo1-6/+19
2011-09-14i2c-imx: remove init/exit hooks from platform dataShawn Guo1-18/+3
2011-09-07i2c-tegra: fix possible race condition after txDoug Anderson1-14/+32
2011-09-07i2c-tegra: add I2C_FUNC_SMBUS_EMULMike Rapoport1-1/+1
2011-09-07i2c-tegra: Add of_match_tableJohn Bonesio1-0/+12
2011-09-07i2c-pxa2xx: return proper error code in ce4100_i2c_probe error pathsAxel Lin1-1/+4
2011-08-24i2c-nomadik: fix kerneldoc warningLinus Walleij1-1/+2
2011-08-23Revert "i2c-omap: fix static suspend vs. runtime suspend"Kevin Hilman1-29/+0
2011-08-23i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar1-4/+4
2011-08-22ARM: 7043/1: mach-ixp2000: rename GPIO headerLinus Walleij1-1/+1
2011-08-08ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-07-27i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA1-2/+2
2011-07-27i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA1-19/+20
2011-07-27i2c: Tegra: Add DeviceTree supportJohn Bonesio1-1/+16
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely4-14/+10
2011-07-25i2c-ali1535: Fix style issuesLABBE Corentin1-31/+30
2011-07-11doc: Kconfig: Typo: square -> squaredMichael Witten1-1/+1
2011-07-11Merge branch 'master' into for-nextJiri Kosina5-13/+25
2011-07-11drivers/i2c: static should be at beginning of declarationJesper Juhl1-2/+2
2011-07-07Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds3-6/+17
2011-06-29i2c/pca954x: Initialize the mux to disconnected statePetri Gynther1-3/+4
2011-06-29i2c-taos-evm: Fix log messagesJean Delvare1-4/+4
2011-06-27Merge branches 'for-30-rc4/i2c-bfin', 'for-30-rc4/i2c-omap', 'for-30-rc4/i2c-s3c' and 'for-30-rc4/i2c-tegra' into for-30-rc5/all-i2cBen Dooks2-5/+10
2011-06-27i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedlySonic Zhang1-1/+7
2011-06-27i2c-s3c2410: Remove useless break codeJonghwan Choi1-1/+0
2011-06-27i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang1-3/+3
2011-06-27i2c: tegra: Assign unused slave addressStephen Warren1-1/+7
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2-4/+2
2011-05-24Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds5-106/+240
2011-05-25Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-tegra' and 'for-2639/i2c-nomadik2' into for-linus/2640/i2cBen Dooks7-108/+241
2011-05-25i2c-nomadik: break out single messsage transmissionLinus Walleij1-32/+48
2011-05-25i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath1-4/+4
2011-05-25i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath1-18/+2
2011-05-25i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath1-13/+26