Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751507AbdILJ10 (ORCPT ); Tue, 12 Sep 2017 05:27:26 -0400 Received: from mail1.bemta5.messagelabs.com ([195.245.231.148]:53972 "EHLO mail1.bemta5.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbdILJ1Y (ORCPT ); Tue, 12 Sep 2017 05:27:24 -0400 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrDIsWRWlGSWpSXmKPExsUSt3OpsW7hiu2 RBqdmSVjc/3qU0eLyrjlsFpcndrI7MHvsnHWX3ePOtT1sHp83yQUwR7Fm5iXlVySwZvR8uspa cI+r4uyNDSwNjMc5uxi5OIQE1jNK7Lm6kqmLkQPIqZB412LbxcjJwSZgKDHvzXtGEJtFQFXi8 5+XTCC2sECQxO7Xa9lAbBGBQImFV86xgrQyC5hLbLihDxLmFXCQOLiunx3CFpQ4OfMJC4jNLC AhcfDFC2aITVoSy49FgoQlBOwlpr+/ChaWENCXaDwWCxE2lPg+6xsLRNhcYvakuAmM/LOQzJy FZOYCRqZVjBrFqUVlqUW6xgZ6SUWZ6RkluYmZObqGBqZ6uanFxYnpqTmJScV6yfm5mxiBoVjP wMC4g3HCKr9DjJIcTEqivL+Ft0cK8SXlp1RmJBZnxBeV5qQWH2KU4eBQkuANXQ6UEyxKTU+tS MvMAUYFTFqCg0dJhPfZMqA0b3FBYm5xZjpE6hSjopQ472eQhABIIqM0D64NFomXGGWlhHkZGR gYhHgKUotyM0tQ5V8xinMwKgnzvgaZwpOZVwI3/RXQYiagxTyXtoAsLklESEk1MDIv6rFsUrl rmB22NfqnqZnSvdPdequnLbvEvdE1xK/z55HTX7ft+9S9bUGuGPc17yWNM1pPJiUp/RK99yjr 6+5LLxKseyeH50VvX5CkuFuvvGp608J7xytv98V/cKjmOCgvwLFO+cFZ1c1uSV+TciOqRPbeW ubV2d5xjJlxunOWLuvvKu9/mUosxRmJhlrMRcWJAFCG4xC/AgAA X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-3.tower-179.messagelabs.com!1505208433!103855554!1 X-Originating-IP: [94.185.165.51] X-StarScan-Received: X-StarScan-Version: 9.4.45; banners=-,-,- X-VirusChecked: Checked From: Steve Twiss Date: Tue, 12 Sep 2017 10:14:28 +0100 Subject: [PATCH V1] MAINTAINERS: Fix Dialog search term for watchdog binding file To: LINUXKERNEL , Lee Jones CC: Support Opensource Message-ID: <20170912092712.20BF33FBD6@swsrvapps-01.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain X-KSE-AttachmentFiltering-Interceptor-Info: protection disabled X-KSE-ServerInfo: sw-ex-cashub01.diasemi.com, 9 X-KSE-Antivirus-Interceptor-Info: scan successful X-KSE-Antivirus-Info: Clean, bases: 12/09/2017 07:50:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1373 Lines: 41 From: Steve Twiss Commit 340267640d769d3b3af9 ("MAINTAINERS: da9062/61 updates to the Dialog Semiconductor search terms") contained a typo for the watchdog binding: da92??-wdt.txt should have read da90??-wdt.txt. This new commit will fix the error and allows Dialog Semiconductor to follow files for PMIC bindings correctly. Signed-off-by: Steve Twiss Tested-by: Steve Twiss --- Hi Lee, This fixes a typo in my previous MAINTAINERS submission. It probably has minimal impact, but it was incorrect. Regards, Steve This patch applies against linux-mainline and v4.13 MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1c3feff..7cb50b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4050,7 +4050,7 @@ F: Documentation/devicetree/bindings/mfd/da90*.txt F: Documentation/devicetree/bindings/input/da90??-onkey.txt F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt F: Documentation/devicetree/bindings/regulator/da92*.txt -F: Documentation/devicetree/bindings/watchdog/da92??-wdt.txt +F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt F: Documentation/devicetree/bindings/sound/da[79]*.txt F: drivers/gpio/gpio-da90??.c F: drivers/hwmon/da90??-hwmon.c -- end-of-patch for PATCH V1