Re: [RFC 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-05-05 Thread Rob Herring
On Thu, May 5, 2016 at 7:38 AM, Crestez Dan Leonard wrote: > On 05/01/2016 08:27 PM, Jonathan Cameron wrote: >> On 29/04/16 20:02, Crestez Dan Leonard wrote: >>> --- a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt >>> +++ b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt >>>

Re: [RFC 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-05-05 Thread Crestez Dan Leonard
On 05/01/2016 08:27 PM, Jonathan Cameron wrote: > On 29/04/16 20:02, Crestez Dan Leonard wrote: >> --- a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt >> +++ b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt >> @@ -1,16 +1,27 @@ >> InvenSense MPU-6050 Six-Axis (Gyro + Acceler

Re: [RFC 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-05-02 Thread Peter Rosin
On 2016-04-29 21:02, Crestez Dan Leonard wrote: > The MPU has an auxiliary I2C bus for connecting external > sensors. This bus has two operating modes: > * pass-through, which connects the primary and auxiliary busses > together. This is already supported via an i2c mux. > * I2C master mode, where

Re: [RFC 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-05-01 Thread Jonathan Cameron
On 29/04/16 20:02, Crestez Dan Leonard wrote: > The MPU has an auxiliary I2C bus for connecting external > sensors. This bus has two operating modes: > * pass-through, which connects the primary and auxiliary busses > together. This is already supported via an i2c mux. > * I2C master mode, where th

[RFC 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-29 Thread Crestez Dan Leonard
The MPU has an auxiliary I2C bus for connecting external sensors. This bus has two operating modes: * pass-through, which connects the primary and auxiliary busses together. This is already supported via an i2c mux. * I2C master mode, where the mpu60x0 acts as a master to any external connected sen