From patchwork Thu Mar 21 23:04:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1060561 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 44QMn34DzHz9sRy for ; Fri, 22 Mar 2019 10:04:39 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726957AbfCUXEi (ORCPT ); Thu, 21 Mar 2019 19:04:38 -0400 Received: from sauhun.de ([88.99.104.3]:45598 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726801AbfCUXEi (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 F31C64B20BE; Fri, 22 Mar 2019 00:04:35 +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 1/5] i2c: iop3xx: make bindings file name match the driver Date: Fri, 22 Mar 2019 00:04:19 +0100 Message-Id: <20190321230423.14992-2-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-xscale.txt => i2c-iop3xx.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/i2c/{i2c-xscale.txt => i2c-iop3xx.txt} (100%) diff --git a/Documentation/devicetree/bindings/i2c/i2c-xscale.txt b/Documentation/devicetree/bindings/i2c/i2c-iop3xx.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/i2c-xscale.txt rename to Documentation/devicetree/bindings/i2c/i2c-iop3xx.txt From patchwork Thu Mar 21 23:04:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1060562 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 44QMn51q2nz9sS1 for ; Fri, 22 Mar 2019 10:04:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbfCUXEi (ORCPT ); Thu, 21 Mar 2019 19:04:38 -0400 Received: from sauhun.de ([88.99.104.3]:45614 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726609AbfCUXEi (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 7A5E64A1346; 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 2/5] i2c: mt65xx: make bindings file name match the driver Date: Fri, 22 Mar 2019 00:04:20 +0100 Message-Id: <20190321230423.14992-3-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-mtk.txt => i2c-mt65xx.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/i2c/{i2c-mtk.txt => i2c-mt65xx.txt} (100%) diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/i2c-mtk.txt rename to Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt 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 From patchwork Thu Mar 21 23:04:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1060565 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 44QMn65Fxgz9sRy for ; Fri, 22 Mar 2019 10:04:42 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726891AbfCUXEj (ORCPT ); Thu, 21 Mar 2019 19:04:39 -0400 Received: from sauhun.de ([88.99.104.3]:45640 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726897AbfCUXEj (ORCPT ); Thu, 21 Mar 2019 19:04:39 -0400 Received: from localhost (p54B33041.dip0.t-ipconnect.de [84.179.48.65]) by pokefinder.org (Postfix) with ESMTPSA id 76E9F4A1353; Fri, 22 Mar 2019 00:04:37 +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 4/5] i2c: sun6i-p2wi: make bindings file name match the driver Date: Fri, 22 Mar 2019 00:04:22 +0100 Message-Id: <20190321230423.14992-5-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 Acked-by: Maxime Ripard --- .../bindings/i2c/{i2c-sunxi-p2wi.txt => i2c-sun6i-p2wi.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/i2c/{i2c-sunxi-p2wi.txt => i2c-sun6i-p2wi.txt} (100%) diff --git a/Documentation/devicetree/bindings/i2c/i2c-sunxi-p2wi.txt b/Documentation/devicetree/bindings/i2c/i2c-sun6i-p2wi.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/i2c-sunxi-p2wi.txt rename to Documentation/devicetree/bindings/i2c/i2c-sun6i-p2wi.txt From patchwork Thu Mar 21 23:04:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1060566 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 44QMn71fqNz9sS1 for ; Fri, 22 Mar 2019 10:04:43 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726897AbfCUXEj (ORCPT ); Thu, 21 Mar 2019 19:04:39 -0400 Received: from sauhun.de ([88.99.104.3]:45652 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726695AbfCUXEj (ORCPT ); Thu, 21 Mar 2019 19:04:39 -0400 Received: from localhost (p54B33041.dip0.t-ipconnect.de [84.179.48.65]) by pokefinder.org (Postfix) with ESMTPSA id F0F924A1355; Fri, 22 Mar 2019 00:04:37 +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 5/5] i2c: wmt: make bindings file name match the driver Date: Fri, 22 Mar 2019 00:04:23 +0100 Message-Id: <20190321230423.14992-6-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-vt8500.txt => i2c-wmt.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/i2c/{i2c-vt8500.txt => i2c-wmt.txt} (100%) diff --git a/Documentation/devicetree/bindings/i2c/i2c-vt8500.txt b/Documentation/devicetree/bindings/i2c/i2c-wmt.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/i2c-vt8500.txt rename to Documentation/devicetree/bindings/i2c/i2c-wmt.txt