Message ID | 20170619034407.5942-1-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am 19.06.2017 um 05:44 schrieb Andreas Färber: > Add file patterns to cover the SPS power domain driver and DT binding. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v4 -> v5: > * Rebased onto timer additions > * Added dt-bindings header file pattern > > v4: new > > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) Applied to linux-actions.git v4.13/soc branch: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git/log/?h=v4.13/soc Regards, Andreas
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
Add file patterns to cover the SPS power domain driver and DT binding. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v4 -> v5: * Rebased onto timer additions * Added dt-bindings header file pattern v4: new MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+)