]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: isl9305: Add Intersil ISL9305/H driver
authorMark Brown <broonie@kernel.org>
Sat, 6 Sep 2014 00:11:12 +0000 (01:11 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 6 Sep 2014 11:43:05 +0000 (12:43 +0100)
commitdec38b5ce6a9edb406c60c2670b26a1a4262fdb9
tree7737715381578ebb888592852984a977763bf16d
parent87ca186f7eb663fc5e52b65452a91fe0fec170a0
regulator: isl9305: Add Intersil ISL9305/H driver

The ISL9305 and ISL9305H are mini-PMICs offering two DCDC regulators and
two LDO regulators. While there are some register differences between them
these do not affect the current Linux driver as the relevant features are
not yet supported.

Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/isl9305.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/isl9305.c [new file with mode: 0644]
include/linux/platform_data/isl9305.h [new file with mode: 0644]