aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-25i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath1-48/+49
2011-05-25i2c-nomadik: use pm_runtime APIRabin Vincent1-6/+31
2011-05-25i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath1-8/+19
2011-05-25i2c-nomadik: correct adapter timeout initializationVirupax Sadashivpetimath1-4/+5
2011-05-25i2c-nomadik: remove the redundant error messagesrinidhi kasagar1-2/+0
2011-05-25i2c-nomadik: corrrect returned error numbersVirupax Sadashivpetimath1-4/+6
2011-05-25i2c-nomadik: make i2c timeout specific per i2c busVirupax Sadashivpetimath1-6/+4
2011-05-25i2c-nomadik: add regulator supportJonas Aberg1-15/+58
2011-05-24i2c-parport: Various cleanupsJean Delvare3-59/+55
2011-05-24i2c-i801: Don't depend on other kernel driver config optionsJean Delvare2-10/+7
2011-05-24i2c-i801: Check for vendor Fujitsu before probing for apanelJean Delvare1-1/+2
2011-05-24i2c-i801: Don't probe for slaves on IDF channelsJean Delvare1-15/+31
2011-05-24i2c-i801: SMBus patch for Intel Panther Point DeviceIDsSeth Heasley2-1/+4
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+1
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latestPaul Mundt4-17/+26
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-3/+6
2011-05-13i2c: pnx: Fix crash due to wrong init of timer->dataWolfram Sang1-1/+1
2011-05-11i2c: i2c-sh_mobile bus speed platform data V2Magnus Damm1-2/+11
2011-05-11i2c: i2c-sh_mobile clock string removalMagnus Damm1-4/+2
2011-05-11i2c-eg20t: Support new device ML7223 IOHTomoya MORINAGA2-3/+9
2011-05-11i2c: tegra: Add de-bounce cycles.Jay Cheng1-1/+3
2011-05-11i2c: tegra: fix repeated start handlingErik Gilling1-2/+2