summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2009-12-06i2c: Add missing __devinit markers to old i2c adapter driversJean Delvare4-4/+4
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare3-11/+0
2009-12-06i2c-voodoo3: DeleteJean Delvare3-267/+0
2009-12-06i2c-powermac: Drop temporary name bufferJean Delvare1-6/+5
2009-12-06i2c-powermac: Include the i2c_adapter in struct pmac_i2c_busJean Delvare1-12/+3
2009-12-06i2c-powermac: Log errorsJean Delvare1-5/+23
2009-12-06i2c-powermac: Refactor i2c_powermac_smbus_xferJean Delvare1-44/+41
2009-12-06i2c-powermac: Reject unsupported I2C transactionsJean Delvare1-0/+6
2009-11-21ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King1-2/+2
2009-11-20i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells1-0/+2
2009-11-20i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells1-0/+3
2009-11-07i2c-piix4: Modify code name SB900 to Hudson-2Crane Cai2-5/+5
2009-11-03i2c-mpc: Do not generate STOP after read.Joakim Tjernlund1-8/+2
2009-11-03i2c: imx: disable clock when it's possible to save power.Richard Zhao1-6/+6
2009-11-03i2c: imx: only imx1 needs disable delayRichard Zhao1-5/+7
2009-11-03i2c: imx: check busy bit when START/STOPRichard Zhao1-18/+44
2009-10-05i2c: Hide probe errors caused by ACPI resource conflictsJean Delvare7-8/+12
2009-09-26ACPI: i2c-scmi: don't use acpi_device_uid()Bjorn Helgaas1-3/+2
2009-09-25Merge branch 'origin' into for-linusRussell King10-36/+529
2009-09-23Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-30/+489
2009-09-21Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-2/+2
2009-09-20[PATCH] i2c-imx: make bus available earlyWolfram Sang1-2/+1
2009-09-20i2c-mv64xxx: correct mv64xxx_i2c_intr() return typeMikael Pettersson1-2/+2
2009-09-19i2c: Clearly mark ACPI drivers as suchJean Delvare2-12/+17
2009-09-19i2c: Add driver for SMBus Control Method InterfaceCrane Cai3-0/+444
2009-09-19i2c-pnx: Correct use of request_region/request_mem_regionJulia Lawall1-3/+4
2009-09-19i2c-piix4: Add AMD SB900 SMBus device IDCrane Cai2-4/+8
2009-09-19i2c/scx200_acb: Provide more information on bus errorsWilly Tarreau1-2/+4
2009-09-19i2c-taos-evm: Switch echo off to improve performanceJean Delvare1-21/+24
2009-09-10[ARM] pxa: update dependancy of pxa i2c moduleHaojian Zhuang1-2/+2
2009-08-23i2c: Runtime PM for SuperH Mobile I2CMagnus Damm1-2/+37
2009-08-23Merge branch 'master' into for-linusRafael J. Wysocki2-67/+104
2009-08-21i2c-stu300: I2C STU300 stability updatesLinus Walleij1-65/+92
2009-08-21i2c-omap: Enable workaround for Errata 1.153 based onMoiz Sonasath1-1/+1
2009-08-21i2c-omap: ACK pending [R/X]DR and [R/X]RDY interruptsMoiz Sonasath1-0/+3
2009-08-21i2c-omap: Fix I2C status ACKNishanth Menon1-1/+8
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki3-14/+35
2009-07-30i2c-omap: OMAP3430 Silicon Errata 1.153Sonasath, Moiz1-1/+23
2009-07-30i2c-omap: In case of a NACK|ARDY|AL return from the ISRSonasath, Moiz1-1/+3
2009-07-30i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT registerSonasath, Moiz1-5/+7
2009-07-30i2c-sh_mobile: change module_init() to subsys_initcall()Magnus Damm1-1/+1
2009-07-30i2c: strncpy does not null terminate stringRoel Kluin1-1/+1
2009-07-30i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC valuePeter Korsgaard1-5/+0
2009-07-22I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm1-9/+16
2009-07-22I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm1-8/+17
2009-07-15i2c: Use resource_sizeJulia Lawall4-8/+8
2009-07-15i2c-davinci: behave with i2cdetectDavid Brownell1-4/+14
2009-07-15i2c-davinci: convert clock usage after clkdev conversionKevin Hilman1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-4/+5
2009-06-25i2c: fix build bug in i2c-designware.cIngo Molnar1-0/+1