From patchwork Mon Sep 25 23:09:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9970623 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id AF31E60393 for ; Mon, 25 Sep 2017 23:09:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A28C228D11 for ; Mon, 25 Sep 2017 23:09:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9781128D0A; Mon, 25 Sep 2017 23:09:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1005828D0C for ; Mon, 25 Sep 2017 23:09:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753998AbdIYXJd (ORCPT ); Mon, 25 Sep 2017 19:09:33 -0400 Received: from mail-pg0-f41.google.com ([74.125.83.41]:53567 "EHLO mail-pg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752722AbdIYXJc (ORCPT ); Mon, 25 Sep 2017 19:09:32 -0400 Received: by mail-pg0-f41.google.com with SMTP id j70so4862726pgc.10 for ; Mon, 25 Sep 2017 16:09:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=lB8RGkfWOJXXDtnWej4kNw6YY1DWBgDoH71JT7fK/dE=; b=XIno8JQHUz6yDh3hBFv66F0hsiR/qG+1H5GbyRKFvC6bArS6Wc0W7asKQhZ8+ss0gA Wki9H6DwtwYACxZ9p1c4O4RgMKzOal5G9akqSciWCesSB47UrQ/M5Xo7CXhZ9Gxf9Zic lsijidZgyUHG8JabEoCeG+BRJQzhP8uoAE168= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=lB8RGkfWOJXXDtnWej4kNw6YY1DWBgDoH71JT7fK/dE=; b=UP5OwdvcuphyoClsT2yLXgUuUtoj3P2h8norEQZFRZAR82ZhG8QhE1Lkb7/4nbtwvX tqBcdtG9CHYKAfkzQIN5iJVF1cWsWMPDYbwoCkGp2L9+hhv0n55lzK47lyosrVUU2fij CN6EZgPFTj9NJGrsxwKA0iepliqw2hU5cCqBb42jwXbGpszGwnJSXX+T+7syBi7xiMiW ZNblNoDq4dmP2P+bhaASslj87EyliouRY7ZqSU1E83I7YxZUe71EHUzjWxy39Vx550Vx isA9uS9m1veC8+EDPjOeSHTEYJ2EOsRZTkvRPlrxiiB0sogByZwtllgIvDnqmpktGtLn LRrQ== X-Gm-Message-State: AHPjjUgJpOIj1lvOvZZGe/mM/m4kkpELqf95n0INFwGrWE+ANEjNMlIC zkUIFxvDVw6XK2bVlp/uloC5Fw== X-Google-Smtp-Source: AOwi7QCHiHj21H+owWA8OAiijhUtxGdzSOHcWwr9IV1NH55K3QyI+uH+/UXm2HF7g0NBRP1cSkFlGw== X-Received: by 10.159.216.143 with SMTP id s15mr9026293plp.201.1506380971736; Mon, 25 Sep 2017 16:09:31 -0700 (PDT) Received: from localhost.localdomain ([70.35.39.2]) by smtp.gmail.com with ESMTPSA id a7sm12284532pgc.40.2017.09.25.16.09.30 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2017 16:09:31 -0700 (PDT) From: Linus Walleij To: Jean Delvare , Guenter Roeck Cc: linux-hwmon@vger.kernel.org, Nishanth Menon , Simon Guinot , Jamie Lentin , Linus Walleij , devicetree@vger.kernel.org Subject: [PATCH 1/9] hwmon: gpio-fan: Move DT bindings to the right place Date: Tue, 26 Sep 2017 01:09:03 +0200 Message-Id: <20170925230911.20824-2-linus.walleij@linaro.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170925230911.20824-1-linus.walleij@linaro.org> References: <20170925230911.20824-1-linus.walleij@linaro.org> Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This moves the GPIO fan bindings to the hwmon bindings. The GPIO fan is a hwmon class hardware, not related to GPIO other than being a consumer of GPIOs. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij Acked-by: Rob Herring --- Documentation/devicetree/bindings/{gpio => hwmon}/gpio-fan.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/{gpio => hwmon}/gpio-fan.txt (100%) diff --git a/Documentation/devicetree/bindings/gpio/gpio-fan.txt b/Documentation/devicetree/bindings/hwmon/gpio-fan.txt similarity index 100% rename from Documentation/devicetree/bindings/gpio/gpio-fan.txt rename to Documentation/devicetree/bindings/hwmon/gpio-fan.txt