summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lp87565.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: lp87565: Convert to use devm_mfd_add_devices()Axel Lin2017-09-051-4/+3Star
| | | | | | | | This fixes missing mfd_remove_devices() call when unload the module. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: Add LP87565 PMIC supportKeerthy2017-07-061-0/+100
The LP87565 chip is a power management IC for Portable Navigation Systems and Tablet Computing devices. It contains the following components: - Configurable Bucks(Single and multi-phase). - Configurable General Purpose Output Signals (GPO). The LP87565-Q1 variant device uses two 2-phase outputs configuration, Buck0 is master for Buck0/1 output and Buck2 is master for Buck2/3 output. Signed-off-by: Keerthy <j-keerthy@ti.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>