summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-24i2c: driver for the Synopsys DesignWare I2C controllerBaruch Siach3-0/+634
2009-06-22i2c: Fix stuck transaction on cpm-i2c driverMichael Trimarchi1-3/+3
2009-06-22i2c-omap: Fix build breaking typo cpu_is_omap_2430Tony Lindgren1-1/+1
2009-06-19Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-363/+205
2009-06-19i2c: Use rwsem instead of mutex for board infoRodolfo Giometti3-6/+10
2009-06-19i2c: Add a sysfs interface to instantiate devicesJean Delvare1-1/+122
2009-06-19i2c: Limit core locking to the necessary sectionsJean Delvare1-23/+28
2009-06-19i2c: Kill the redundant client listJean Delvare1-17/+11
2009-06-19i2c: Kill is_newstyle_driverJean Delvare1-31/+1
2009-06-19i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare1-59/+41
2009-06-19i2c: Drop i2c_probe functionJean Delvare1-137/+0
2009-06-19i2c: Get rid of the legacy binding modelJean Delvare1-76/+7
2009-06-19i2c: Kill client_register and client_unregister methodsJean Delvare1-29/+1
2009-06-18Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt1-1/+1
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk1-1/+1
2009-06-16i2c-stu300: Make driver depend on MACH_U300Linus Walleij1-0/+1
2009-06-16i2c-s3c2410: use resource_size()Ben Dooks1-2/+2
2009-06-16i2c: Use resource_size macroLinus Walleij11-31/+28
2009-06-16i2c: ST DDC I2C U300 bus driver v3Linus Walleij3-0/+1042
2009-06-16i2c-bfin-twi: pull in io.h for ioremap()Mike Frysinger1-0/+1
2009-06-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-282/+34
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-3/+3
2009-06-15i2c-viapro: Add new PCI device ID for VX855Harald Welte2-3/+7
2009-06-15i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang3-262/+0
2009-06-15i2c: Do not give adapters a default parentJean Delvare1-11/+0
2009-06-15i2c: Do not probe for TV chips on Voodoo3 adaptersJean Delvare1-1/+0
2009-06-15i2c: Retry automatically on arbitration lossClifford Wolf1-4/+26
2009-06-15i2c: Remove void castsJack Stone1-1/+1
2009-06-15Merge commit 'origin/master' into nextBenjamin Herrenschmidt6-57/+118
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+19
2009-06-13i2c-ocores: Can add I2C devices to the busRichard Röjfors1-0/+5
2009-06-13i2c-s3c2410: move to using platform idtable to match devicesBen Dooks1-26/+22
2009-06-13i2c: OMAP3: Better noise suppression for fast/standard modesAaro Koskinen1-2/+12
2009-06-13i2c: OMAP2/3: Fix scll/sclh calculationsAaro Koskinen1-7/+18
2009-06-13i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionalityMichael Hennerich1-1/+11
2009-06-13i2c: Blackfin TWI: fix transfer errors with repeat startFrank Shew1-6/+15
2009-06-13i2c: Blackfin TWI: fix REPEAT START mode doesn't repeatSonic Zhang1-8/+7
2009-06-13i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0Michael Hennerich2-4/+9
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+1
2009-06-05[ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao1-1/+1
2009-06-05[ARM] pxa: add platform device ID table to pxa i2c driverEric Miao1-2/+18
2009-06-04i2c: Fix confusing i2c-ibm_iic messageSean MacLennan1-3/+3
2009-05-26Merge branch 'sh/clkfwk'Paul Mundt1-1/+1
2009-05-13sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt1-1/+1
2009-05-12Merge branch 'i2c-for-2630-rc5' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds4-26/+32
2009-05-12i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULLMark Ware1-8/+8
2009-05-12i2c: Enable i2c-s3c2410 for S3C64XX tooMark Brown1-1/+1
2009-05-12i2c-mpc: bug fix for MPC52xx clock setting and printoutWolfgang Grandegger1-14/+20