mfd: tps65218: Add driver for the TPS65218 PMIC
authorKeerthy <j-keerthy@ti.com>
Thu, 6 Feb 2014 05:50:12 +0000 (11:20 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:06 +0000 (08:58 +0000)
commit44b4dc616365d7897808555d415099330e3af9df
tree041fb72168a4e1695e8a8c27bc63c80c3b48db1b
parenta381b13e2aa064122325de9deaec51d6e4765ad7
mfd: tps65218: Add driver for the TPS65218 PMIC

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>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/tps65218.c [new file with mode: 0644]
include/linux/mfd/tps65218.h [new file with mode: 0644]