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

2016-05-18 Thread Rob Herring
On Wed, May 18, 2016 at 06:00:52PM +0300, Crestez Dan Leonard wrote: > The MPU has an auxiliary I2C bus for connecting external > sensors. This bus has two operating modes: > * bypasss: which connects the primary and auxiliary busses > together. This is already supported via an i2c mux. > *

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

2016-05-18 Thread Rob Herring
On Wed, May 18, 2016 at 06:00:52PM +0300, Crestez Dan Leonard wrote: > The MPU has an auxiliary I2C bus for connecting external > sensors. This bus has two operating modes: > * bypasss: which connects the primary and auxiliary busses > together. This is already supported via an i2c mux. > *

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

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

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

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