Message ID | 1437121078-26409-2-git-send-email-javier@osg.samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2015-07-17 17:17 GMT+09:00 Javier Martinez Canillas <javier@osg.samsung.com>: > The Device Tree binding documentation for the Maxim max77686 regulators > has been moved from the Multi-Function Device DT binding section to its > own Documentation/devicetree/bindings/regulator/max77686.txt file. > > Use a wilcard so both the mfd and regulator DT bindings are resolved. > > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > --- > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks for updating this. Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, 17 Jul 2015, Javier Martinez Canillas wrote: > The Device Tree binding documentation for the Maxim max77686 regulators > has been moved from the Multi-Function Device DT binding section to its > own Documentation/devicetree/bindings/regulator/max77686.txt file. > > Use a wilcard so both the mfd and regulator DT bindings are resolved. > > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > --- > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. > diff --git a/MAINTAINERS b/MAINTAINERS > index 2af741410533..d802d19a4ecc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6583,7 +6583,7 @@ F: drivers/extcon/extcon-max77693.c > F: drivers/rtc/rtc-max77686.c > F: drivers/clk/clk-max77686.c > F: Documentation/devicetree/bindings/mfd/max14577.txt > -F: Documentation/devicetree/bindings/mfd/max77686.txt > +F: Documentation/devicetree/bindings/*/max77686.txt > F: Documentation/devicetree/bindings/mfd/max77693.txt > F: Documentation/devicetree/bindings/clock/maxim,max77686.txt > F: include/linux/mfd/max14577*.h
diff --git a/MAINTAINERS b/MAINTAINERS index 2af741410533..d802d19a4ecc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6583,7 +6583,7 @@ F: drivers/extcon/extcon-max77693.c F: drivers/rtc/rtc-max77686.c F: drivers/clk/clk-max77686.c F: Documentation/devicetree/bindings/mfd/max14577.txt -F: Documentation/devicetree/bindings/mfd/max77686.txt +F: Documentation/devicetree/bindings/*/max77686.txt F: Documentation/devicetree/bindings/mfd/max77693.txt F: Documentation/devicetree/bindings/clock/maxim,max77686.txt F: include/linux/mfd/max14577*.h
The Device Tree binding documentation for the Maxim max77686 regulators has been moved from the Multi-Function Device DT binding section to its own Documentation/devicetree/bindings/regulator/max77686.txt file. Use a wilcard so both the mfd and regulator DT bindings are resolved. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)