aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65910.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16mfd: Add tps65910 32-kHz-crystal-input initJohan Hovold1-10/+9
2012-07-09mfd: Add device-tree entry to enable tps65910 external 32-kHz oscillatorJohan Hovold1-0/+3
2012-07-09mfd: Add support for enabling tps65910 external 32-kHz oscillatorJohan Hovold1-1/+20
2012-05-22mfd: Remove the parsing of dt info for tps65910 gpioLaxman Dewangan1-15/+0
2012-05-22mfd: Save device node parsed platform data for tps65910 sub devicesLaxman Dewangan1-1/+5
2012-05-20mfd: Fix tps65910 build failureSamuel Ortiz1-2/+3
2012-05-20mfd: Register tps65910 gpios as an mfd deviceLaxman Dewangan1-3/+3
2012-05-20mfd: Convert all tps65910 allocation to devm_*Laxman Dewangan1-19/+9
2012-05-20mfd: Cache tps65910 register when we need itLaxman Dewangan1-2/+1
2012-05-20mfd: Add tps65910 device-tree supportRhyland Klein1-1/+79
2012-05-20mfd: Commonize tps65910 regmap access through headerRhyland Klein1-31/+9
2012-05-07mfd: Fix tps65910 section annotationsMark Brown1-5/+5
2012-05-01mfd: Add support for tps65910 device sleepLaxman Dewangan1-0/+62
2012-03-16mfd: Use correct variable name for tps65910 regmap configLaxman Dewangan1-2/+2
2012-03-06mfd: Use regmap for tps65910 register access.Laxman Dewangan1-77/+46
2012-03-06mfd: Initialize tps65910 irq platform data properlyLaxman Dewangan1-1/+1
2012-01-09mfd: Make TPS65910 usable without interruptsAfzal Mohammed1-5/+2
2011-12-20mfd: Handle tps65910 clear-mask correctlyMarcus Folkesson1-1/+1
2011-07-31mfd: Avoid two assignments if failures happen in tps65910_i2c_probeJesper Juhl1-3/+3
2011-07-31mfd: Don't leak init_data in tps65910_i2c_probeJesper Juhl1-1/+5
2011-07-31mfd: Implement tps65910 IRQ cleanupMark Brown1-0/+1
2011-05-27MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria1-1/+3
2011-05-27mfd: Fix off-by-one value range checking for tps65910_i2c_writeAxel Lin1-1/+1
2011-05-27TPS65910: IRQ: Add interrupt controllerGraeme Gregory1-0/+12
2011-05-27TPS65910: GPIO: Add GPIO driverGraeme Gregory1-0/+7
2011-05-27MFD: TPS65910: Add new mfd device for TPS65910Graeme Gregory1-0/+208