summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2008-04-11i2c-tiny-usb: New VID/PID pairTill Harbaum1-4/+8
2008-04-11i2c-davinci: Fix lost interruptTroy Kisky1-11/+6
2008-04-11i2c-ibm_iic: Fast mode parm desc fixupPaul Mundt1-1/+1
2008-03-23i2c-omap: Fix unhandled faultTony Lindgren1-8/+28
2008-03-23i2c-bfin-twi: Disable BF54x support for nowBryan Wu1-1/+1
2008-03-12i2c-amd756: Fix off-by-oneAdrian Bunk1-1/+1
2008-02-24i2c-i801: Add support for the ICH10Gaston, Jason D2-2/+10
2008-02-24i2c-pca-isa: Add access check to legacy ioportsChristian Krafft1-0/+7
2008-02-24i2c: Storage class should be before const qualifierTobias Klauser1-2/+2
2008-02-24i2c-pxa: Misc fixesWolfram Sang1-11/+14
2008-02-17[ARM] 4827/1: fix two warnings in drivers/i2c/busses/i2c-pxa.cHolger Schurig1-1/+3
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-1/+1
2008-01-28Merge branch 'orion' into develRussell King2-16/+18
2008-01-27i2c-bfin-twi: Register adapter with a specific bus numberKalle Pokki1-1/+2
2008-01-27i2c-au1550: Convert to platform driverManuel Lauss2-96/+102
2008-01-27i2c-au1550: properly terminate zero-byte transfersManuel Lauss1-3/+8
2008-01-27mpc-i2c: Propagate error values properlyJon Smirl1-12/+16
2008-01-27i2c-viapro: Add support for the VT8237SJean Delvare2-2/+6
2008-01-27i2c-piix4: Drop redundant PCI function number checkJean Delvare1-26/+15
2008-01-27i2c: Let the user specify PCI driver data through new_idJean Delvare2-0/+10
2008-01-27i2c-pxa: Add polling transferMike Rapoport1-12/+121
2008-01-27i2c-sibyte: Remove the bus scan module parameterJean Delvare1-28/+1
2008-01-27i2c-i801: Implement I2C block read supportJean Delvare1-25/+54
2008-01-27i2c-i801: Clear special mode bits as neededJean Delvare1-1/+6
2008-01-27i2c-i801: More explicit names for chip featuresJean Delvare1-9/+15
2008-01-27i2c-i801: Document which chip support what featureJean Delvare1-24/+33
2008-01-27i2c: Deprecate drivers for I2C buses on video adaptersJean Delvare1-4/+13
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesJean Delvare5-6/+0
2008-01-27i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27xeric miao1-29/+29
2008-01-27i2c: some overdue driver removalAdrian Bunk3-193/+0
2008-01-27i2c-stub: Use a single array for byte and word operationsJean Delvare1-7/+8
2008-01-27i2c-ibm_iic: Whitespace cleanupStefan Roese2-99/+99
2008-01-27i2c-pasemi: use i2c_add_numbered_adapter()Olof Johansson1-1/+2
2008-01-27i2c-nforce2: The nForce2 can do block transactionsJean Delvare1-0/+1
2008-01-26[I2C] i2c-mv64xxx: Don't set i2c_adapter.retriesJean Delvare1-1/+0
2008-01-26[I2C] Split mv643xx I2C platform supportTzachi Perelstein2-15/+18
2008-01-14i2c-sibyte: Fix an error pathJean Delvare1-2/+5
2008-01-14i2c: Spelling fixesJoe Perches2-2/+2
2008-01-14i2c-omap: Fix NULL pointer dereferencingTony Lindgren1-1/+1
2007-12-12i2c: Add missing spaces in split log messagesJoe Perches2-5/+5
2007-12-12i2c-gpio: Initialize adapter classAtsushi Nemoto1-0/+1
2007-11-15i2c-pasemi: Fix NACK detectionOlof Johansson1-0/+5
2007-11-15i2c-pasemi: Replace obsolete "driverfs" reference with "sysfs"Robert P. J. Day1-1/+1
2007-10-20typo fixesMatt LaPlante1-5/+5
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt8-9/+9
2007-10-19i2c-pxa, rename BIT macro to PXA_BITJiri Slaby1-27/+27
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches2-5/+5
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