From patchwork Thu Mar 21 23:04:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1060564 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 44QMn61HKqz9sS1 for ; Fri, 22 Mar 2019 10:04:42 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726609AbfCUXEi (ORCPT ); Thu, 21 Mar 2019 19:04:38 -0400 Received: from sauhun.de ([88.99.104.3]:45588 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726695AbfCUXEi (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 7A5692C2868; 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 0/5] i2c: match filenames for drivers and bindings Date: Fri, 22 Mar 2019 00:04:18 +0100 Message-Id: <20190321230423.14992-1-wsa@the-dreams.de> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org My big picture is to add the I2C binding docs to the MAINTAINERS file. To achieve that, this series is needed as a preparation. It aligns the binding doc filename to the driver filename, if reasonably suitable. And it is suitable for these drivers which do not have a clear mapping. Wolfram Sang (5): i2c: iop3xx: make bindings file name match the driver i2c: mt65xx: make bindings file name match the driver i2c: stu300: make bindings file name match the driver i2c: sun6i-p2wi: make bindings file name match the driver i2c: wmt: make bindings file name match the driver .../devicetree/bindings/i2c/{i2c-xscale.txt => i2c-iop3xx.txt} | 0 .../devicetree/bindings/i2c/{i2c-mtk.txt => i2c-mt65xx.txt} | 0 .../devicetree/bindings/i2c/{i2c-st-ddci2c.txt => i2c-stu300.txt} | 0 .../bindings/i2c/{i2c-sunxi-p2wi.txt => i2c-sun6i-p2wi.txt} | 0 .../devicetree/bindings/i2c/{i2c-vt8500.txt => i2c-wmt.txt} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/i2c/{i2c-xscale.txt => i2c-iop3xx.txt} (100%) rename Documentation/devicetree/bindings/i2c/{i2c-mtk.txt => i2c-mt65xx.txt} (100%) rename Documentation/devicetree/bindings/i2c/{i2c-st-ddci2c.txt => i2c-stu300.txt} (100%) rename Documentation/devicetree/bindings/i2c/{i2c-sunxi-p2wi.txt => i2c-sun6i-p2wi.txt} (100%) rename Documentation/devicetree/bindings/i2c/{i2c-vt8500.txt => i2c-wmt.txt} (100%)