summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: Kill the redundant client listJean Delvare2009-06-191-17/+11
| * i2c: Kill is_newstyle_driverJean Delvare2009-06-191-31/+1
| * i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare2009-06-191-59/+41
| * i2c: Drop i2c_probe functionJean Delvare2009-06-191-137/+0
| * i2c: Get rid of the legacy binding modelJean Delvare2009-06-191-76/+7
| * i2c: Kill client_register and client_unregister methodsJean Delvare2009-06-191-29/+1
* | Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt2009-06-181-1/+1
|\ \ | |/ |/|
| * powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-171-1/+1
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-156-57/+118
| |\
* | | i2c-stu300: Make driver depend on MACH_U300Linus Walleij2009-06-161-0/+1
* | | i2c-s3c2410: use resource_size()Ben Dooks2009-06-161-2/+2
* | | i2c: Use resource_size macroLinus Walleij2009-06-1611-31/+28
* | | i2c: ST DDC I2C U300 bus driver v3Linus Walleij2009-06-163-0/+1042
* | | i2c-bfin-twi: pull in io.h for ioremap()Mike Frysinger2009-06-161-0/+1
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-167-282/+34
|\ \ \
| * | | i2c-viapro: Add new PCI device ID for VX855Harald Welte2009-06-152-3/+7
| * | | i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang2009-06-153-262/+0
| * | | i2c: Do not give adapters a default parentJean Delvare2009-06-151-11/+0
| * | | i2c: Do not probe for TV chips on Voodoo3 adaptersJean Delvare2009-06-151-1/+0
| * | | i2c: Retry automatically on arbitration lossClifford Wolf2009-06-151-4/+26
| * | | i2c: Remove void castsJack Stone2009-06-151-1/+1
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-151-3/+3
|\ \ \ | |/ / |/| / | |/
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-121-1/+1
| |\
| * | i2c: Fix confusing i2c-ibm_iic messageSean MacLennan2009-06-041-3/+3
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-141-3/+19
|\ \ \
| * | | [ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao2009-06-051-1/+1
| * | | [ARM] pxa: add platform device ID table to pxa i2c driverEric Miao2009-06-051-2/+18
| |/ /
* | | 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/+22
* | | 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/+7
* | | 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/+1
* 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/+3
* i2c: xtensa s6000 i2c driverOskar Schirmer2009-04-074-0/+497
OpenPOWER on IntegriCloud