MAINTAINERS: use include/linux/reset for reset controller related headers
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 13 Dec 2018 11:26:54 +0000 (12:26 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 28 Jan 2019 10:16:04 +0000 (11:16 +0100)
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>
MAINTAINERS

index 4d04ceb..19b6472 100644 (file)
@@ -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