From patchwork Tue Dec 6 02:53:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jeffery X-Patchwork-Id: 702992 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3tXmVd3kCjz9ryv for ; Tue, 6 Dec 2016 13:56:41 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=aj.id.au header.i=@aj.id.au header.b="ZDe2I2fq"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="nTO8lE3k"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752374AbcLFC4T (ORCPT ); Mon, 5 Dec 2016 21:56:19 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:57453 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbcLFCzc (ORCPT ); Mon, 5 Dec 2016 21:55:32 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 28B9C20A11; Mon, 5 Dec 2016 21:54:45 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Mon, 05 Dec 2016 21:54:45 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=aj.id.au; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=m2p XCnQOQo3F6BHTWuRYAexU0HE=; b=ZDe2I2fqLpG7RnFfeOIO7xdpDiNucy6a7sH lJfeZCyPRrE1MSNCACBdZRpa0/keyNyENq/XFZZ3BasK7+vzZO97kaWEX5DDzb+5 HljpR3v7A8+Y7KQenRz6aO1JJGOIJDWX4G2m7woFTrfMiL+9GUFELzzW4oLNxLeL 3zTFDx3o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=smtpout; bh=m2pXCnQOQo3F6BHTWuRYAexU0HE=; b=nTO8l E3kaO5NcotJc63t18WVNn5b+S/5ZWahq2cmkyOVbjZUiuRJrHyCQ+ZpUwHPi2NBP eBV/+rVkCliPZG1MSlzyZiY7+AotnvXCGbfFtx+W2tIuSESmIJj4jglTRlt+R1Zd S/PFx1BCBTZEXwKa79Xagsv5Cd0BX/bj10tre0= X-ME-Sender: X-Sasl-enc: unyh27dZ2XBvPIy4kweKU6IAU9BF2u/f9xNre++PiLcj 1480992884 Received: from keelia.au.ibm.com (unknown [202.81.18.29]) by mail.messagingengine.com (Postfix) with ESMTPA id F3D367EA48; Mon, 5 Dec 2016 21:54:40 -0500 (EST) From: Andrew Jeffery To: Lee Jones Cc: Andrew Jeffery , Rob Herring , Mark Rutland , Linus Walleij , Corey Minyard , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= , Joel Stanley , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 6/6] mfd: dt: Move syscon bindings to syscon subdirectory Date: Tue, 6 Dec 2016 13:53:21 +1100 Message-Id: <20161206025321.1792-7-andrew@aj.id.au> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161206025321.1792-1-andrew@aj.id.au> References: <20161206025321.1792-1-andrew@aj.id.au> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The use of syscons is growing, lets collate them in their own part of the bindings tree. Signed-off-by: Andrew Jeffery --- Documentation/devicetree/bindings/mfd/{ => syscon}/aspeed-scu.txt | 0 Documentation/devicetree/bindings/mfd/{ => syscon}/atmel-gpbr.txt | 0 Documentation/devicetree/bindings/mfd/{ => syscon}/atmel-matrix.txt | 0 Documentation/devicetree/bindings/mfd/{ => syscon}/atmel-smc.txt | 0 Documentation/devicetree/bindings/mfd/{ => syscon}/qcom,tcsr.txt | 0 Documentation/devicetree/bindings/mfd/{ => syscon}/syscon.txt | 0 .../devicetree/bindings/mfd/{ => syscon}/ti-keystone-devctrl.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/mfd/{ => syscon}/aspeed-scu.txt (100%) rename Documentation/devicetree/bindings/mfd/{ => syscon}/atmel-gpbr.txt (100%) rename Documentation/devicetree/bindings/mfd/{ => syscon}/atmel-matrix.txt (100%) rename Documentation/devicetree/bindings/mfd/{ => syscon}/atmel-smc.txt (100%) rename Documentation/devicetree/bindings/mfd/{ => syscon}/qcom,tcsr.txt (100%) rename Documentation/devicetree/bindings/mfd/{ => syscon}/syscon.txt (100%) rename Documentation/devicetree/bindings/mfd/{ => syscon}/ti-keystone-devctrl.txt (100%) diff --git a/Documentation/devicetree/bindings/mfd/aspeed-scu.txt b/Documentation/devicetree/bindings/mfd/syscon/aspeed-scu.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/aspeed-scu.txt rename to Documentation/devicetree/bindings/mfd/syscon/aspeed-scu.txt diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/syscon/atmel-gpbr.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/atmel-gpbr.txt rename to Documentation/devicetree/bindings/mfd/syscon/atmel-gpbr.txt diff --git a/Documentation/devicetree/bindings/mfd/atmel-matrix.txt b/Documentation/devicetree/bindings/mfd/syscon/atmel-matrix.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/atmel-matrix.txt rename to Documentation/devicetree/bindings/mfd/syscon/atmel-matrix.txt diff --git a/Documentation/devicetree/bindings/mfd/atmel-smc.txt b/Documentation/devicetree/bindings/mfd/syscon/atmel-smc.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/atmel-smc.txt rename to Documentation/devicetree/bindings/mfd/syscon/atmel-smc.txt diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.txt b/Documentation/devicetree/bindings/mfd/syscon/qcom,tcsr.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/qcom,tcsr.txt rename to Documentation/devicetree/bindings/mfd/syscon/qcom,tcsr.txt diff --git a/Documentation/devicetree/bindings/mfd/syscon.txt b/Documentation/devicetree/bindings/mfd/syscon/syscon.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/syscon.txt rename to Documentation/devicetree/bindings/mfd/syscon/syscon.txt diff --git a/Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt b/Documentation/devicetree/bindings/mfd/syscon/ti-keystone-devctrl.txt similarity index 100% rename from Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt rename to Documentation/devicetree/bindings/mfd/syscon/ti-keystone-devctrl.txt