Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-08-02 Thread Jonathan Cameron
On 29/07/15 00:12, Martin Kepplinger wrote: > Am 2015-07-28 um 11:28 schrieb Mark Rutland: >> On Tue, Jul 28, 2015 at 10:11:29AM +0100, Martin Kepplinger wrote: >>> >>> >>> On 2015-07-27 19:33, Mark Rutland wrote: On Mon, Jul 27, 2015 at 03:37:48PM +0100, Martin Kepplinger wrote: > Am 2015

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-28 Thread Martin Kepplinger
Am 2015-07-28 um 11:28 schrieb Mark Rutland: > On Tue, Jul 28, 2015 at 10:11:29AM +0100, Martin Kepplinger wrote: >> >> >> On 2015-07-27 19:33, Mark Rutland wrote: >>> On Mon, Jul 27, 2015 at 03:37:48PM +0100, Martin Kepplinger wrote: Am 2015-07-27 um 16:23 schrieb Mark Rutland: > On Mon,

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-28 Thread Mark Rutland
On Tue, Jul 28, 2015 at 10:11:29AM +0100, Martin Kepplinger wrote: > > > On 2015-07-27 19:33, Mark Rutland wrote: > > On Mon, Jul 27, 2015 at 03:37:48PM +0100, Martin Kepplinger wrote: > >> Am 2015-07-27 um 16:23 schrieb Mark Rutland: > >>> On Mon, Jul 27, 2015 at 03:08:15PM +0100, Martin Kepplin

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-28 Thread Martin Kepplinger
On 2015-07-27 19:33, Mark Rutland wrote: > On Mon, Jul 27, 2015 at 03:37:48PM +0100, Martin Kepplinger wrote: >> Am 2015-07-27 um 16:23 schrieb Mark Rutland: >>> On Mon, Jul 27, 2015 at 03:08:15PM +0100, Martin Kepplinger wrote: For the devices supported by the mma8452 driver, two interrupt

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-27 Thread Mark Rutland
On Mon, Jul 27, 2015 at 03:37:48PM +0100, Martin Kepplinger wrote: > Am 2015-07-27 um 16:23 schrieb Mark Rutland: > > On Mon, Jul 27, 2015 at 03:08:15PM +0100, Martin Kepplinger wrote: > >> For the devices supported by the mma8452 driver, two interrupt pins are > >> available to route the interrupt

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-27 Thread Martin Kepplinger
Am 2015-07-27 um 16:23 schrieb Mark Rutland: > On Mon, Jul 27, 2015 at 03:08:15PM +0100, Martin Kepplinger wrote: >> For the devices supported by the mma8452 driver, two interrupt pins are >> available to route the interrupt signals to. By default INT1 is assumed. >> >> This adds a bitmask DT prope

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-27 Thread Mark Rutland
On Mon, Jul 27, 2015 at 03:08:15PM +0100, Martin Kepplinger wrote: > For the devices supported by the mma8452 driver, two interrupt pins are > available to route the interrupt signals to. By default INT1 is assumed. > > This adds a bitmask DT property for users to configure interrupt sources > for

[PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-27 Thread Martin Kepplinger
For the devices supported by the mma8452 driver, two interrupt pins are available to route the interrupt signals to. By default INT1 is assumed. This adds a bitmask DT property for users to configure interrupt sources for INT2, if that is the wired interrupt pin for them. This is important for ev

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-20 Thread Martin Kepplinger
On 2015-07-20 10:38, Martin Fuzzey wrote: > On 19/07/15 15:47, Jonathan Cameron wrote: >> On 06/07/15 13:34, Martin Kepplinger wrote: >>> For the devices supported by the mma8452 driver, two interrupt pins are >>> available to route the interrupt signals to. By default INT1 is assumed. >>> >>> Th

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-20 Thread Martin Fuzzey
On 19/07/15 15:47, Jonathan Cameron wrote: On 06/07/15 13:34, Martin Kepplinger wrote: For the devices supported by the mma8452 driver, two interrupt pins are available to route the interrupt signals to. By default INT1 is assumed. This adds a simple boolean DT property, for users to configure

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-19 Thread Martin Kepplinger
Am 2015-07-19 um 15:47 schrieb Jonathan Cameron: > On 06/07/15 13:34, Martin Kepplinger wrote: >> For the devices supported by the mma8452 driver, two interrupt pins are >> available to route the interrupt signals to. By default INT1 is assumed. >> >> This adds a simple boolean DT property, for use

Re: [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-19 Thread Jonathan Cameron
On 06/07/15 13:34, Martin Kepplinger wrote: > For the devices supported by the mma8452 driver, two interrupt pins are > available to route the interrupt signals to. By default INT1 is assumed. > > This adds a simple boolean DT property, for users to configure it for > INT2, if that is the wired in

[PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

2015-07-06 Thread Martin Kepplinger
For the devices supported by the mma8452 driver, two interrupt pins are available to route the interrupt signals to. By default INT1 is assumed. This adds a simple boolean DT property, for users to configure it for INT2, if that is the wired interrupt pin for them. This is important for everyone