summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllersDavid Woodhouse2010-10-311-0/+12
* i2c-i801: Handle multiple instances instead of keeping global stateDavid Woodhouse2010-10-311-144/+175
* i2c-i801: Add Intel Patsburg device IDSeth Heasley2010-10-312-0/+3
* Merge branch 'for-2637/i2c-all' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-10-295-16/+1176
|\
| * i2c-intel-mid: Driver depends on PCIRandy Dunlap2010-10-291-0/+1
| * Merge branch 'for-2637/i2c/samsung' into next-i2cBen Dooks2010-10-281-1/+9
| |\
| | * i2c-s3c2410: Enable i2c clock only when doing some transfertArnaud Patard (Rtp)2010-10-211-1/+9
| * | Merge branch 'for-2637/i2c/i2c-nomadik' into next-i2cBen Dooks2010-10-281-15/+21
| |\ \
| | * | i2c-nomadik: fixup bus delaysLinus Walleij2010-10-251-2/+6
| | * | i2c-nomadik: support smbus emulationLinus Walleij2010-10-251-4/+1
| | * | i2c-nomadik: dynamic clockingLinus Walleij2010-10-251-4/+9
| | * | i2c-nomadik: documentation fixesLinus Walleij2010-10-251-5/+5
| * | | i2c-intel-mid: support for Moorestown and Medfield platformAlan Cox2010-10-283-0/+1145
* | | | 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
| |\ \ \
OpenPOWER on IntegriCloud