From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Thumshirn Subject: Re: [PATCH] documentation/devicetree: Move DT bindigns from gpio to watchdog Date: Tue, 29 Oct 2013 10:42:19 +0100 Message-ID: <20131029094219.GA25358@jtlinux> References: <1377088929-23694-1-git-send-email-johannes.thumshirn@men.de> <20131029074153.GE19569@spo001.leaseweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <20131029074153.GE19569@spo001.leaseweb.com> Sender: linux-kernel-owner@vger.kernel.org To: Wim Van Sebroeck Cc: Johannes Thumshirn , Rob Landley , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Guenter Roeck , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, Oct 29, 2013 at 08:41:53AM +0100, Wim Van Sebroeck wrote: > Hi Johannes, > > > I accidently put the devicetree bindings for the MEN A21 watchdog driver in > > Documentation/devicetree/bindings/gpio instead of > > Documentation/devicetree/bindings/watchdog, this patch addresses this error. > > > > Signed-off-by: Johannes Thumshirn > > Cc: Rob Herring > > Cc: Pawel Moll > > Cc: Mark Rutland > > Cc: Stephen Warren > > Cc: Ian Campbell > > Cc: Rob Landley > > Cc: Wim Van Sebroeck > > Cc: Guenter Roeck > > --- > > .../bindings/{gpio => watchdog}/men-a021-wdt.txt | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename Documentation/devicetree/bindings/{gpio => watchdog}/men-a021-wdt.txt (100%) > > > > diff --git a/Documentation/devicetree/bindings/gpio/men-a021-wdt.txt b/Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt > > similarity index 100% > > rename from Documentation/devicetree/bindings/gpio/men-a021-wdt.txt > > rename to Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt > > This patch has been added to linux-watchdog-next. > > Kind regards, > Wim. > Thanks Wim Johannes