On 11/07/16 16:54, Breana, Tiberiu A wrote:
>> -----Original Message-----
>> From: Alison Schofield [mailto:amsfiel...@gmail.com]
>> Sent: Monday, July 11, 2016 6:26 PM
>> To: ji...@kernel.org
>> Cc: Breana, Tiberiu A <tiberiu.a.bre...@intel.com>; mranos...@gmail.com;
>> knaac...@gmx.de; l...@metafoo.de; pme...@pmeerw.net; linux-
>> i...@vger.kernel.org; linux-kernel@vger.kernel.org
>> 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 <amsfiel...@gmail.com>
>> Cc: Daniel Baluta <daniel.bal...@gmail.com>
>> ---
> 
> +1
> Reviewed-By: Tiberiu Breana <tiberiu.a.bre...@intel.com>
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 majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Reply via email to