devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: yaml conversion of i2c-gate and IIO users
@ 2020-10-31 18:17 Jonathan Cameron
  2020-10-31 18:17 ` [PATCH 1/3] dt-bindings:i2c:i2c-gate: txt to yaml conversion Jonathan Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jonathan Cameron @ 2020-10-31 18:17 UTC (permalink / raw)
  To: linux-iio, Rob Herring, devicetree, linux-i2c
  Cc: Wolfram Sang, Jonathan Cameron

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

As part of a general effort to convert all IIO bindings over to yaml,
we need to handle those that specify an i2c-gate.
As such this also includes conversion of the base i2c-gate binding
which is then referenced by the i2c binding files.

Jonathan Cameron (3):
  dt-bindings:i2c:i2c-gate: txt to yaml conversion
  dt-bindings:iio:imu:invensense,mpu6050: txt to yaml conversion
  dt-bindings:iio:gyro:invensense,mpu3050: txt to yaml format
    conversion.

 .../devicetree/bindings/i2c/i2c-gate.txt      |  41 -------
 .../devicetree/bindings/i2c/i2c-gate.yaml     |  52 +++++++++
 .../iio/gyroscope/invensense,mpu3050.txt      |  45 --------
 .../iio/gyroscope/invensense,mpu3050.yaml     |  70 ++++++++++++
 .../bindings/iio/imu/inv_mpu6050.txt          |  67 -----------
 .../bindings/iio/imu/invensense,mpu6050.yaml  | 105 ++++++++++++++++++
 6 files changed, 227 insertions(+), 153 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-gate.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-gate.yaml
 delete mode 100644 Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
 create mode 100644 Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
 delete mode 100644 Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt
 create mode 100644 Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml

-- 
2.28.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-03  9:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-31 18:17 [PATCH 0/3] dt-bindings: yaml conversion of i2c-gate and IIO users Jonathan Cameron
2020-10-31 18:17 ` [PATCH 1/3] dt-bindings:i2c:i2c-gate: txt to yaml conversion Jonathan Cameron
2020-11-03  2:25   ` Rob Herring
2020-10-31 18:18 ` [PATCH 2/3] dt-bindings:iio:imu:invensense,mpu6050: " Jonathan Cameron
2020-11-03  2:29   ` Rob Herring
2020-10-31 18:18 ` [PATCH 3/3] dt-bindings:iio:gyro:invensense,mpu3050: txt to yaml format conversion Jonathan Cameron
2020-11-03  2:30   ` Rob Herring
2020-11-03  9:55   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).