aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lp87565.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-05mfd: lp87565: Convert to use devm_mfd_add_devices()Axel Lin1-4/+3
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>
2017-07-06mfd: Add LP87565 PMIC supportKeerthy1-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>