summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips
Commit message (Expand)AuthorAgeFilesLines
* USB: isp1301: fix compilationDmitry Baryshkov2008-08-141-1/+1
* i2c: correct some size_t printk formatsDavid Brownell2008-08-101-4/+4
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-072-4/+4
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star
* gpiolib: allow user-selectionMichael Buesch2008-07-251-1/+1
* gpio: sysfs interfaceDavid Brownell2008-07-251-0/+2
* i2c: Convert the max6875 driver to a new-style i2c driverJean Delvare2008-07-161-71/+49Star
* i2c: Convert the pca9539 driver to a new-style i2c driverJean Delvare2008-07-161-76/+33Star
* i2c: Convert the pcf8575 driver to a new-style i2c driverJean Delvare2008-07-161-56/+40Star
* i2c: Convert the pcf8574 driver to a new-style i2c driverJean Delvare2008-07-161-62/+46Star
* i2c: Convert the pcf8591 driver to a new-style i2c driverJean Delvare2008-07-161-54/+40Star
* i2c: Convert the eeprom driver to a new-style i2c driverJean Delvare2008-07-161-52/+40Star
* 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/+54Star
| * i2c: New-style EEPROM driver using device IDsWolfram Sang2008-07-143-0/+610
| * i2c: Drop stray references to lm_sensorsJean Delvare2008-07-143-11/+1Star
| * i2c: Deprecate the legacy gpio driversDavid Brownell2008-07-141-5/+12
| * i2c/eeprom: Fall back to SMBus read word transactionsJean Delvare2008-07-141-20/+19Star
| * 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/+0Star
* 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-083-3/+0Star
* deprecate obsolete pca9539 drivereric miao2008-02-051-2/+5
* i2c/tps65010: move header to <linux/i2c/...>David Brownell2008-01-273-6/+2Star
* 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/+0Star
* 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-251-6/+0Star
* 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/+4Star
* i2c/pcf8574: No arbitrary initializationJean Delvare2007-10-131-7/+7
* i2c/tps65010: New-style driver updates, part 2David Brownell2007-10-131-146/+38Star
* i2c/tps65010: New-style driver updates, part 1David Brownell2007-10-131-66/+69
* i2c/menelaus: Build fixDavid Brownell2007-08-141-2/+1Star
* i2c/isp1301_omap: Build fixes, whitespaceDavid Brownell2007-08-141-21/+21
* Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2007-07-301-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-161-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-122-5/+5
|\