]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: Add new mfd device for TPS65217
authorAnilKumar Ch <anilkumar@ti.com>
Wed, 11 Jan 2012 10:41:41 +0000 (16:11 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 6 Mar 2012 17:46:29 +0000 (18:46 +0100)
commitd48f411c10f2badaf88e6050cd3d3acd52197356
tree68140f5491eacf6252f260f923f6d8e23228fa28
parent0dcc9a9d83dde6e34429b1914c9ac10aa447c7cb
mfd: Add new mfd device for TPS65217

The TPS65217 chip is a power management IC for Portable Navigation Systems
and Tablet Computing devices. It contains the following components:

- Regulators
- White LED
- USB battery charger

This patch adds support for tps65217 mfd device. At this time only
the regulator functionality is made available.

Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/tps65217.c [new file with mode: 0644]
include/linux/mfd/tps65217.h [new file with mode: 0644]