summaryrefslogtreecommitdiff
path: root/drivers/i2c/chips
AgeCommit message (Expand)Author
2008-07-16i2c: Convert the max6875 driver to a new-style i2c driverJean Delvare
2008-07-16i2c: Convert the pca9539 driver to a new-style i2c driverJean Delvare
2008-07-16i2c: Convert the pcf8575 driver to a new-style i2c driverJean Delvare
2008-07-16i2c: Convert the pcf8574 driver to a new-style i2c driverJean Delvare
2008-07-16i2c: Convert the pcf8591 driver to a new-style i2c driverJean Delvare
2008-07-16i2c: Convert the eeprom driver to a new-style i2c driverJean Delvare
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds
2008-07-14i2c: Clean up old chip driversJean Delvare
2008-07-14i2c: New-style EEPROM driver using device IDsWolfram Sang
2008-07-14i2c: Drop stray references to lm_sensorsJean Delvare
2008-07-14i2c: Deprecate the legacy gpio driversDavid Brownell
2008-07-14i2c/eeprom: Fall back to SMBus read word transactionsJean Delvare
2008-07-14i2c/eeprom: Only probe buses with DDC or SPD classJean Delvare
2008-07-03ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren
2008-05-18i2c/max6875: Really prevent 24RF08 corruptionJean Delvare
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-29i2c/tps65010: Add missing intialization of client dataJean Delvare
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-14ARM: OMAP: I2C: tps65010 driver converts to gpiolibDavid Brownell
2008-03-12i2c: chips subdirectory is deprecatedJean Delvare
2008-02-07hwmon: Discard useless I2C driver IDsJean Delvare
2008-02-05deprecate obsolete pca9539 drivereric miao
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell
2008-01-27i2c: normal_i2c can be made const (remaining drivers)Jean Delvare
2008-01-27i2c: the scheduled I2C RTC driver removalAdrian Bunk
2008-01-27i2c/tsl2550: Add power management addedRodolfo Giometti
2008-01-27i2c: Add support for the PCF8575 chipBart Van Assche
2008-01-24driver core: Make the dev_*() family of macros in device.h completeEmil Medve
2007-12-12i2c/isp1301_omap: Build fixDavid Brownell
2007-11-15i2c/eeprom: Recognize VGN as a valid Sony Vaio name prefixJean Delvare
2007-11-15i2c/eeprom: Hide Sony Vaio serial numbersJean Delvare
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-17Make the pr_*() family of macros in kernel.h completeEmil Medve
2007-10-13i2c/pcf8574: No arbitrary initializationJean Delvare
2007-10-13i2c/tps65010: New-style driver updates, part 2David Brownell
2007-10-13i2c/tps65010: New-style driver updates, part 1David Brownell
2007-08-14i2c/menelaus: Build fixDavid Brownell
2007-08-14i2c/isp1301_omap: Build fixes, whitespaceDavid Brownell
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki
2007-07-26i2c: ds1682 warning fixAndrew Morton
2007-07-17OMAP: add TI TWL92330/Menelaus Power Management chip driverTony Lindgren
2007-07-15missing argument in bin_attribute ->read()/->write()Al Viro
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-07-12i2c/tsl2550: Speed up initializationJean Delvare
2007-07-12i2c: Add support for the TSL2550Rodolfo Giometti
2007-07-12i2c: New DS1682 chip driverGrant Likely
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare
2007-07-12i2c: Deprecate legacy RTC driversJean Delvare
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui