From: Steve Twiss <[email protected]> Dialog Semiconductor support would like to follow files by adding to the existing MAINTAINERS search terms. The update will allow us to follow files for PMIC documentation bindings and header files.
The full list is: DT bindings - Documentation/devicetree/bindings/mfd/da9052-i2c.txt - Documentation/devicetree/bindings/mfd/da9055.txt - Documentation/devicetree/bindings/mfd/da9062.txt - Documentation/devicetree/bindings/mfd/da9063.txt Header files - include/linux/mfd/da9062/core.h - include/linux/mfd/da9062/registers.h Signed-off-by: Steve Twiss <[email protected]> --- Hi Lee, I have removed the dependency of Mark Brown's Ack in this new patch version v3. As discussed previously, http://lkml.iu.edu/hypermail/linux/kernel/1605.1/02776.html would you be willing to take this patch through your tree please? This patch applies against linux-next and v4.7-rc1 Regards, Steve Updates to PATCH-V3 - Rebased against newer kernel linux-next/v4.7-rc1 - Removed any references to the regulators Updates to PATCH-V2 - Rebased against a newer kernel linux-next/v4.6 - Removed references to the onkey bindings for da9062 MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7304d2e..b378cfd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3669,6 +3669,7 @@ M: Support Opensource <[email protected]> W: http://www.dialog-semiconductor.com/products S: Supported F: Documentation/hwmon/da90?? +F: Documentation/devicetree/bindings/mfd/da90*.txt F: Documentation/devicetree/bindings/sound/da[79]*.txt F: drivers/gpio/gpio-da90??.c F: drivers/hwmon/da90??-hwmon.c @@ -3689,6 +3690,7 @@ F: drivers/watchdog/da90??_wdt.c F: include/linux/mfd/da903x.h F: include/linux/mfd/da9052/ F: include/linux/mfd/da9055/ +F: include/linux/mfd/da9062/ F: include/linux/mfd/da9063/ F: include/linux/mfd/da9150/ F: include/sound/da[79]*.h -- end-of-patch for PATCH V3

