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%) -- 2.19.1