From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.19.201]:49473 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbaGGJAy (ORCPT ); Mon, 7 Jul 2014 05:00:54 -0400 Message-ID: <53BA6249.6030208@kernel.org> Date: Mon, 07 Jul 2014 10:03:05 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Lars-Peter Clausen , Hartmut Knaack , linux-iio@vger.kernel.org CC: kristina.martsenko@gmail.com Subject: Re: [PATCH 6/7] iio: imu: adis16400 switch sampling frequency attr to core support. References: <1403467186-26639-1-git-send-email-jic23@kernel.org> <1403467186-26639-7-git-send-email-jic23@kernel.org> <53B03275.9020805@gmx.de> <53B11C56.5060808@metafoo.de> In-Reply-To: <53B11C56.5060808@metafoo.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 30/06/14 09:14, Lars-Peter Clausen wrote: > On 06/29/2014 05:36 PM, Hartmut Knaack wrote: >> Jonathan Cameron schrieb: >>> By using the info_mask_shared_by_all element of the channel spec, access >>> to the sampling frequency becomes available to in kernel users of the >>> driver. It also shortens and simplifies the code. >>> >>> Signed-off-by: Jonathan Cameron >>> Cc: Lars-Peter Clausen >> Reviewed-by: Hartmut Knaack > > Thanks. > > Acked-by: Lars-Peter Clausen Applied to the togreg branch of iio.git Thanks > >