mbox series

[0/5] i2c: match filenames for drivers and bindings

Message ID 20190321230423.14992-1-wsa@the-dreams.de
Headers show
Series i2c: match filenames for drivers and bindings | expand

Message

Wolfram Sang March 21, 2019, 11:04 p.m. UTC
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%)

Comments

Wolfram Sang March 27, 2019, 1:24 p.m. UTC | #1
On Fri, Mar 22, 2019 at 12:04:18AM +0100, Wolfram Sang wrote:
> 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.

Applied to for-current, so I can continue the above work.