summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-10-238-9/+29
|\
| * i2c: Add info->archdata fieldAnton Vorontsov2008-10-221-0/+3
| * i2c: Inform about deprecated chips directoryWolfram Sang2008-10-222-1/+4
| * i2c: Use pci_ioremap_bar()Arjan van de Ven2008-10-221-1/+1
| * i2c-algo-pcf: Fix typo in debugging log messageDavid Miller2008-10-221-1/+1
| * i2c-algo-pcf: Add adapter hooks around xfer begin and endDavid Miller2008-10-221-4/+13
| * i2c-algo-pcf: Pass adapter data into ->waitforpin() methodDavid Miller2008-10-222-2/+3
| * i2c-i801: Add support for Intel Ibex PeakSeth Heasley2008-10-222-0/+4
* | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-218-34/+59
|\|
| * PCI: Check dynids driver_data value for validityJean Delvare2008-10-202-8/+0
| * PCI: remove dynids.use_driver_dataMilton Miller2008-10-202-2/+0
| * x86: sysfs: kill owner field from attributeParag Warudkar2008-10-202-2/+0
| * i2c: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-17/+17
| * hwmon: (ams) Convert to a new-style i2c driverJean Delvare2008-10-171-0/+29
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-3/+3
| |\
| | * device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-161-2/+10
| |\ \ | | |/ | |/|
| | * Merge branch 's3c-move' into develRussell King2008-10-142-3/+5
| | |\
| | * \ Merge branch 'omap-all' into develRussell King2008-10-141-2/+10
| | |\ \
| | | * | [ARM] omap: convert OMAP drivers to use ioremap()Russell King2008-09-051-2/+10
* | | | | i2c-cpm: Suppress autoprobing for devicesWolfram Sang2008-10-201-1/+0
|/ / / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2008-10-155-2/+222
|\ \ \ \
| * \ \ \ Merge commit 'origin'Benjamin Herrenschmidt2008-10-153-20/+82
| |\ \ \ \
| * \ \ \ \ Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt2008-10-143-0/+221
| |\ \ \ \ \
| | * | | | | i2c: MPC8349E-mITX Power Management and GPIO expander driverAnton Vorontsov2008-10-133-0/+221
| * | | | | | i2c-mpc: suppress I2C device probingWolfgang Grandegger2008-10-081-1/+0
| |/ / / / /
| * | | | | powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-231-1/+1
* | | | | | i2c-viapro: Add support for SMBus Process Call transactionsPrakash Mortha2008-10-141-1/+12
* | | | | | i2c: Restore i2c_smbus_process_call functionPrakash Mortha2008-10-141-0/+22
* | | | | | i2c: Do earlier driver model initDavid Brownell2008-10-141-1/+4
* | | | | | i2c: Only build Tyan SMBus mux drivers on x86Jean Delvare2008-10-141-2/+2
* | | | | | i2c: Guard against oopses from bad init sequencesDavid Brownell2008-10-141-0/+8
* | | | | | i2c-parport-light: Don't register a platform device resourceJean Delvare2008-10-141-31/+8
* | | | | | i2c/tps65010: Vibrator hookup to gpiolibMarek Vasut2008-10-141-3/+9
* | | | | | i2c-viapro: Add VX800/VX820 supportRudolf Marek2008-10-142-1/+7
* | | | | | i2c: Renesas Highlander FPGA SMBus supportPaul Mundt2008-10-143-0/+511
* | | | | | i2c-pca-isa: Don't grab arbitrary resourcesRene Herman2008-10-141-3/+17
* | | | | | i2c/isp1301_omap: Convert to a new-style i2c driver, part 2Jean Delvare2008-10-141-65/+33
* | | | | | i2c/isp1301_omap: Convert to a new-style i2c driver, part 1Felipe Balbi2008-10-141-29/+30
| |/ / / / |/| | | |
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-111-17/+77
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | [ARM] pxa: move i2c register and bit definitions into i2c-pxa.cEric Miao2008-10-071-1/+38
| * | | Merge branches 'pxa-core' and 'pxa-machines' into pxa-allRussell King2008-10-072-71/+218
| |\| |
| * | | [ARM] 5278/1: i2c-pxa fast mode supportJonathan Cameron2008-10-031-2/+4
| * | | [I2C] pxa: provide late suspend and early resume hooksRussell King2008-09-091-6/+24
| * | | [ARM] 5203/1: i2c-pxa: fix scheduling while atomic in i2c_pxa_abort()Dmitry Baryshkov2008-09-091-3/+4
| * | | [ARM] 5201/1: PXA3xx: Add support for power i2c busMike Rapoport2008-09-091-5/+7
* | | | i2c-dev: Return correct error code on class_create() failureSven Wegener2008-09-241-1/+3
* | | | i2c-powermac: Fix section for probe and remove functionsUwe Kleine-Koenig2008-09-241-2/+2
| |/ / |/| |
* | | Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-09-051-63/+208
|\ \ \ | |_|/ |/| |
| * | i2c: fix i2c-sh_mobile timing issuesMagnus Damm2008-09-051-63/+208
| |/