aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-20/+25
2007-10-13i2c-nforce2: Declare PEC as supportedJean Delvare1-0/+1
2007-10-13i2c-nforce2: Abort the transaction on errorOleg Ryjkov1-1/+32
2007-10-13i2c-nforce2: Move status checking to a separate functionOleg Ryjkov1-16/+33
2007-10-13i2c-au1550: Fix a misused register problemChris David1-7/+4
2007-10-13i2c: Rename the PEC functionality bitDavid Brownell2-2/+2
2007-10-13i2c-at91: Mark as brokenDavid Brownell1-1/+9
2007-10-13i2c: Remove NOP i2c_algorithm.algo_control() methodsDavid Brownell1-8/+0
2007-10-13i2c-stub: Support multiple chipsJean Delvare1-22/+57
2007-10-13i2c-bfin-twi: Remove useless twi_lock mutexFrancis Moreau1-16/+0
2007-10-13i2c-i801: Add support for the Intel Tolapai SMBusJason Gaston1-0/+3
2007-10-13i2c: Add DaVinci I2C controller supportVladimir Barinov3-0/+600
2007-10-13i2c-ibm_iic: Add support for new-style clientsStefan Roese1-1/+8
2007-10-12[ARM] pxa: update pxa i2c driver to use clk supportRussell King1-20/+25
2007-09-09i2c-pxa: Fix adapter numberJean Delvare1-1/+1
2007-09-09i2c-gpio: Fix adapter numberDavid Brownell1-1/+1
2007-08-31i2c-piix4: Fix SB700 PCI device IDShane Huang2-4/+3
2007-08-14i2c-s3c2410: Build fixBen Dooks1-2/+2
2007-08-14i2c-mv64xxx: Reinitialize hw and driver on I2C bus hangDale Farnsworth1-14/+17
2007-08-14i2c-mpc: Don't disable I2C module on stop conditionDomen Puncer1-3/+6
2007-08-14i2c-iop3xx: Set I2C_CLASS_HWMON to adapter classArnaud Patard1-0/+1
2007-08-14i2c-mpc: Pass correct dev_id to free_irq on error pathScott Wood1-1/+1
2007-08-14i2c-i801: Typo: erroneousJean Delvare1-2/+2
2007-07-25Blackfin arch: add BF54x I2C/TWI TWI0 driver supportBryan Wu1-2/+2
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds3-196/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare3-196/+0
2007-07-17parse error, drivers/i2c/busses/i2c-pmcmsp.cYoann Padioleau1-1/+1
2007-07-15make i2c-acorn tristateAl Viro2-2/+2
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+1
2007-07-12i2c-rpx: RemoveJean Delvare3-107/+0
2007-07-12i2c-mpc: work around missing-9th-clock-pulse bugDomen Puncer1-0/+23
2007-07-12i2c: New PMC MSP71xx TWI bus driverMarc St-Jean3-0/+663
2007-07-12i2c-savage4: Delete many unused definesJean Delvare1-20/+1
2007-07-12i2c: New bus driver for the TAOS evaluation modulesJean Delvare3-0/+347
2007-07-12i2c-i801: Use the internal 32-byte buffer on ICH4+Oleg Ryjkov1-51/+100
2007-07-12i2c-i801: Various cleanupsOleg Ryjkov1-41/+75
2007-07-12i2c-pxa: Support new-style I2C driversRodolfo Giometti1-1/+8
2007-07-12i2c-gpio: Make some internal functions staticAtsushi Nemoto1-2/+2
2007-07-12i2c-gpio: Add support for new-style clientsAtsushi Nemoto1-1/+7
2007-07-12i2c-iop3xx: Switch to static adapter numberingMartin Michlmayr1-1/+2
2007-07-12i2c-sis5595: Resolve resource conflict with sis5595Jean Delvare1-7/+20
2007-07-12i2c-nforce2: Add support for SMBus block transactionsOleg Ryjkov1-1/+43
2007-07-12i2c-mpc: Use i2c_add_numbered_adapterGrant Likely1-1/+2
2007-07-12i2c-mv64xxx: Use i2c_add_numbered_adapterDale Farnsworth1-1/+2
2007-07-12i2c-piix4: Add support for the ATI SB700Henry Su2-1/+4
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare3-5/+2
2007-07-12scx200_acb: Use mutex instead of semaphoreMatthias Kaehlcke1-7/+7
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-2/+1
2007-05-26[ARM] 4403/1: Make the PXA-I2C driver work with lockdep validatorEnrico Scholz1-14/+9
2007-05-22i2c-s3c2410: Fix build warningArnaud Patard1-1/+2