Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-19 | mfd: pm8008: Remove driver data structure pm8008_data | Lee Jones | |
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> | |||
2021-06-02 | mfd: pm8008: Add driver for QCOM PM8008 PMIC | Guru Das Srinagesh | |
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> |