summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-282-7/+7
|\
| * PCI: update Intel chipset names and definesSeth Heasley2010-10-172-7/+7
* | NULL-terminate all pci_device_id tablesDzianis Kahanovich2010-10-271-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-252-12/+15
|\ \
| * | sh: i2c-sh7760: Replase from ctrl_* to __raw_*Nobuhiro Iwamatsu2010-10-251-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-1617-207/+1804
| |\ \
| * | | i2c: i2c-sh_mobile irq rollback fixMagnus Damm2010-08-041-10/+13
* | | | i2c-viapro: Don't log nacksJean Delvare2010-10-241-7/+1
* | | | i2c/pca954x: Remove __devinit and __devexit from probe and remove functionsGuenter Roeck2010-10-241-4/+4
* | | | i2c/mux: Driver for PCA9541 I2C Master SelectorGuenter Roeck2010-10-243-0/+422
* | | | i2c: Optimize function i2c_detect()Jean Delvare2010-10-241-7/+6
* | | | i2c: Discard warning message on device instantiation from user-spaceJean Delvare2010-10-241-2/+0
* | | | i2c-amd8111: Add proper error handlingJulia Lawall2010-10-241-50/+113
* | | | i2c: Change to new flag variablematt mooney2010-10-244-12/+4
* | | | i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2010-10-244-4/+0
* | | | i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare2010-10-242-19/+24
* | | | i2c-pca-platform: Change device name of request_irqNobuhiro Iwamatsu2010-10-241-1/+1
* | | | i2c: Fix Kconfig dependenciesJean Delvare2010-10-242-1/+14
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-211-1/+1
|\ \ \ \
| * | | | i2c/i2c-pasemi.c: Fix unsigned return typeJulia Lawall2010-10-131-1/+1
| | |_|/ | |/| |
* | | | i2c-imx: do not allow interruptions when waiting for I2C to completeMarc Kleine-Budde2010-10-181-9/+3
* | | | i2c-davinci: Fix TX setup for more SoCsJon Povey2010-10-181-9/+15
|/ / /
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-076-38/+48
|\ \ \
| * | | of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely2010-09-304-4/+9
| * | | i2c: Fix checks which cause legacy suspend to never get calledRajendra Nayak2010-09-301-20/+24
| * | | i2c-pca: Fix waitforcompletion() return valueYegor Yefremov2010-09-302-8/+15
| * | | i2c: Fix for suspend/resume issueVishwanath BS2010-09-301-6/+0
* | | | i2c-s3c2410: fix calculation of SDA line delayMyungJoo Ham2010-10-011-2/+2
* | | | i2c-davinci: Fix race when setting up for TXJon Povey2010-09-281-3/+3
* | | | i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeoutBernhard Walle2010-09-271-1/+1
|/ / /
* | | i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman2010-09-221-0/+2
| |/ |/|
* | Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-08-145-66/+971
|\ \
| * \ Merge branch 'for-2636/i2c/nuc' into next-i2cBen Dooks2010-08-113-0/+717
| |\ \
| | * | i2c/nuc900: add i2c driver support for nuc900Wan ZongShun2010-08-113-0/+717
| * | | Merge branch 'for-2636/i2c/nxp' into next-i2cBen Dooks2010-08-111-2/+2
| |\ \ \
| | * | | i2c: Enable NXP LPC support in KconfigKevin Wells2010-08-111-2/+2
| | |/ /
| * | | Merge branch 'for-2636/i2c/pxa' into next-i2cBen Dooks2010-08-111-1/+1
| |\ \ \
| | * | | i2c-pxa: fix compiler warning, due to missing constMarc Kleine-Budde2010-08-111-1/+1
| | |/ /
| * | | Merge branch 'davinci-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Ben Dooks2010-08-091-63/+251
| |\ \ \ | | |/ / | |/| |
| | * | i2c: davinci: bus recovery procedure to clear the busPhilby John2010-08-051-4/+53
| | * | i2c: davinci: Add cpufreq supportChaithrika U S2010-08-051-0/+63
| | * | i2c: davinci: Add suspend/resume supportChaithrika U S2010-08-051-0/+36
| | * | i2c: davinci: Add helper functions for power managementChaithrika U S2010-08-051-19/+37
| | * | i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usageChaithrika U S2010-08-051-39/+38
| | * | i2c: davinci: Fix smbus Oops with AIC33 usageDirk Behme2010-08-051-4/+27
| | |/
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-128-61/+671
|\ \ \
| * | | i2c: I2C bus multiplexer driver pca954xMichael Lawnick2010-08-115-1/+330
| * | | i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-115-8/+273
| * | | i2c: Use a separate mutex for userspace client listsJean Delvare2010-08-111-6/+7
| * | | i2c: Make i2c_default_probe self-sufficientJean Delvare2010-08-111-22/+10
OpenPOWER on IntegriCloud