Add file patterns to cover the SPS power domain driver and DT binding. Signed-off-by: Andreas Färber <[email protected]> --- v4 -> v5: * Rebased onto timer additions * Added dt-bindings header file pattern v4: new MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 831bfd5cc68b..eb62d294095e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1045,7 +1045,11 @@ F: arch/arm/mach-actions/ F: arch/arm/boot/dts/owl-* F: arch/arm64/boot/dts/actions/ F: drivers/clocksource/owl-* +F: drivers/soc/actions/ +F: include/dt-bindings/power/owl-* +F: include/linux/soc/actions/ F: Documentation/devicetree/bindings/arm/actions.txt +F: Documentation/devicetree/bindings/power/actions,owl-sps.txt F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt ARM/ADS SPHERE MACHINE SUPPORT -- 2.12.3

