diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2017-03-28 17:14:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-29 19:27:33 +0300 |
commit | cdf4275e957c6bad3756e98942341667f1d7de7d (patch) | |
tree | fcfec58a21e50df4d1e09b306806c7d77a6ff2a8 | |
parent | 0feb837a42c95fee901e03f76a1266db85ceb6ec (diff) | |
download | linux-cdf4275e957c6bad3756e98942341667f1d7de7d.tar.xz |
MAINTAINERS: Add missing regulator regex for Wolfson Arizona parts
The maintainers entry for the Wolfson parts seems to be missing
an entry that covers the Arizona regulator drivers, correct this by
adding one.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9bf5aa617cf2..ef0c801aff45 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13119,6 +13119,7 @@ F: drivers/mfd/cs47l24* F: drivers/power/supply/wm83*.c F: drivers/rtc/rtc-wm83*.c F: drivers/regulator/wm8*.c +F: drivers/regulator/arizona* F: drivers/video/backlight/wm83*_bl.c F: drivers/watchdog/wm83*_wdt.c F: include/linux/mfd/arizona/ |