summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* | | i2c-ocores: Can add I2C devices to the busRichard Röjfors2009-06-131-0/+5
* | | i2c-s3c2410: move to using platform idtable to match devicesBen Dooks2009-06-131-26/+22Star
* | | i2c: OMAP3: Better noise suppression for fast/standard modesAaro Koskinen2009-06-131-2/+12
* | | i2c: OMAP2/3: Fix scll/sclh calculationsAaro Koskinen2009-06-131-7/+18
* | | i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionalityMichael Hennerich2009-06-131-1/+11
* | | i2c: Blackfin TWI: fix transfer errors with repeat startFrank Shew2009-06-131-6/+15
* | | i2c: Blackfin TWI: fix REPEAT START mode doesn't repeatSonic Zhang2009-06-131-8/+7Star
* | | i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0Michael Hennerich2009-06-132-4/+9
| |/ |/|
* | Merge branch 'sh/clkfwk'Paul Mundt2009-05-261-1/+1
|\ \ | |/ |/|
| * sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt2009-05-131-1/+1
* | Merge branch 'i2c-for-2630-rc5' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-05-124-26/+32
|\ \
| * | i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULLMark Ware2009-05-121-8/+8
| * | i2c: Enable i2c-s3c2410 for S3C64XX tooMark Brown2009-05-121-1/+1
| * | i2c-mpc: bug fix for MPC52xx clock setting and printoutWolfgang Grandegger2009-05-121-14/+20
| * | i2c-pxa.c: timeouts off by 1Roel Kluin2009-05-031-3/+3
| |/
* | i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)Enrik Berkhan2009-05-051-0/+11
* | i2c-algo-bit: Fix timeout testDave Airlie2009-05-051-1/+1
* | i2c: Timeouts off by 1Roel Kluin2009-05-059-13/+13
|/
* i2c: Let new-style drivers implement attach_adapterJean Delvare2009-04-131-2/+1Star
* i2c-voodoo3: Deprecate in favor of tdfxfbJean Delvare2009-04-131-2/+4
* i2c-algo-pca: Fix use of uninitialized variable in debug messageJean Delvare2009-04-131-1/+1
* i2c: imx: Make disable_delay a per-device variableWolfram Sang2009-04-071-4/+3Star
* i2c: xtensa s6000 i2c driverOskar Schirmer2009-04-074-0/+497
* i2c: i2c-mpc: make I2C bus speed configurableWolfgang Grandegger2009-04-071-20/+242
* i2c: i2c-mpc: use dev based printout functionWolfgang Grandegger2009-04-071-14/+17
* i2c: i2c-mpc: various coding style fixesWolfgang Grandegger2009-04-071-17/+18
* i2c: imx: Add missing request_mem_region in probe()Darius Augulis2009-04-071-5/+13
* i2c: i2c-s3c2410: Initialise Samsung I2C controller earlyMark Brown2009-04-071-2/+1Star
* i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone2009-04-071-39/+11Star
* i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks2009-04-071-5/+19
* i2c: iMX/MXC supportDarius Augulis2009-04-073-0/+628
* i2c: Delete unused i2c-algo-sgi helper moduleJean Delvare2009-04-063-184/+0Star
* Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-314-339/+77Star
|\
| * i2c-i801: Instantiate FSC hardware montioring chipsHans de Goede2009-03-301-0/+77
| * Move the pcf8591 driver to hwmonJean Delvare2009-03-303-339/+0Star
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-3019-290/+546
|\|
| * Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-2816-261/+514
| |\
| | * i2c-core: Some style cleanupsZhenwen Xu2009-03-281-13/+13
| | * i2c-piix4: Add support for the Broadcom HT1100 chipsetFlavio Leitner2009-03-282-1/+4
| | * i2c-piix4: Add support to SB800 SMBus changesShane Huang2009-03-281-1/+72
| | * i2c-pca-platform: Use defaults if no platform_data givenWolfram Sang2009-03-281-7/+12
| | * i2c-algo-pca: Use timeout for checking the state machineWolfram Sang2009-03-283-33/+46
| | * i2c-algo-pca: Rework waiting for a free busWolfram Sang2009-03-282-8/+11
| | * i2c-algo-pca: Add PCA9665 supportMarco Aurelio da Costa2009-03-284-26/+185
| | * i2c: Adapt debug macros for KERN_* constantsFrank Seidel2009-03-281-5/+9
| | * i2c-davinci: Fix timeout handlingJean Delvare2009-03-281-5/+3Star
| | * i2c: Adapter timeout is in jiffiesJean Delvare2009-03-284-10/+9Star
| | * i2c: Set a default timeout value for all adaptersJean Delvare2009-03-283-4/+6
| | * i2c: Add missing KERN_* constants to printksFrank Seidel2009-03-284-8/+11
| | * i2c-algo-pcf: Handle timeout correctlyRoel Kluin2009-03-281-8/+10