summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green2011-10-291-5/+5
| * | | | I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green2011-10-291-11/+12
| | |/ / | |/| |
* | | | i2c-algo-pca: Return standard fault codesJean Delvare2011-10-301-2/+4
* | | | i2c-algo-bit: Return standard fault codesJean Delvare2011-10-301-7/+7
* | | | i2c-algo-bit: Be verbose on bus testing failureJean Delvare2011-10-301-1/+3
* | | | i2c-algo-bit: Let user test buses without failingJean Delvare2011-10-301-3/+3
* | | | i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang2011-10-301-3/+3
* | | | i2c: I2C_ELEKTOR should depend on HAS_IOPORTGeert Uytterhoeven2011-10-301-1/+1
|/ / /
* | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \ \
| * | | ARM: 7043/1: mach-ixp2000: rename GPIO headerLinus Walleij2011-08-221-1/+1
| * | | ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* | | | Merge branch 'master' into for-nextJiri Kosina2011-09-155-70/+91
|\ \ \ \ | | |_|/ | |/| |
| * | | i2c-tegra: fix possible race condition after txDoug Anderson2011-09-071-14/+32
| * | | i2c-tegra: add I2C_FUNC_SMBUS_EMULMike Rapoport2011-09-071-1/+1
| * | | i2c-tegra: Add of_match_tableJohn Bonesio2011-09-071-0/+12
| * | | i2c-pxa2xx: return proper error code in ce4100_i2c_probe error pathsAxel Lin2011-09-071-1/+4
| | |/ | |/|
| * | i2c-nomadik: fix kerneldoc warningLinus Walleij2011-08-241-1/+2
| * | Revert "i2c-omap: fix static suspend vs. runtime suspend"Kevin Hilman2011-08-231-29/+0
| * | i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar2011-08-231-4/+4
| |/
| * i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA2011-07-271-2/+2
| * i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA2011-07-271-19/+20
| * i2c: Tegra: Add DeviceTree supportJohn Bonesio2011-07-271-1/+16
* | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-4/+4
|\
| * doc: Kconfig: Typo: square -> squaredMichael Witten2011-07-111-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2011-07-115-13/+25
| |\
| * | drivers/i2c: static should be at beginning of declarationJesper Juhl2011-07-111-2/+2
| * | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-241-1/+1
* | | i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely2011-07-254-14/+10
* | | i2c-ali1535: Fix style issuesLABBE Corentin2011-07-251-31/+30
| |/ |/|
* | Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-07-073-6/+17
|\ \
| | \
| | \
| *-. \ Merge branches 'for-30-rc4/i2c-bfin', 'for-30-rc4/i2c-omap', 'for-30-rc4/i2c-...Ben Dooks2011-06-272-5/+10
| |\ \ \
| | | * | i2c: tegra: Assign unused slave addressStephen Warren2011-06-271-1/+7
| | | |/
| | * | i2c-s3c2410: Remove useless break codeJonghwan Choi2011-06-271-1/+0
| | * | i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang2011-06-271-3/+3
| | |/
| * | i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedlySonic Zhang2011-06-271-1/+7
| |/
* | i2c/pca954x: Initialize the mux to disconnected statePetri Gynther2011-06-291-3/+4
* | i2c-taos-evm: Fix log messagesJean Delvare2011-06-291-4/+4
|/
* mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-262-4/+2
* Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-05-245-106/+240
|\
| *---. Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-t...Ben Dooks2011-05-257-108/+241
| |\ \ \
| | | | * i2c-nomadik: break out single messsage transmissionLinus Walleij2011-05-251-32/+48
| | | | * i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath2011-05-251-4/+4
| | | | * i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath2011-05-251-18/+2
| | | | * i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath2011-05-251-13/+26
| | | | * i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath2011-05-251-48/+49
| | | | * i2c-nomadik: use pm_runtime APIRabin Vincent2011-05-251-6/+31
| | | | * i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath2011-05-251-8/+19
| | | | * i2c-nomadik: correct adapter timeout initializationVirupax Sadashivpetimath2011-05-251-4/+5
| | | | * i2c-nomadik: remove the redundant error messagesrinidhi kasagar2011-05-251-2/+0
OpenPOWER on IntegriCloud