]> git.baikalelectronics.ru Git - kernel.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)
commitb4ea9a751dcd95ed8fc27835881727817fe9e55c
tree1b18098d3137d1fa011d7a01bcc082dcb7ad4ab1
parenta9876d9535a9c467690173ddad00ced906e1e077
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]