summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65218.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: tps65218: Terminate of match tableStephen Boyd2014-06-031-0/+1
| | | | | | | | Failure to terminate this match table can lead to boot failures depending on where the compiler places the match table. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: tps65218: Add driver for the TPS65218 PMICKeerthy2014-03-191-0/+282
The TPS65218 chip is a power management IC for Portable Navigation Systems and Tablet Computing devices. It contains the following components: - Regulators. - Over Temperature warning and Shut down. This patch adds support for tps65218 mfd device. At this time only the regulator functionality is made available. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>