summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/qcom-pm8008.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: pm8008: Remove driver data structure pm8008_dataLee Jones2022-07-191-33/+20
| | | | | | | | | | Maintaining a local driver data structure that is never shared outside of the core device is an unnecessary complexity. Half of the attributes were not used outside of a single function, one of which was not used at all. The remaining 2 are generic and can be passed around as required. Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: pm8008: Add driver for QCOM PM8008 PMICGuru Das Srinagesh2021-06-021-0/+260
Qualcomm Technologies, Inc. PM8008 is a dedicated camera PMIC that integrates all the necessary power management, housekeeping, and interface support functions into a single IC. Its key features include overtemperature protection, low-dropout linear regulators, GPIOs, and an I2C interface. Add an MFD driver to support it. Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>