aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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