From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751938Ab3HUMkk (ORCPT ); Wed, 21 Aug 2013 08:40:40 -0400 Received: from mail1.bemta3.messagelabs.com ([195.245.230.177]:54361 "EHLO mail1.bemta3.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495Ab3HUMkj (ORCPT ); Wed, 21 Aug 2013 08:40:39 -0400 X-Env-Sender: Johannes.Thumshirn@men.de X-Msg-Ref: server-9.tower-38.messagelabs.com!1377088834!17361023!1 X-Originating-IP: [80.255.6.145] X-StarScan-Received: X-StarScan-Version: 6.9.11; banners=-,-,- X-VirusChecked: Checked X-PGP-Universal: processed; by keys.men.de on Wed, 21 Aug 2013 14:40:35 +0200 From: Johannes Thumshirn To: Rob Landley CC: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Johannes Thumshirn , Wim Van Sebroeck , Guenter Roeck , , , , Subject: [PATCH] documentation/devicetree: Move DT bindigns from gpio to watchdog Date: Wed, 21 Aug 2013 14:42:09 +0200 Message-ID: <1377088929-23694-1-git-send-email-johannes.thumshirn@men.de> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.1.1.31] X-OriginalArrivalTime: 21 Aug 2013 12:40:34.0133 (UTC) FILETIME=[A1121850:01CE9E6B] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.bemta3.messagelabs.com ([195.245.230.177]:57265 "EHLO mail1.bemta3.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751613Ab3HUMq5 (ORCPT ); Wed, 21 Aug 2013 08:46:57 -0400 From: Johannes Thumshirn Subject: [PATCH] documentation/devicetree: Move DT bindigns from gpio to watchdog Date: Wed, 21 Aug 2013 14:42:09 +0200 Message-ID: <1377088929-23694-1-git-send-email-johannes.thumshirn@men.de> MIME-Version: 1.0 Content-Type: text/plain Sender: devicetree-owner@vger.kernel.org To: Rob Landley Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Johannes Thumshirn , Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org List-ID: 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 -- 1.7.9.5