On 11/07/16 16:54, Breana, Tiberiu A wrote:
>> -----Original Message-----
>> From: Alison Schofield [mailto:[email protected]]
>> Sent: Monday, July 11, 2016 6:26 PM
>> To: [email protected]
>> Cc: Breana, Tiberiu A <[email protected]>; [email protected];
>> [email protected]; [email protected]; [email protected]; linux-
>> [email protected]; [email protected]
>> Subject: [PATCH 2/3] iio: humidity: am2315: set up buffer timestamps for non-
>> zero values
>>
>> Use the iio_pollfunc_store_time parameter during triggered buffer set-up to 
>> get
>> valid timestamps.
>>
>> Signed-off-by: Alison Schofield <[email protected]>
>> Cc: Daniel Baluta <[email protected]>
>> ---
> 
> +1
> Reviewed-By: Tiberiu Breana <[email protected]>
Applied to the fixes-togreg-post-rc1 branch of iio.git and marked for stable.

Thanks,
Jonathan
> 
>>  drivers/iio/humidity/am2315.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/iio/humidity/am2315.c b/drivers/iio/humidity/am2315.c
>> index 3e200f6..ff96b6d 100644
>> --- a/drivers/iio/humidity/am2315.c
>> +++ b/drivers/iio/humidity/am2315.c
>> @@ -244,7 +244,7 @@ static int am2315_probe(struct i2c_client *client,
>>      indio_dev->channels = am2315_channels;
>>      indio_dev->num_channels = ARRAY_SIZE(am2315_channels);
>>
>> -    ret = iio_triggered_buffer_setup(indio_dev, NULL,
>> +    ret = iio_triggered_buffer_setup(indio_dev, iio_pollfunc_store_time,
>>                                       am2315_trigger_handler, NULL);
>>      if (ret < 0) {
>>              dev_err(&client->dev, "iio triggered buffer setup failed\n");
>> --
>> 2.1.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Reply via email to