summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-122-3/+5
| * sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-122-2/+0Star
* | 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
* | i2c: Deprecate legacy RTC driversJean Delvare2007-07-121-3/+12
|/
* PM: Separate hibernation code from suspend codeRafael J. Wysocki2007-05-091-1/+1
* remove software_suspend()Johannes Berg2007-05-071-1/+3
* Use menuconfig objects - I2CJan Engelhardt2007-05-011-11/+10Star
* i2c/ds1374: Check workqueue creation statusCyrill V. Gorcunov2007-03-221-0/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-081-1/+1
* i2c/m41t00: Do not forget to write yearPhilippe De Muyter2007-01-051-0/+1
* [PATCH] fix more workqueue build breakage (tps65010)David Brownell2006-12-131-9/+12
* i2c: fix broken ds1337 initializationDirk Eibach2006-12-101-1/+7
* [PATCH] ... and more work_struct-induced breakage (mips)Al Viro2006-12-061-1/+8
* WorkStruct: make allyesconfigDavid Howells2006-11-221-6/+6
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-3/+3
* USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell2006-09-271-1/+1
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* i2c: __must_check fixes (chip drivers)Jean Delvare2006-09-275-27/+97
* [PATCH] i2c: tps65010 build fixesDavid Brownell2006-08-261-6/+6
* [PATCH] pca9539: Honor the force parameterBen Gardner2006-07-131-5/+7
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-022-6/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0Star
* [PATCH] i2c: Suggest N for rare devices in KconfigJean Delvare2006-06-221-0/+8
* [PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85Mark A. Greer2006-06-221-72/+241
* [PATCH] i2c: cleanup m41t00Mark A. Greer2006-06-221-28/+21Star
* [PATCH] m41t00: fix bitmasks when writing to chipDavid Barksdale2006-04-191-4/+4
* [PATCH] i2c: convert m41t00 to use a workqueueMark A. Greer2006-04-141-7/+9
* [PATCH] i2c: convert ds1374 to use a workqueueJean Delvare2006-04-141-6/+10
* [PATCH] RTC subsystem: I2C cleanupAlessandro Zummo2006-03-275-1181/+0Star
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* [PATCH] i2c: Cleanup isp1301_omapJean Delvare2006-03-231-2/+0Star
* [PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar2006-03-234-37/+40
* [PATCH] I2C: Convert i2c to mutexesArjan van de Ven2006-03-232-10/+12
* [PATCH] IRQ type flagsRussell King2006-01-091-5/+6
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-0612-12/+0Star
* [PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11Laurent Riffard2006-01-0612-24/+48
* [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-061-1/+0Star
* [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-0612-12/+0Star