Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: pfuze100: Add PFUZE200 support to Kconfig and module description

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Robin Gong <b38343@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

authored by

Axel Lin and committed by
Mark Brown
2cee2121 e6c4c337

+4 -4
+3 -3
drivers/regulator/Kconfig
··· 399 399 on PCF50633 400 400 401 401 config REGULATOR_PFUZE100 402 - tristate "Freescale PFUZE100 regulator driver" 402 + tristate "Freescale PFUZE100/PFUZE200 regulator driver" 403 403 depends on I2C 404 404 select REGMAP_I2C 405 405 help 406 - Say y here to support the regulators found on the Freescale PFUZE100 407 - PMIC. 406 + Say y here to support the regulators found on the Freescale 407 + PFUZE100/PFUZE200 PMIC. 408 408 409 409 config REGULATOR_RC5T583 410 410 tristate "RICOH RC5T583 Power regulators"
+1 -1
drivers/regulator/pfuze100-regulator.c
··· 527 527 module_i2c_driver(pfuze_driver); 528 528 529 529 MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); 530 - MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); 530 + MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC"); 531 531 MODULE_LICENSE("GPL v2"); 532 532 MODULE_ALIAS("i2c:pfuze100-regulator");