Re: [PATCH v3 7/8] iio: accel: kxcjk-1013: use available_scan_masks

2015-07-05 Thread Jonathan Cameron
On 03/07/15 10:33, Irina Tirdea wrote: > From: Adriana Reus > > Use available_scan_masks to allow the iio core to select > the data to send to userspace depending on which axes are > enabled, instead of doing this in the driver's interrupt > handler. > > Signed-off-by: Adriana Reus > Signed-off

[PATCH v3 7/8] iio: accel: kxcjk-1013: use available_scan_masks

2015-07-03 Thread Irina Tirdea
From: Adriana Reus Use available_scan_masks to allow the iio core to select the data to send to userspace depending on which axes are enabled, instead of doing this in the driver's interrupt handler. Signed-off-by: Adriana Reus Signed-off-by: Irina Tirdea --- drivers/iio/accel/kxcjk-1013.c |