This is the initial version of the TPS65910 PMIC. This is a power management IC
for multimedia products.
It provides regulators that are able to supply power to
dual processor cores and other components. The chip provides other modules
including GPIO controller, RTC, etc.
This driver will be able to support subsequent chip versions of the TPS6591x
family.
Changes from v1:
- Removed warnings in IRQ driver
- Removed warnings in regulator driver
GIT: [PATCH 1/4] MFD: TPS65910: Add new mfd device for TPS65910
GIT: [PATCH 2/4] TPS65910: GPIO: Add GPIO driver
GIT: [PATCH 3/4] TPS65910: IRQ: Add interrupt controller
GIT: [PATCH 4/4] TPS65910: Add tps65910 regulator driver-