From patchwork Sat Aug 8 18:30:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 505347 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4BF9D140293 for ; Sun, 9 Aug 2015 04:31:34 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992555AbbHHSbd (ORCPT ); Sat, 8 Aug 2015 14:31:33 -0400 Received: from sauhun.de ([89.238.76.85]:54748 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992552AbbHHSbO (ORCPT ); Sat, 8 Aug 2015 14:31:14 -0400 Received: from p4fe257ec.dip0.t-ipconnect.de ([79.226.87.236]:35125 helo=localhost) by pokefinder.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZO8tk-0000iv-JI; Sat, 08 Aug 2015 20:31:12 +0200 From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org, Wolfram Sang , Guenter Roeck Subject: [PATCH 4/4] hwmon: ina209: move binding docs to proper place Date: Sat, 8 Aug 2015 20:30:36 +0200 Message-Id: <1439058636-3082-5-git-send-email-wsa@the-dreams.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1439058636-3082-1-git-send-email-wsa@the-dreams.de> References: <1439058636-3082-1-git-send-email-wsa@the-dreams.de> Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org The I2C dir is not for I2C client devices! Move it to the proper folder. Signed-off-by: Wolfram Sang Cc: Guenter Roeck Acked-by: Guenter Roeck --- Documentation/devicetree/bindings/{i2c => hwmon}/ina209.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/{i2c => hwmon}/ina209.txt (100%) diff --git a/Documentation/devicetree/bindings/i2c/ina209.txt b/Documentation/devicetree/bindings/hwmon/ina209.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/ina209.txt rename to Documentation/devicetree/bindings/hwmon/ina209.txt