summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/isl9305.h
Commit message (Collapse)AuthorAgeFilesLines
* regulator: isl9305: fix array sizeVincent Stehlé2017-04-101-1/+1
| | | | | | | | | | | | | | | ISL9305_MAX_REGULATOR is the last index used to access the init_data[] array, so we need to add one to this last index to obtain the necessary array size. This fixes the following smatch error: drivers/regulator/isl9305.c:160 isl9305_i2c_probe() error: buffer overflow 'pdata->init_data' 3 <= 3 Fixes: dec38b5ce6a9edb4 ("regulator: isl9305: Add Intersil ISL9305/H driver") Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Mark Brown <broonie@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: isl9305: Add Intersil ISL9305/H driverMark Brown2014-09-061-0/+30
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>