aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers17-1/+29
2008-04-22i2c: New driver for the SuperH Mobile I2C bus controllerMagnus Damm3-0/+511
2008-04-22i2c/scx200_acb: Don't use 0 as NULL pointerAdrian Bunk1-1/+1
2008-04-22i2c-bfin-twi: Fix mismatch in add timer and delete timerHans Schillstrom1-1/+2
2008-04-22i2c-bfin-twi: Just let i2c-bfin-twi driver depends on BLACKFINBryan Wu1-2/+5
2008-04-22i2c-bfin-twi: Use simpler comment headers and strip out information that is maintained in the scm's logMike Frysinger1-18/+4
2008-04-22i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful informationBryan Wu1-6/+6
2008-04-22i2c-bfin-twi: Add missing pin mux operationBryan Wu1-0/+15
2008-04-22i2c-bfin-twi: Add platform_resource interface to support multi-port TWI controllersBryan Wu2-108/+177
2008-04-22i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c master xfer operationSonic Zhang1-71/+114
2008-04-22i2c: Remove trailing whitespaces in busses/KconfigWolfram Sang1-15/+15
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison7-45/+45
2008-04-22i2c: Renesas SH7760 I2C master driverManuel Lauss3-0/+587
2008-04-22i2c-dev: Split i2cdev_ioctlJean Delvare1-161/+168
2008-04-22i2c-ibm_iic: Support building as an of_platform driverSean MacLennan2-2/+187
2008-04-22i2c-ibm_iic: Change the log levelsSean MacLennan1-5/+5
2008-04-22i2c: Add platform driver on top of the new pca-algorithmWolfram Sang3-2/+312
2008-04-22i2c-algo-pca: Extend for future driversWolfram Sang3-102/+63
2008-04-22i2c-algo-pca: Remove trailing whitespaces and unnecessary UTFWolfram Sang2-23/+23
2008-04-22i2c: Remove the algorithm drivers from the config menuJean Delvare1-34/+5
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+1
2008-04-19Merge branch 'omap2-upstream' into develRussell King5-17/+116
2008-04-19Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x', 'orion', 'pxa', 'sa1100', 's3c' and 'sparsemem' into develRussell King2-1/+2
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao1-0/+1
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-14ARM: OMAP: I2C: tps65010 driver converts to gpiolibDavid Brownell2-1/+101
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-27plat-orion: make i2c-mv64xxx available for all Orion familiesLennert Buytenhek1-1/+1
2008-03-23i2c: Fix docbook problemRandy Dunlap1-2/+2
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: chips subdirectory is deprecatedJean Delvare1-0/+7
2008-03-12i2c: Keep client->driver and client->dev.driver in syncHans Verkuil1-1/+5
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-07hwmon: Discard useless I2C driver IDsJean Delvare3-3/+0
2008-02-05deprecate obsolete pca9539 drivereric miao1-2/+5
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: Add i2c_new_dummy() utilityDavid Brownell1-1/+58