regulator: Rename files for max77686 and max77802 drivers
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 12 Feb 2016 04:14:23 +0000 (01:14 -0300)
committerMark Brown <broonie@kernel.org>
Fri, 12 Feb 2016 12:15:51 +0000 (12:15 +0000)
commit96173cc6a4c4fca5a3a83e942b09474f791c395a
treed519e1e00e231894f5041f6dffe550295e56632a
parent92e963f50fc74041b5e9e744c330dca48e04f08d
regulator: Rename files for max77686 and max77802 drivers

The max77686 and max77802 regulator drivers are for sub-devices of a MFD
driver for some PMIC blocks. But the same object file name (max77686.o)
was used for both the common MFD driver and the max77686 regulator one.

This confuses kbuild if both drivers are built as module causing the MFD
driver to not be copied when installing the modules.

Also, max77{686,802} are a quite generic name for MFD subdevices drivers
so it is better to rename them to max77{686,802}-regulator like it's the
case for most regulator drivers.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS
drivers/regulator/Makefile
drivers/regulator/max77686-regulator.c [new file with mode: 0644]
drivers/regulator/max77686.c [deleted file]
drivers/regulator/max77802-regulator.c [new file with mode: 0644]
drivers/regulator/max77802.c [deleted file]
This page took 0.02456 seconds and 5 git commands to generate.