]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: Add support for Qualcomm SPMI PMICs
authorJosh Cartwright <joshc@codeaurora.org>
Fri, 1 Aug 2014 14:30:48 +0000 (17:30 +0300)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:24:00 +0000 (08:24 +0100)
commitc3a973a770a122a5ec9a9b827ae25c00f56b3e47
treebfa1fc611e88280bc444f8ec658e19e4826b009e
parenta5669e4872fd16d1ae25c76e55c995c911a1c5c7
mfd: Add support for Qualcomm SPMI PMICs

The Qualcomm SPMI PMIC chips are components used with the
Snapdragon 800 series SoC family.  This driver exists
largely as a glue mfd component, it exists to be an owner
of an SPMI regmap for children devices described in
device tree.

Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/qcom-spmi-pmic.c [new file with mode: 0644]