aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-7/+7
2010-10-27NULL-terminate all pci_device_id tablesDzianis Kahanovich1-1/+2
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-12/+15
2010-10-25sh: i2c-sh7760: Replase from ctrl_* to __raw_*Nobuhiro Iwamatsu1-2/+2
2010-10-24i2c-viapro: Don't log nacksJean Delvare1-7/+1
2010-10-24i2c/pca954x: Remove __devinit and __devexit from probe and remove functionsGuenter Roeck1-4/+4
2010-10-24i2c/mux: Driver for PCA9541 I2C Master SelectorGuenter Roeck3-0/+422
2010-10-24i2c: Optimize function i2c_detect()Jean Delvare1-7/+6
2010-10-24i2c: Discard warning message on device instantiation from user-spaceJean Delvare1-2/+0
2010-10-24i2c-amd8111: Add proper error handlingJulia Lawall1-50/+113
2010-10-24i2c: Change to new flag variablematt mooney4-12/+4
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare4-4/+0
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare2-19/+24
2010-10-24i2c-pca-platform: Change device name of request_irqNobuhiro Iwamatsu1-1/+1
2010-10-24i2c: Fix Kconfig dependenciesJean Delvare2-1/+14
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2010-10-17PCI: update Intel chipset names and definesSeth Heasley2-7/+7
2010-10-18i2c-imx: do not allow interruptions when waiting for I2C to completeMarc Kleine-Budde1-9/+3
2010-10-18i2c-davinci: Fix TX setup for more SoCsJon Povey1-9/+15
2010-10-13i2c/i2c-pasemi.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-10-07Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds6-38/+48
2010-10-01i2c-s3c2410: fix calculation of SDA line delayMyungJoo Ham1-2/+2
2010-09-30of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely4-4/+9
2010-09-30i2c: Fix checks which cause legacy suspend to never get calledRajendra Nayak1-20/+24
2010-09-30i2c-pca: Fix waitforcompletion() return valueYegor Yefremov2-8/+15
2010-09-30i2c: Fix for suspend/resume issueVishwanath BS1-6/+0
2010-09-28i2c-davinci: Fix race when setting up for TXJon Povey1-3/+3
2010-09-27i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeoutBernhard Walle1-1/+1
2010-09-22i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman1-0/+2
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt17-207/+1804
2010-08-14Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linuxLinus Torvalds5-66/+971
2010-08-12Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds8-61/+671
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-9/+9
2010-08-11i2c: I2C bus multiplexer driver pca954xMichael Lawnick5-1/+330
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick5-8/+273
2010-08-11i2c: Use a separate mutex for userspace client listsJean Delvare1-6/+7
2010-08-11i2c: Make i2c_default_probe self-sufficientJean Delvare1-22/+10
2010-08-11i2c: Drop dummy variableJean Delvare1-3/+2
2010-08-11i2c: Move adapter locking helpers to i2c-coreJean Delvare1-5/+34
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare1-0/+7
2010-08-11i2c: Add support for custom probe functionJean Delvare1-6/+10
2010-08-11i2c-dev: Use memdup_userJulia Lawall1-16/+6
2010-08-11i2c-dev: Remove unnecessary kmalloc castsJoe Perches1-3/+1
2010-08-11Merge branch 'for-2636/i2c/nuc' into next-i2cBen Dooks3-0/+717
2010-08-11Merge branch 'for-2636/i2c/nxp' into next-i2cBen Dooks1-2/+2
2010-08-11Merge branch 'for-2636/i2c/pxa' into next-i2cBen Dooks1-1/+1
2010-08-11i2c/nuc900: add i2c driver support for nuc900Wan ZongShun3-0/+717
2010-08-11i2c: Enable NXP LPC support in KconfigKevin Wells1-2/+2
2010-08-11i2c-pxa: fix compiler warning, due to missing constMarc Kleine-Budde1-1/+1
2010-08-09Merge branch 'davinci-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci into for-2636/i2c/davinciBen Dooks1-63/+251