Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-25 Thread Jonathan Cameron
On Sun, 19 Nov 2017 20:48:21 -0500 harinath Nampally wrote: > > > This patch adds following related changes: > > > - defines pulse event related registers > > > - enables and handles single pulse interrupt for fxls8471 > > > - handles IIO_EV_DIR_EITHER in read/write

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-25 Thread Jonathan Cameron
On Sun, 19 Nov 2017 20:48:21 -0500 harinath Nampally wrote: > > > This patch adds following related changes: > > > - defines pulse event related registers > > > - enables and handles single pulse interrupt for fxls8471 > > > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > > >

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-19 Thread harinath Nampally
> > This patch adds following related changes: > > - defines pulse event related registers > > - enables and handles single pulse interrupt for fxls8471 > > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > > event direction for pulse is either rising or falling) > > - configures

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-19 Thread harinath Nampally
> > This patch adds following related changes: > > - defines pulse event related registers > > - enables and handles single pulse interrupt for fxls8471 > > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > > event direction for pulse is either rising or falling) > > - configures

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-19 Thread Jonathan Cameron
On Wed, 8 Nov 2017 22:12:57 -0500 Harinath Nampally wrote: > This patch adds following related changes: > - defines pulse event related registers > - enables and handles single pulse interrupt for fxls8471 > - handles IIO_EV_DIR_EITHER in read/write callbacks (because >

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-19 Thread Jonathan Cameron
On Wed, 8 Nov 2017 22:12:57 -0500 Harinath Nampally wrote: > This patch adds following related changes: > - defines pulse event related registers > - enables and handles single pulse interrupt for fxls8471 > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > event direction for

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-13 Thread Martin Kepplinger
Am 14.11.2017 05:36 schrieb harinath Nampally: > This patch adds following related changes: > - defines pulse event related registers > - enables and handles single pulse interrupt for fxls8471 > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > event direction for pulse is either

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-13 Thread Martin Kepplinger
Am 14.11.2017 05:36 schrieb harinath Nampally: > This patch adds following related changes: > - defines pulse event related registers > - enables and handles single pulse interrupt for fxls8471 > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > event direction for pulse is either

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-13 Thread harinath Nampally
> > This patch adds following related changes: > > - defines pulse event related registers > > - enables and handles single pulse interrupt for fxls8471 > > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > > event direction for pulse is either rising or falling) > > - configures

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-13 Thread harinath Nampally
> > This patch adds following related changes: > > - defines pulse event related registers > > - enables and handles single pulse interrupt for fxls8471 > > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > > event direction for pulse is either rising or falling) > > - configures

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-10 Thread Martin Kepplinger
On 2017-11-09 04:12, Harinath Nampally wrote: > This patch adds following related changes: > - defines pulse event related registers > - enables and handles single pulse interrupt for fxls8471 > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > event direction for pulse is either

Re: [PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-10 Thread Martin Kepplinger
On 2017-11-09 04:12, Harinath Nampally wrote: > This patch adds following related changes: > - defines pulse event related registers > - enables and handles single pulse interrupt for fxls8471 > - handles IIO_EV_DIR_EITHER in read/write callbacks (because > event direction for pulse is either

[PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-08 Thread Harinath Nampally
This patch adds following related changes: - defines pulse event related registers - enables and handles single pulse interrupt for fxls8471 - handles IIO_EV_DIR_EITHER in read/write callbacks (because event direction for pulse is either rising or falling) - configures read/write event value for

[PATCH] iio: accel: mma8452: Add single pulse/tap event detection

2017-11-08 Thread Harinath Nampally
This patch adds following related changes: - defines pulse event related registers - enables and handles single pulse interrupt for fxls8471 - handles IIO_EV_DIR_EITHER in read/write callbacks (because event direction for pulse is either rising or falling) - configures read/write event value for