aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips
Commit message (Expand)AuthorAgeFilesLines
* i2c: Convert the max6875 driver to a new-style i2c driverJean Delvare2008-07-161-71/+49
* i2c: Convert the pca9539 driver to a new-style i2c driverJean Delvare2008-07-161-76/+33
* i2c: Convert the pcf8575 driver to a new-style i2c driverJean Delvare2008-07-161-56/+40
* i2c: Convert the pcf8574 driver to a new-style i2c driverJean Delvare2008-07-161-62/+46
* i2c: Convert the pcf8591 driver to a new-style i2c driverJean Delvare2008-07-161-54/+40
* i2c: Convert the eeprom driver to a new-style i2c driverJean Delvare2008-07-161-52/+40
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-158-94/+701
|\
| * i2c: Clean up old chip driversJean Delvare2008-07-145-61/+54
| * i2c: New-style EEPROM driver using device IDsWolfram Sang2008-07-143-0/+610
| * i2c: Drop stray references to lm_sensorsJean Delvare2008-07-143-11/+1
| * i2c: Deprecate the legacy gpio driversDavid Brownell2008-07-141-5/+12
| * i2c/eeprom: Fall back to SMBus read word transactionsJean Delvare2008-07-141-20/+19
| * i2c/eeprom: Only probe buses with DDC or SPD classJean Delvare2008-07-141-0/+8
* | ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren2008-07-031-64/+99
|/
* i2c/max6875: Really prevent 24RF08 corruptionJean Delvare2008-05-181-3/+0
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-294-18/+32
* i2c: Add support for device alias namesJean Delvare2008-04-294-4/+8
* i2c/tps65010: Add missing intialization of client dataJean Delvare2008-04-291-0/+2
* i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-221-14/+14
* ARM: OMAP: I2C: tps65010 driver converts to gpiolibDavid Brownell2008-04-142-1/+101
* i2c: chips subdirectory is deprecatedJean Delvare2008-03-121-0/+7
* hwmon: Discard useless I2C driver IDsJean Delvare2008-02-073-3/+0
* deprecate obsolete pca9539 drivereric miao2008-02-051-2/+5
* i2c/tps65010: move header to <linux/i2c/...>David Brownell2008-01-273-6/+2
* i2c: normal_i2c can be made const (remaining drivers)Jean Delvare2008-01-275-7/+9
* i2c: the scheduled I2C RTC driver removalAdrian Bunk2008-01-275-1131/+0
* i2c/tsl2550: Add power management addedRodolfo Giometti2008-01-271-0/+21
* i2c: Add support for the PCF8575 chipBart Van Assche2008-01-273-1/+230
* driver core: Make the dev_*() family of macros in device.h completeEmil Medve2008-01-241-6/+0
* i2c/isp1301_omap: Build fixDavid Brownell2007-12-121-1/+1
* i2c/eeprom: Recognize VGN as a valid Sony Vaio name prefixJean Delvare2007-11-151-5/+9
* i2c/eeprom: Hide Sony Vaio serial numbersJean Delvare2007-11-151-8/+15
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* Make the pr_*() family of macros in kernel.h completeEmil Medve2007-10-171-6/+4
* i2c/pcf8574: No arbitrary initializationJean Delvare2007-10-131-7/+7
* i2c/tps65010: New-style driver updates, part 2David Brownell2007-10-131-146/+38
* i2c/tps65010: New-style driver updates, part 1David Brownell2007-10-131-66/+69
* i2c/menelaus: Build fixDavid Brownell2007-08-141-2/+1
* i2c/isp1301_omap: Build fixes, whitespaceDavid Brownell2007-08-141-21/+21
* Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2007-07-291-1/+1
* i2c: ds1682 warning fixAndrew Morton2007-07-261-1/+2
* OMAP: add TI TWL92330/Menelaus Power Management chip driverTony Lindgren2007-07-173-0/+1292
* missing argument in bin_attribute ->read()/->write()Al Viro2007-07-151-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-122-5/+5
|\
| * sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-112-3/+5
| * sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-112-2/+0
* | i2c/tsl2550: Speed up initializationJean Delvare2007-07-121-20/+26
* | i2c: Add support for the TSL2550Rodolfo Giometti2007-07-123-0/+465
* | i2c: New DS1682 chip driverGrant Likely2007-07-123-0/+270
* | i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare2007-07-122-2/+5