From patchwork Thu Mar 21 23:04:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1060563 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@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=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=the-dreams.de Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44QMn557S6z9sS2 for ; Fri, 22 Mar 2019 10:04:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726990AbfCUXEi (ORCPT ); Thu, 21 Mar 2019 19:04:38 -0400 Received: from sauhun.de ([88.99.104.3]:45630 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726891AbfCUXEi (ORCPT ); Thu, 21 Mar 2019 19:04:38 -0400 Received: from localhost (p54B33041.dip0.t-ipconnect.de [84.179.48.65]) by pokefinder.org (Postfix) with ESMTPSA id F2D974A1351; Fri, 22 Mar 2019 00:04:36 +0100 (CET) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Linus Walleij , Tony Prisk , Matthias Brugger , Maxime Ripard , Chen-Yu Tsai , Wolfram Sang Subject: [PATCH 3/5] i2c: stu300: make bindings file name match the driver Date: Fri, 22 Mar 2019 00:04:21 +0100 Message-Id: <20190321230423.14992-4-wsa@the-dreams.de> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20190321230423.14992-1-wsa@the-dreams.de> References: <20190321230423.14992-1-wsa@the-dreams.de> MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org If we use the "i2c-" prefix for the binding documentation file name, then it should match the file name of the driver, if possible. It is possible for this driver, so rename it. Signed-off-by: Wolfram Sang --- .../devicetree/bindings/i2c/{i2c-st-ddci2c.txt => i2c-stu300.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/i2c/{i2c-st-ddci2c.txt => i2c-stu300.txt} (100%) diff --git a/Documentation/devicetree/bindings/i2c/i2c-st-ddci2c.txt b/Documentation/devicetree/bindings/i2c/i2c-stu300.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/i2c-st-ddci2c.txt rename to Documentation/devicetree/bindings/i2c/i2c-stu300.txt