]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
regulator: bd718xx: rename bd71837 to 718xx
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Fri, 14 Sep 2018 08:34:02 +0000 (11:34 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 28 Sep 2018 13:57:13 +0000 (14:57 +0100)
rename bd71837-regulator.c to bd718x7-regulator.c to reflect the
fact that also BD71847 is now supported by the driver.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/bd718x7-regulator.c [moved from drivers/regulator/bd71837-regulator.c with 100% similarity]

index 329cdd33ed624b8dc06ad1a72dee73009e630095..6e96ef1bd74a0fede477d7008add0fab8364f1ae 100644 (file)
@@ -189,7 +189,7 @@ config REGULATOR_BD718XX
          and LDO regulators.
 
          This driver can also be built as a module. If so, the module
-         will be called bd71837-regulator.
+         will be called bd718x7-regulator.
 
 config REGULATOR_BD9571MWV
        tristate "ROHM BD9571MWV Regulators"
index 801d9a34a2037c5b7c7bb8e8c93a62ad1a9aebf1..eac4d794f3b8eae0868b6f3e38213656d060a0b2 100644 (file)
@@ -27,7 +27,7 @@ obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o
 obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o
 obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o
 obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o
-obj-$(CONFIG_REGULATOR_BD718XX) += bd71837-regulator.o
+obj-$(CONFIG_REGULATOR_BD718XX) += bd718x7-regulator.o
 obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o
 obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
 obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o