]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: lp873x: Add lp873x PMIC support
authorKeerthy <j-keerthy@ti.com>
Wed, 31 Aug 2016 08:58:10 +0000 (14:28 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 31 Aug 2016 12:20:31 +0000 (13:20 +0100)
commitdc21c7ad3a8aad79cb14128c321833a47dc921c2
tree1b18098d3137d1fa011d7a01bcc082dcb7ad4ab1
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d
mfd: lp873x: Add lp873x PMIC support

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

     - Regulators.
     - Configurable General Purpose Output Signals (GPO).

PMIC interacts with the main processor through i2c. PMIC has
couple of LDOs (Linear Regulators), couple of BUCKs (Step-Down DC-DC
Converter Cores) and GPOs (General Purpose Output Signals).

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