aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2011-09-07i2c-tegra: fix possible race condition after txGravatar Doug Anderson 1-14/+32
2011-09-07i2c-tegra: add I2C_FUNC_SMBUS_EMULGravatar Mike Rapoport 1-1/+1
2011-09-07i2c-tegra: Add of_match_tableGravatar John Bonesio 1-0/+12
2011-09-07i2c-pxa2xx: return proper error code in ce4100_i2c_probe error pathsGravatar Axel Lin 1-1/+4
2011-08-24i2c-nomadik: fix kerneldoc warningGravatar Linus Walleij 1-1/+2
2011-08-23Revert "i2c-omap: fix static suspend vs. runtime suspend"Gravatar Kevin Hilman 1-29/+0
2011-08-23i2c-nomadik: Do not use _interruptible_ variant callGravatar srinidhi kasagar 1-4/+4
2011-07-27i2c-eg20t : Fix the issue of Combined R/W transfer modeGravatar Tomoya MORINAGA 1-2/+2
2011-07-27i2c-eg20t : Support Combined R/W transfer modeGravatar Tomoya MORINAGA 1-19/+20
2011-07-27i2c: Tegra: Add DeviceTree supportGravatar John Bonesio 1-1/+16
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-4/+4
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGravatar Grant Likely 4-14/+10
2011-07-25i2c-ali1535: Fix style issuesGravatar LABBE Corentin 1-31/+30
2011-07-11doc: Kconfig: Typo: square -> squaredGravatar Michael Witten 1-1/+1
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 5-13/+25
2011-07-11drivers/i2c: static should be at beginning of declarationGravatar Jesper Juhl 1-2/+2
2011-07-07Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linuxGravatar Linus Torvalds 3-6/+17
2011-06-29i2c/pca954x: Initialize the mux to disconnected stateGravatar Petri Gynther 1-3/+4
2011-06-29i2c-taos-evm: Fix log messagesGravatar Jean Delvare 1-4/+4
2011-06-27Merge branches 'for-30-rc4/i2c-bfin', 'for-30-rc4/i2c-omap', 'for-30-rc4/i2c-...Gravatar Ben Dooks 2-5/+10
2011-06-27i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedlyGravatar Sonic Zhang 1-1/+7
2011-06-27i2c-s3c2410: Remove useless break codeGravatar Jonghwan Choi 1-1/+0
2011-06-27i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Gravatar Huisung Kang 1-3/+3
2011-06-27i2c: tegra: Assign unused slave addressGravatar Stephen Warren 1-1/+7
2011-06-24treewide: transciever/transceiver spelling fixesGravatar Joe Perches 1-1/+1
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsGravatar Samuel Ortiz 2-4/+2
2011-05-24Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxGravatar Linus Torvalds 5-106/+240
2011-05-25Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-t...Gravatar Ben Dooks 7-108/+241
2011-05-25i2c-nomadik: break out single messsage transmissionGravatar Linus Walleij 1-32/+48
2011-05-25i2c-nomadik: reset the hw after status checkGravatar Virupax Sadashivpetimath 1-4/+4
2011-05-25i2c-nomadik: remove the unnecessary delayGravatar Virupax Sadashivpetimath 1-18/+2
2011-05-25i2c-nomadik: change the TX and RX thresholdGravatar Virupax Sadashivpetimath 1-13/+26
2011-05-25i2c-nomadik: add code to retry on timeout failureGravatar Virupax Sadashivpetimath 1-48/+49
2011-05-25i2c-nomadik: use pm_runtime APIGravatar Rabin Vincent 1-6/+31
2011-05-25i2c-nomadik: print abort cause only on abort tagGravatar Virupax Sadashivpetimath 1-8/+19
2011-05-25i2c-nomadik: correct adapter timeout initializationGravatar Virupax Sadashivpetimath 1-4/+5
2011-05-25i2c-nomadik: remove the redundant error messageGravatar srinidhi kasagar 1-2/+0
2011-05-25i2c-nomadik: corrrect returned error numbersGravatar Virupax Sadashivpetimath 1-4/+6
2011-05-25i2c-nomadik: make i2c timeout specific per i2c busGravatar Virupax Sadashivpetimath 1-6/+4
2011-05-25i2c-nomadik: add regulator supportGravatar Jonas Aberg 1-15/+58
2011-05-24i2c-parport: Various cleanupsGravatar Jean Delvare 3-59/+55
2011-05-24i2c-i801: Don't depend on other kernel driver config optionsGravatar Jean Delvare 2-10/+7
2011-05-24i2c-i801: Check for vendor Fujitsu before probing for apanelGravatar Jean Delvare 1-1/+2
2011-05-24i2c-i801: Don't probe for slaves on IDF channelsGravatar Jean Delvare 1-15/+31
2011-05-24i2c-i801: SMBus patch for Intel Panther Point DeviceIDsGravatar Seth Heasley 2-1/+4
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Gravatar Linus Torvalds 1-0/+1
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-0/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 4-17/+26
2011-05-18Haavard Skinnemoen has left AtmelGravatar Jean Delvare 1-1/+1