aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/tps65010.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-04mfd: move drivers/i2c/chips/tps65010.c to drivers/mfdDavid Brownell1-1072/+0
2008-10-14i2c/tps65010: Vibrator hookup to gpiolibMarek Vasut1-3/+9
2008-07-25gpio: sysfs interfaceDavid Brownell1-0/+2
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-18/+11
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-04-29i2c/tps65010: Add missing intialization of client dataJean Delvare1-0/+2
2008-04-14ARM: OMAP: I2C: tps65010 driver converts to gpiolibDavid Brownell1-1/+100
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell1-1/+1
2007-10-13i2c/tps65010: New-style driver updates, part 2David Brownell1-146/+38
2007-10-13i2c/tps65010: New-style driver updates, part 1David Brownell1-66/+69
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki1-1/+1
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki1-1/+1
2007-05-07remove software_suspend()Johannes Berg1-1/+3
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-13[PATCH] fix more workqueue build breakage (tps65010)David Brownell1-9/+12
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-08-26[PATCH] i2c: tps65010 build fixesDavid Brownell1-6/+6
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar1-22/+23
2006-01-08[PATCH] IRQ type flagsRussell King1-5/+6
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-2/+1
2005-07-11[PATCH] I2C: minor TPS6501x cleanupsdavid-b@pacbell.net1-31/+28
2005-06-21[PATCH] I2C: add i2c driver for TPS6501xDavid Brownell1-0/+1072