power: pmic: add the basic CPCAP PMIC support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 1 Feb 2025 14:02:45 +0000 (16:02 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:44:02 +0000 (09:44 +0300)
commit0d12f77ce5307956b13a568e6848a91d4d9d48eb
tree3069420c27a6c1630b59d6a289fd4182046d6401
parent3b929a1b7bb284a97d3af7ab23d1eff736a274c1
power: pmic: add the basic CPCAP PMIC support

The CPCAP is a Motorola/ST-Ericsson creation, a multifunctional IC whose
main purpose was power control. It was used in a wide variety of Motorola
products, both Tegra and OMAP based. The most notable devices using this
PMIC are the Motorola Droid 4, Atrix 4G, and Droid X2.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/cpcap.c [new file with mode: 0644]
include/power/cpcap.h [new file with mode: 0644]