From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E3B9C433B4 for ; Sat, 8 May 2021 14:56:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48ADE61426 for ; Sat, 8 May 2021 14:56:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229544AbhEHO5O convert rfc822-to-8bit (ORCPT ); Sat, 8 May 2021 10:57:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:47172 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbhEHO5O (ORCPT ); Sat, 8 May 2021 10:57:14 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6F1EE611BD; Sat, 8 May 2021 14:56:11 +0000 (UTC) Date: Sat, 8 May 2021 15:57:09 +0100 From: Jonathan Cameron To: "Sa, Nuno" Cc: "linux-iio@vger.kernel.org" , "Hennerich, Michael" , Lars-Peter Clausen Subject: Re: [PATCH v4] iio: adis16480: support burst read function Message-ID: <20210508155709.38eaaa7b@jic23-huawei> In-Reply-To: References: <20210422103735.136367-1-nuno.sa@analog.com> <20210424123216.317e9b34@jic23-huawei> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 4 May 2021 07:16:46 +0000 "Sa, Nuno" wrote: > > -----Original Message----- > > From: Jonathan Cameron > > Sent: Saturday, April 24, 2021 1:32 PM > > To: Sa, Nuno > > Cc: linux-iio@vger.kernel.org; Hennerich, Michael > > ; Lars-Peter Clausen > > > > Subject: Re: [PATCH v4] iio: adis16480: support burst read function > > > > On Thu, 22 Apr 2021 12:37:35 +0200 > > Nuno Sa wrote: > > > > > Some supported devices support burst read function. This provides a > > method > > > for reading a batch of data (status, temperature, gyroscopes, > > > accelerometers, time stamp/data counter, and CRC code), which > > does not > > > require a stall time between each 16-bit segment and only requires > > one > > > command on the DIN line to initiate. Devices supporting this mode > > > are: > > > > > > * adis16495-1 > > > * adis16495-2 > > > * adis16495-3 > > > * adis16497-1 > > > * adis16497-2 > > > * adis16497-3 > > > > > > Reviewed-by: Lars-Peter Clausen > > > Signed-off-by: Nuno Sa > > > > Looks good to me. Give me a poke if I seem to have lost it when > > the dependency is in place. > > > > poking :) ... Thanks :) Applied to the togreg branch of iio.git and pushed out as testing for all the normal reasons. Jonathan > > - Nuno Sá