Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-29 Thread Peter Rosin
On 2016-04-29 11:29, Peter Rosin wrote: > On 2016-04-28 12:39, Crestez Dan Leonard wrote: >> On 04/27/2016 11:39 AM, Peter Rosin wrote: >>> On 2016-04-23 23:32, Jonathan Cameron wrote: On 20/04/16 18:17, Crestez Dan Leonard wrote: > The MPU has an auxiliary I2C bus for connecting

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-29 Thread Peter Rosin
On 2016-04-29 11:29, Peter Rosin wrote: > On 2016-04-28 12:39, Crestez Dan Leonard wrote: >> On 04/27/2016 11:39 AM, Peter Rosin wrote: >>> On 2016-04-23 23:32, Jonathan Cameron wrote: On 20/04/16 18:17, Crestez Dan Leonard wrote: > The MPU has an auxiliary I2C bus for connecting

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-29 Thread Peter Rosin
On 2016-04-28 12:39, Crestez Dan Leonard wrote: > On 04/27/2016 11:39 AM, Peter Rosin wrote: >> On 2016-04-23 23:32, Jonathan Cameron wrote: >>> On 20/04/16 18:17, Crestez Dan Leonard wrote: The MPU has an auxiliary I2C bus for connecting external sensors. This bus has two operating

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-29 Thread Peter Rosin
On 2016-04-28 12:39, Crestez Dan Leonard wrote: > On 04/27/2016 11:39 AM, Peter Rosin wrote: >> On 2016-04-23 23:32, Jonathan Cameron wrote: >>> On 20/04/16 18:17, Crestez Dan Leonard wrote: The MPU has an auxiliary I2C bus for connecting external sensors. This bus has two operating

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-28 Thread Crestez Dan Leonard
On 04/27/2016 11:39 AM, Peter Rosin wrote: > On 2016-04-23 23:32, Jonathan Cameron wrote: >> On 20/04/16 18:17, 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

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-28 Thread Crestez Dan Leonard
On 04/27/2016 11:39 AM, Peter Rosin wrote: > On 2016-04-23 23:32, Jonathan Cameron wrote: >> On 20/04/16 18:17, 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

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-27 Thread Peter Rosin
Hi! On 2016-04-23 23:32, Jonathan Cameron wrote: > On 20/04/16 18:17, 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

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-27 Thread Peter Rosin
Hi! On 2016-04-23 23:32, Jonathan Cameron wrote: > On 20/04/16 18:17, 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

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-23 Thread Jonathan Cameron
On 20/04/16 18:17, 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: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-23 Thread Jonathan Cameron
On 20/04/16 18:17, 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: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-22 Thread Peter Rosin
Crestez Dan Leonard wrote: > On 04/21/2016 04:56 PM, Peter Rosin wrote: > > Crestez Dan Leonard wrote: > >> On 04/20/2016 11:31 PM, Peter Rosin wrote: > >>> Crestez Dan Leonard wrote: > Changes since that version: > * Nest the adapter in inv_mpu6050_state instead of making it static >

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-22 Thread Peter Rosin
Crestez Dan Leonard wrote: > On 04/21/2016 04:56 PM, Peter Rosin wrote: > > Crestez Dan Leonard wrote: > >> On 04/20/2016 11:31 PM, Peter Rosin wrote: > >>> Crestez Dan Leonard wrote: > Changes since that version: > * Nest the adapter in inv_mpu6050_state instead of making it static >

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-22 Thread Crestez Dan Leonard
On 04/21/2016 04:56 PM, Peter Rosin wrote: > Crestez Dan Leonard wrote: >> On 04/20/2016 11:31 PM, Peter Rosin wrote: >>> Crestez Dan Leonard wrote: Changes since that version: * Nest the adapter in inv_mpu6050_state instead of making it static * Explicitly forward of_node

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-22 Thread Crestez Dan Leonard
On 04/21/2016 04:56 PM, Peter Rosin wrote: > Crestez Dan Leonard wrote: >> On 04/20/2016 11:31 PM, Peter Rosin wrote: >>> Crestez Dan Leonard wrote: Changes since that version: * Nest the adapter in inv_mpu6050_state instead of making it static * Explicitly forward of_node

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-21 Thread Peter Rosin
Crestez Dan Leonard wrote: > On 04/20/2016 11:31 PM, Peter Rosin wrote: > > Crestez Dan Leonard wrote: > >> Changes since that version: > >> * Nest the adapter in inv_mpu6050_state instead of making it static > >> * Explicitly forward of_node "i2c-aux-master" to allow describing aux > >> devices

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-21 Thread Peter Rosin
Crestez Dan Leonard wrote: > On 04/20/2016 11:31 PM, Peter Rosin wrote: > > Crestez Dan Leonard wrote: > >> Changes since that version: > >> * Nest the adapter in inv_mpu6050_state instead of making it static > >> * Explicitly forward of_node "i2c-aux-master" to allow describing aux > >> devices

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-21 Thread Crestez Dan Leonard
On 04/20/2016 11:31 PM, Peter Rosin wrote: > Crestez Dan Leonard wrote: >> Changes since that version: >> * Nest the adapter in inv_mpu6050_state instead of making it static >> * Explicitly forward of_node "i2c-aux-master" to allow describing aux devices >> via devicetree. >> >> For bypass/mux

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-21 Thread Crestez Dan Leonard
On 04/20/2016 11:31 PM, Peter Rosin wrote: > Crestez Dan Leonard wrote: >> Changes since that version: >> * Nest the adapter in inv_mpu6050_state instead of making it static >> * Explicitly forward of_node "i2c-aux-master" to allow describing aux devices >> via devicetree. >> >> For bypass/mux

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-21 Thread Crestez Dan Leonard
On 04/20/2016 09:17 PM, kbuild test robot wrote: > Hi, > > [auto build test ERROR on iio/togreg] > [also build test ERROR on v4.6-rc4 next-20160420] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: >

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-21 Thread Crestez Dan Leonard
On 04/20/2016 09:17 PM, kbuild test robot wrote: > Hi, > > [auto build test ERROR on iio/togreg] > [also build test ERROR on v4.6-rc4 next-20160420] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: >

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-20 Thread Peter Rosin
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 the mpu60x0 acts as

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-20 Thread Peter Rosin
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 the mpu60x0 acts as

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-20 Thread kbuild test robot
Hi, [auto build test ERROR on iio/togreg] [also build test ERROR on v4.6-rc4 next-20160420] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-20 Thread kbuild test robot
Hi, [auto build test ERROR on iio/togreg] [also build test ERROR on v4.6-rc4 next-20160420] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-20 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

[PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master

2016-04-20 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