From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Part of general move of all IIO bindings over to yaml. Chances since v1. As Rob suggested, I've move the 2 users over to directly referencing i2c-controller.yaml. For the i2c-gate.yaml patch itself, I've kept it on the basis it provides some central docs of what an i2c-gate actually is. Now it basically just provides the node name and reference to i2c-controller.yaml I've retained Rob's Reviewed-by on basis changes were ones he suggested and fairly minor in scope. Now the two IIO patches are separate from the i2c-gate one we can take them via diferent trees without any problems so unless any issues come up I'll pick up the two IIO patches in a few days time. 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 | 39 +++++++ .../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 | 103 ++++++++++++++++++ 6 files changed, 212 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.29.2