From patchwork Thu Apr 26 21:27:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 905383 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40X9C94y57z9rvt for ; Fri, 27 Apr 2018 07:27:49 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752962AbeDZV1r (ORCPT ); Thu, 26 Apr 2018 17:27:47 -0400 Received: from mail-ot0-f193.google.com ([74.125.82.193]:43195 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbeDZV1r (ORCPT ); Thu, 26 Apr 2018 17:27:47 -0400 Received: by mail-ot0-f193.google.com with SMTP id y10-v6so18099978otg.10; Thu, 26 Apr 2018 14:27:46 -0700 (PDT) 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; bh=ifK3qjWOsHWJj8u9FpkA6ELAn2cHR25N0fiVzdApmRw=; b=CPNf/4vl6OWJW5k+AQe8wfrzh0iC6Lx1/6Uefqq5P8Nwfm4U7VYcMlAF6PSPAXWGum JiH9v0pNwE1m+a2pB5Q3f+CZ9e/3TPzSPNKg3Mh7YOkkvyHcMNk2eHj/25QPPGsTR05h ZIVx9I9FUA2I2IFK61cFJV0R+yb8ws0g4dmfhToQMR/Tk20wXxqztjF6YAqdg159vlBa VPJYl3Llxuhg2cd4MeOAKiR02QjWCZ+QGyASPOFnpvfW3sY25DXh4FL0CX4TlyZdXogE r5Bfj3n/Qt8vjhO0lrcnFtnQUQzdq0MoC1NRTlfJZ/w4hvemzpVCqjaZ8C2ggEAw1grF +Wzg== X-Gm-Message-State: ALQs6tDlC5rKjM23scYbjT0JAhjsX+D6EiblEmRJsZ8v6Jld1wQaFkAm lJPQnQbvOhwAs1dHCeKhNxLalnI= X-Google-Smtp-Source: AB8JxZoD6FOyJhNr8KVvzJ9NYb8xRQfypaYEODV4YS5Sqxaq3tIgVViZdUe+/QHx/3Z6VVEaC1JDHg== X-Received: by 2002:a9d:620a:: with SMTP id g10-v6mr5843039otj.288.1524778065999; Thu, 26 Apr 2018 14:27:45 -0700 (PDT) Received: from xps15.herring.priv (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.googlemail.com with ESMTPSA id r31-v6sm13360325otc.11.2018.04.26.14.27.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 14:27:45 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Mark Rutland , Linus Walleij , Thierry Reding Subject: [PATCH 1/4] dt-bindings: move various timer bindings to timer/ directory Date: Thu, 26 Apr 2018 16:27:41 -0500 Message-Id: <20180426212744.28688-1-robh@kernel.org> X-Mailer: git-send-email 2.14.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Bindings are supposed to be organized by device class/function. Move bindings for various timers to timer/ binding directory. Cc: Linus Walleij Cc: Thierry Reding Signed-off-by: Rob Herring Acked-by: Thierry Reding Reviewed-by: Linus Walleij --- Documentation/devicetree/bindings/arm/ux500/boards.txt | 2 +- Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt | 2 +- .../devicetree/bindings/{nios2/timer.txt => timer/altr,timer-1.0.txt} | 0 .../bindings/{arm/arch_timer.txt => timer/arm,arch_timer.txt} | 0 .../bindings/{arm/armv7m_systick.txt => timer/arm,armv7m-systick.txt} | 0 .../bindings/{arm/global_timer.txt => timer/arm,global_timer.txt} | 0 Documentation/devicetree/bindings/{arm/twd.txt => timer/arm,twd.txt} | 0 .../devicetree/bindings/{powerpc/fsl/gtm.txt => timer/fsl,gtm.txt} | 0 .../bindings/{arm/mrvl/timer.txt => timer/mrvl,mmp-timer.txt} | 0 .../devicetree/bindings/{arm/msm/timer.txt => timer/qcom,msm-timer.txt} | 0 .../bindings/{arm/spear-timer.txt => timer/st,spear-timer.txt} | 0 .../devicetree/bindings/{c6x/timer64.txt => timer/ti,c64x+timer64.txt} | 0 .../devicetree/bindings/{arm/omap/timer.txt => timer/ti,timer.txt} | 0 .../devicetree/bindings/{arm/vt8500 => timer}/via,vt8500-timer.txt | 0 14 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/{nios2/timer.txt => timer/altr,timer-1.0.txt} (100%) rename Documentation/devicetree/bindings/{arm/arch_timer.txt => timer/arm,arch_timer.txt} (100%) rename Documentation/devicetree/bindings/{arm/armv7m_systick.txt => timer/arm,armv7m-systick.txt} (100%) rename Documentation/devicetree/bindings/{arm/global_timer.txt => timer/arm,global_timer.txt} (100%) rename Documentation/devicetree/bindings/{arm/twd.txt => timer/arm,twd.txt} (100%) rename Documentation/devicetree/bindings/{powerpc/fsl/gtm.txt => timer/fsl,gtm.txt} (100%) rename Documentation/devicetree/bindings/{arm/mrvl/timer.txt => timer/mrvl,mmp-timer.txt} (100%) rename Documentation/devicetree/bindings/{arm/msm/timer.txt => timer/qcom,msm-timer.txt} (100%) rename Documentation/devicetree/bindings/{arm/spear-timer.txt => timer/st,spear-timer.txt} (100%) rename Documentation/devicetree/bindings/{c6x/timer64.txt => timer/ti,c64x+timer64.txt} (100%) rename Documentation/devicetree/bindings/{arm/omap/timer.txt => timer/ti,timer.txt} (100%) rename Documentation/devicetree/bindings/{arm/vt8500 => timer}/via,vt8500-timer.txt (100%) diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt index 7334c24625fc..0fa429534f49 100644 --- a/Documentation/devicetree/bindings/arm/ux500/boards.txt +++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt @@ -26,7 +26,7 @@ interrupt-controller: see binding for interrupt-controller/arm,gic.txt timer: - see binding for arm/twd.txt + see binding for timer/arm,twd.txt clocks: see binding for clocks/ux500.txt diff --git a/Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt b/Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt index 2e53324fb720..5ccfcc82da08 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt @@ -2,7 +2,7 @@ Required properties: - compatible: Shall contain "ti,omap-dmtimer-pwm". -- ti,timers: phandle to PWM capable OMAP timer. See arm/omap/timer.txt for info +- ti,timers: phandle to PWM capable OMAP timer. See timer/ti,timer.txt for info about these timers. - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of the cells format. diff --git a/Documentation/devicetree/bindings/nios2/timer.txt b/Documentation/devicetree/bindings/timer/altr,timer-1.0.txt similarity index 100% rename from Documentation/devicetree/bindings/nios2/timer.txt rename to Documentation/devicetree/bindings/timer/altr,timer-1.0.txt diff --git a/Documentation/devicetree/bindings/arm/arch_timer.txt b/Documentation/devicetree/bindings/timer/arm,arch_timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/arch_timer.txt rename to Documentation/devicetree/bindings/timer/arm,arch_timer.txt diff --git a/Documentation/devicetree/bindings/arm/armv7m_systick.txt b/Documentation/devicetree/bindings/timer/arm,armv7m-systick.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/armv7m_systick.txt rename to Documentation/devicetree/bindings/timer/arm,armv7m-systick.txt diff --git a/Documentation/devicetree/bindings/arm/global_timer.txt b/Documentation/devicetree/bindings/timer/arm,global_timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/global_timer.txt rename to Documentation/devicetree/bindings/timer/arm,global_timer.txt diff --git a/Documentation/devicetree/bindings/arm/twd.txt b/Documentation/devicetree/bindings/timer/arm,twd.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/twd.txt rename to Documentation/devicetree/bindings/timer/arm,twd.txt diff --git a/Documentation/devicetree/bindings/powerpc/fsl/gtm.txt b/Documentation/devicetree/bindings/timer/fsl,gtm.txt similarity index 100% rename from Documentation/devicetree/bindings/powerpc/fsl/gtm.txt rename to Documentation/devicetree/bindings/timer/fsl,gtm.txt diff --git a/Documentation/devicetree/bindings/arm/mrvl/timer.txt b/Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/mrvl/timer.txt rename to Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt diff --git a/Documentation/devicetree/bindings/arm/msm/timer.txt b/Documentation/devicetree/bindings/timer/qcom,msm-timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/msm/timer.txt rename to Documentation/devicetree/bindings/timer/qcom,msm-timer.txt diff --git a/Documentation/devicetree/bindings/arm/spear-timer.txt b/Documentation/devicetree/bindings/timer/st,spear-timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/spear-timer.txt rename to Documentation/devicetree/bindings/timer/st,spear-timer.txt diff --git a/Documentation/devicetree/bindings/c6x/timer64.txt b/Documentation/devicetree/bindings/timer/ti,c64x+timer64.txt similarity index 100% rename from Documentation/devicetree/bindings/c6x/timer64.txt rename to Documentation/devicetree/bindings/timer/ti,c64x+timer64.txt diff --git a/Documentation/devicetree/bindings/arm/omap/timer.txt b/Documentation/devicetree/bindings/timer/ti,timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/omap/timer.txt rename to Documentation/devicetree/bindings/timer/ti,timer.txt diff --git a/Documentation/devicetree/bindings/arm/vt8500/via,vt8500-timer.txt b/Documentation/devicetree/bindings/timer/via,vt8500-timer.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/vt8500/via,vt8500-timer.txt rename to Documentation/devicetree/bindings/timer/via,vt8500-timer.txt From patchwork Thu Apr 26 21:27:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 905386 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40X9Dc4pgKz9rvt for ; Fri, 27 Apr 2018 07:29:04 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754472AbeDZV1s (ORCPT ); Thu, 26 Apr 2018 17:27:48 -0400 Received: from mail-ot0-f194.google.com ([74.125.82.194]:34721 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbeDZV1r (ORCPT ); Thu, 26 Apr 2018 17:27:47 -0400 Received: by mail-ot0-f194.google.com with SMTP id i5-v6so31114030oth.1; Thu, 26 Apr 2018 14:27:47 -0700 (PDT) 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=CGeWDGg0qYHN9DX8jhIjeZLVY9fGkNRSAYytQEOsZeQ=; b=dqWiunMDq10FVxcqZ365k1GYbv5daNxOAbdEHOAwXCVxC7lrJyjFqFaKZa9OVcjmDt E5Fm+/efYWLdBYZnHZmhd8ivElRYn9LzKmT5M0zTehVEEaUDreHSt0TFZ+fyvOZSGkja 0nylEshpOtSLjw3vEzRHG9kpskipgFTNglKwvAaj1Ej2lltRlVKy/Cp5S+lPzPcUEP4r TpXxHpJ9m/2nn433WCSv3nWW5HYYFYr3citU0umod+rCMySJk+3B0OTv7uDU8bVSHll6 lGg4pyZ+oGPtz59c6Kftzz5Mo1qsDvcboVdty43pL2ljr3h69qLqSFy76yt0RLSQH2Lt evOw== X-Gm-Message-State: ALQs6tD8MNjDhB8f6CW37rjaYHB/rE5M+JyIHuLeX5jPkUoedn8D356x 2q/YAgVyCFumoTdADCy+kdwl68U= X-Google-Smtp-Source: AB8JxZoPFwxCTkZErecf3ZvpxH/H7NOWFaAsZpCpLtl59zvuBDtaS+Hxs1gem5e/JdX0HKxCedyV9w== X-Received: by 2002:a9d:1bc7:: with SMTP id v7-v6mr1271422otv.344.1524778066899; Thu, 26 Apr 2018 14:27:46 -0700 (PDT) Received: from xps15.herring.priv (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.googlemail.com with ESMTPSA id r31-v6sm13360325otc.11.2018.04.26.14.27.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 14:27:46 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Mark Rutland Subject: [PATCH 2/4] dt-bindings: move various RNG bindings to rng/ directory Date: Thu, 26 Apr 2018 16:27:42 -0500 Message-Id: <20180426212744.28688-2-robh@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180426212744.28688-1-robh@kernel.org> References: <20180426212744.28688-1-robh@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Bindings are supposed to be organized by device class/function. Move bindings for various RNGs to rng/ binding directory. Signed-off-by: Rob Herring --- .../{crypto/samsung,exynos-rng4.txt => rng/samsung,exynos4-rng.txt} | 0 Documentation/devicetree/bindings/{ => rng}/sparc_sun_oracle_rng.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/{crypto/samsung,exynos-rng4.txt => rng/samsung,exynos4-rng.txt} (100%) rename Documentation/devicetree/bindings/{ => rng}/sparc_sun_oracle_rng.txt (100%) diff --git a/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt b/Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt similarity index 100% rename from Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt rename to Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt diff --git a/Documentation/devicetree/bindings/sparc_sun_oracle_rng.txt b/Documentation/devicetree/bindings/rng/sparc_sun_oracle_rng.txt similarity index 100% rename from Documentation/devicetree/bindings/sparc_sun_oracle_rng.txt rename to Documentation/devicetree/bindings/rng/sparc_sun_oracle_rng.txt From patchwork Thu Apr 26 21:27:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 905385 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40X9Db2py6z9rvt for ; Fri, 27 Apr 2018 07:29:03 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756454AbeDZV2f (ORCPT ); Thu, 26 Apr 2018 17:28:35 -0400 Received: from mail-ot0-f193.google.com ([74.125.82.193]:40070 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754348AbeDZV1s (ORCPT ); Thu, 26 Apr 2018 17:27:48 -0400 Received: by mail-ot0-f193.google.com with SMTP id n1-v6so1047004otf.7; Thu, 26 Apr 2018 14:27:48 -0700 (PDT) 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=YoPqouH01lYEotrhAz8Amx0wlvGI2rDVL+w6JrxjB78=; b=cFKifuPJa0M1WvYSP6fA6/jyI6Uh9EFZH5zhSot4f9UONMK3GXaeoVxf9cthcsX8KX hIqQPlB3GKxsN1wNBC/DmyLzwLOjVFeFpfMsunXWnI9PuTuev8IxCeFsBTXTy1PECo6j nq5ed6GoVKNv5rqc4lE1CMqvA/rw/dlp1eo5kY+lC3gGtVRtWd3WlSYO0zsffTo6WnX7 cxNVi83DiIvzSOhwqmNKQHYWuOe0EG7vz9cSnZfFumOcaSvDZ5SkFDDJt1TFz36i64nr jD8bnZ7fyeBM370yiFb1Pdc7w0mGf466tDT79IsNIBoD965JRiGzSmUFdzR4+Ie5WmS8 HMqg== X-Gm-Message-State: ALQs6tDQC5wuFBUopCrJIf+ZjfsRrhw1NTIp5WZ31chUiZ11UlPvzl9r Xs2NN8J9aWwu7bXRKcsaiq0oRnk= X-Google-Smtp-Source: AB8JxZp0MXWtaXS9dH3iMoUBW/ENXUNwqmFUhIxzRxoSQwETZR5SZQ9AkuIOrrw1K1knQTWTmQM+pQ== X-Received: by 2002:a9d:12b4:: with SMTP id g49-v6mr7906706otg.379.1524778068003; Thu, 26 Apr 2018 14:27:48 -0700 (PDT) Received: from xps15.herring.priv (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.googlemail.com with ESMTPSA id r31-v6sm13360325otc.11.2018.04.26.14.27.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 14:27:47 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Mark Rutland , linuxppc-dev@lists.ozlabs.org Subject: [PATCH 3/4] dt-bindings: powerpc/4xx: move 4xx NDFC and EMAC bindings to subsystem directories Date: Thu, 26 Apr 2018 16:27:43 -0500 Message-Id: <20180426212744.28688-3-robh@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180426212744.28688-1-robh@kernel.org> References: <20180426212744.28688-1-robh@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Bindings are supposed to be organized by device class/function. Move a couple of powerpc 4xx bindings to the correct binding directory. Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Rob Herring --- .../devicetree/bindings/{powerpc/4xx/ndfc.txt => mtd/ibm,ndfc.txt} | 0 .../devicetree/bindings/{powerpc/4xx/emac.txt => net/ibm,emac.txt} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/{powerpc/4xx/ndfc.txt => mtd/ibm,ndfc.txt} (100%) rename Documentation/devicetree/bindings/{powerpc/4xx/emac.txt => net/ibm,emac.txt} (100%) diff --git a/Documentation/devicetree/bindings/powerpc/4xx/ndfc.txt b/Documentation/devicetree/bindings/mtd/ibm,ndfc.txt similarity index 100% rename from Documentation/devicetree/bindings/powerpc/4xx/ndfc.txt rename to Documentation/devicetree/bindings/mtd/ibm,ndfc.txt diff --git a/Documentation/devicetree/bindings/powerpc/4xx/emac.txt b/Documentation/devicetree/bindings/net/ibm,emac.txt similarity index 100% rename from Documentation/devicetree/bindings/powerpc/4xx/emac.txt rename to Documentation/devicetree/bindings/net/ibm,emac.txt From patchwork Thu Apr 26 21:27:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 905384 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40X9Cg3tqmz9ry1 for ; Fri, 27 Apr 2018 07:28:15 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753000AbeDZV2C (ORCPT ); Thu, 26 Apr 2018 17:28:02 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:47057 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbeDZV1t (ORCPT ); Thu, 26 Apr 2018 17:27:49 -0400 Received: by mail-oi0-f67.google.com with SMTP id y15-v6so17516130oia.13; Thu, 26 Apr 2018 14:27:49 -0700 (PDT) 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=kxfyIPOEA1T6Eoe7O+v9dLgQ2Solup0DPchlMcG9WGM=; b=ZwiHtF/hDQd7XSnF+2Erail3axcp0cKvkjML8A4hQbAdIJD69hP5gc3iJLdXQJ2A3I haCr6WPNTZiwFE8EulJk/uTMLR5p20A99++orMcsb4a8X/BgKa5WOkC0JDaT2pyTa9Lu m+/5jVFw1vbIgu3kYakdyYfEBgj8W0CYQyPrXlFWMu/xNWGIa/coebPCZxhuPoH6Tk3k ZjMMIaqNxx607dj3LJVA/EdJCrj4mJeFfm9/XoStR/a7fbxIHllC3tRUubth/j519pmQ aIUVMreCH8Q1KRytD3cGKkWoRSup08piskIGWvPgHWKftfC8Lt+lJALef4z1+ztAVcV7 85pQ== X-Gm-Message-State: ALQs6tBCRbIAD3zWDtXvZMzKN6eAzpzuiMOoWPRJ6sOBqgDIbTaA54ao S4KRx2ueeHddAbYaa0l5jI6QljY= X-Google-Smtp-Source: AB8JxZrhzK0suczMftUFgjnNDodn6r4YL/NvRK6hNZMi/uNfFN8tYNs+zbX1fnANV2YstAPu9ZPpEA== X-Received: by 2002:aca:bd88:: with SMTP id n130-v6mr8483556oif.100.1524778068929; Thu, 26 Apr 2018 14:27:48 -0700 (PDT) Received: from xps15.herring.priv (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.googlemail.com with ESMTPSA id r31-v6sm13360325otc.11.2018.04.26.14.27.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 14:27:48 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Mark Rutland Subject: [PATCH 4/4] dt-bindings: exynos: move ADC binding to iio/adc/ directory Date: Thu, 26 Apr 2018 16:27:44 -0500 Message-Id: <20180426212744.28688-4-robh@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180426212744.28688-1-robh@kernel.org> References: <20180426212744.28688-1-robh@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Bindings are supposed to be organized by device class/function. Move the binding for Exynos ADC to the iio/adc/ binding directory. Signed-off-by: Rob Herring --- .../{arm/samsung/exynos-adc.txt => iio/adc/samsung,exynos-adc.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/{arm/samsung/exynos-adc.txt => iio/adc/samsung,exynos-adc.txt} (100%) diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt rename to Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.txt