]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3cc3b417190ffb5d548572d29dad1e99f3b55780
treed519e1e00e231894f5041f6dffe550295e56632a
parentd7e15052ecc9ac4f938d1d7432c1d120a2711a7e
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]