summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2018-12-13 12:26:54 +0100
committerPhilipp Zabel <p.zabel@pengutronix.de>2019-01-28 11:16:04 +0100
commit37c7393962441a968428dd0d0b11dfb50917f4c3 (patch)
treee3c26d403da136934a5b6121a88b04d08f4352ef
parent4cab5bf616f6513b2111ce80f634a9a07c037a0a (diff)
downloadlinux-0-day-37c7393962441a968428dd0d0b11dfb50917f4c3.tar.gz
linux-0-day-37c7393962441a968428dd0d0b11dfb50917f4c3.tar.xz
MAINTAINERS: use include/linux/reset for reset controller related headers
The include/linux/reset directory currently contains one header with helper functions for Broadcom BCM63xx PMB, which can control reset lines to on-chip peripherals. Even though that driver doesn't use the reset controller framework, the the directory can be shared with other reset controller drivers that do. Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4d04cebb4a712..19b64726b7622 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12957,6 +12957,7 @@ F: drivers/reset/
F: Documentation/devicetree/bindings/reset/
F: include/dt-bindings/reset/
F: include/linux/reset.h
+F: include/linux/reset/
F: include/linux/reset-controller.h
RESTARTABLE SEQUENCES SUPPORT