From patchwork Fri Oct 12 04:25:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 982839 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tjCYqrjC"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="kuhlQJs8"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42WZYb1cKGz9s7T for ; Fri, 12 Oct 2018 15:27:15 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=KmJHDXO6cNWIUglJMqczrUG+X9lwgbW/wxQbNjDndGc=; b=tjCYqrjCBX/q9q+YzZ1n+qpVCI 75OShXkuhkNF5LNRapXZV8e5N8Wbq0+ClK7ebefgBe6dimfbFd9JoQ1hf6Mu7cKI87qM60ysd17eV kf+1ktG52PUeWYqmcdNSdeoUbaLhgCSDM2MOs6ZAieLJkmbZMdHiZNCKiXdvp/HWHF4HAftjkytrq nS9THd1tCk24SqjXIImmwzaGdgx4kxXAWrmnUoAXosvFycxPnHEwF/BybusDpKo/1U/zepO44o2fW JXTwBqazJgj9E2ogdqNAWlM3muOKdhKQJ78KKUpARL8lFh7TaSaQJvO1acbGC9v3zJFzUh7gseqoS FJZNWDJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gAp2Y-0007uB-8D; Fri, 12 Oct 2018 04:27:06 +0000 Received: from conuserg-12.nifty.com ([210.131.2.79]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gAp2S-0007tB-OG for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2018 04:27:02 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id w9C4Pvr2024244; Fri, 12 Oct 2018 13:25:58 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com w9C4Pvr2024244 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1539318359; bh=ztvEOXJ43f+1FCmmuhQR+Qpq6BD5SQO3Zd5nhEqWf1k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kuhlQJs8aq3aY9qsVdTZw4Pj5Dp4cWyATRBoFlTDQCp+vx1wACg6ifnXkNRubtQ9o 1ta28cnCXT9UqOhxUiudZhfjgTF6YxCoHh/MBE+7ISPbnR/AUkqZ9+x6DjcPVqlVKb OmgFh1SZX1QhVsZoATw5Wi+TT1Fa/T8dgMHCedrDBcQE2C00ftLLWJB2aIrV11A49a R3ERgJmvJ8wVJQLtqVkTsFQDL0Ol7w5CfwUkPaPc1J/xSDdpydB73rIqIegQLHH93v qYRrDoIMyNT/K93Ik6obF0cus31/5PBP+fF7Vk1kYJi+kuGIQpR2wEzelPln1Rohrl FQETnQImXZYvA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory Date: Fri, 12 Oct 2018 13:25:24 +0900 Message-Id: <1539318324-4938-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1539318324-4938-1-git-send-email-yamada.masahiro@socionext.com> References: <1539318324-4938-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181011_212701_149173_44255284 X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 1.0 (+) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (1.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [210.131.2.79 listed in list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Arnd Bergmann , Masahiro Yamada , linux-kernel@vger.kernel.org, Jassi Brar , Masami Hiramatsu , Olof Johansson MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Now, the Socionext vendor directory is available at Documentation/devicetree/bindings/arm/socionext/ Move cache-uniphier.txt over to it. Signed-off-by: Masahiro Yamada Reviewed-by: Rob Herring Reviewed-by: Rob Herring --- Changes in v2: - New patch .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%) diff --git a/Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt b/Documentation/devicetree/bindings/arm/socionext/cache-uniphier.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt rename to Documentation/devicetree/bindings/arm/socionext/cache-uniphier.txt