summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65910.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: Remove the parsing of dt info for tps65910 gpioLaxman Dewangan2012-05-221-15/+0
* mfd: Save device node parsed platform data for tps65910 sub devicesLaxman Dewangan2012-05-221-1/+5
* mfd: Fix tps65910 build failureSamuel Ortiz2012-05-201-2/+3
* mfd: Register tps65910 gpios as an mfd deviceLaxman Dewangan2012-05-201-3/+3
* mfd: Convert all tps65910 allocation to devm_*Laxman Dewangan2012-05-201-19/+9
* mfd: Cache tps65910 register when we need itLaxman Dewangan2012-05-201-2/+1
* mfd: Add tps65910 device-tree supportRhyland Klein2012-05-201-1/+79
* mfd: Commonize tps65910 regmap access through headerRhyland Klein2012-05-201-31/+9
* mfd: Fix tps65910 section annotationsMark Brown2012-05-071-5/+5
* mfd: Add support for tps65910 device sleepLaxman Dewangan2012-05-011-0/+62
* mfd: Use correct variable name for tps65910 regmap configLaxman Dewangan2012-03-161-2/+2
* mfd: Use regmap for tps65910 register access.Laxman Dewangan2012-03-061-77/+46
* mfd: Initialize tps65910 irq platform data properlyLaxman Dewangan2012-03-061-1/+1
* mfd: Make TPS65910 usable without interruptsAfzal Mohammed2012-01-091-5/+2
* mfd: Handle tps65910 clear-mask correctlyMarcus Folkesson2011-12-201-1/+1
* mfd: Avoid two assignments if failures happen in tps65910_i2c_probeJesper Juhl2011-07-311-3/+3
* mfd: Don't leak init_data in tps65910_i2c_probeJesper Juhl2011-07-311-1/+5
* mfd: Implement tps65910 IRQ cleanupMark Brown2011-07-311-0/+1
* MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria2011-05-271-1/+3
* mfd: Fix off-by-one value range checking for tps65910_i2c_writeAxel Lin2011-05-271-1/+1
* TPS65910: IRQ: Add interrupt controllerGraeme Gregory2011-05-271-0/+12
* TPS65910: GPIO: Add GPIO driverGraeme Gregory2011-05-271-0/+7
* MFD: TPS65910: Add new mfd device for TPS65910Graeme Gregory2011-05-271-0/+208