diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-02-12 04:14:23 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-12 12:15:51 (GMT) |
commit | 96173cc6a4c4fca5a3a83e942b09474f791c395a (patch) | |
tree | d519e1e00e231894f5041f6dffe550295e56632a /MAINTAINERS | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-96173cc6a4c4fca5a3a83e942b09474f791c395a.tar.xz |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 30aca4a..1d88035 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6903,7 +6903,7 @@ MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS M: Javier Martinez Canillas <javier@osg.samsung.com> L: linux-kernel@vger.kernel.org S: Supported -F: drivers/*/*max77802.c +F: drivers/*/*max77802*.c F: Documentation/devicetree/bindings/*/*max77802.txt F: include/dt-bindings/*/*max77802.h |