diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-05-19 18:04:43 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-23 11:23:05 +0200 |
commit | 15accb3cbbcdb7a9f945720de3d3d42fb79e786f (patch) | |
tree | 47c44fa2e84242b61325077173c0762d1f60d4da /MAINTAINERS | |
parent | 0a9718104ef34f6f709ad6315356baba04492326 (diff) | |
download | linux-15accb3cbbcdb7a9f945720de3d3d42fb79e786f.tar.gz linux-15accb3cbbcdb7a9f945720de3d3d42fb79e786f.tar.bz2 linux-15accb3cbbcdb7a9f945720de3d3d42fb79e786f.zip |
MAINTAINERS: extend mvebu SoC entry with pinctrl drivers
There was no entry for the mvebu pinctrl drivers. As they are tightly
linked to the SoCs and there is a lot of common code to support the
various pinctrl of each SoCs, then add a new entry for the mvebu
maintainers.
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9e984645c4b0..d023b172e3af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1495,6 +1495,7 @@ F: arch/arm/boot/dts/armada* F: arch/arm/boot/dts/kirkwood* F: arch/arm64/boot/dts/marvell/armada* F: drivers/cpufreq/mvebu-cpufreq.c +F: drivers/pinctrl/mvebu/ F: arch/arm/configs/mvebu_*_defconfig ARM/Marvell Berlin SoC support |