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 8B7FAC433ED for ; Tue, 18 May 2021 17:33:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64993611BF for ; Tue, 18 May 2021 17:33:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351154AbhERRfJ convert rfc822-to-8bit (ORCPT ); Tue, 18 May 2021 13:35:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:44340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351147AbhERRfJ (ORCPT ); Tue, 18 May 2021 13:35:09 -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 2151860E0C; Tue, 18 May 2021 17:33:49 +0000 (UTC) Date: Tue, 18 May 2021 18:35:07 +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: <20210518183507.6d6a2e48@jic23-huawei> In-Reply-To: References: <20210422103735.136367-1-nuno.sa@analog.com> <20210424123216.317e9b34@jic23-huawei> <20210508155709.38eaaa7b@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, 18 May 2021 14:21:08 +0000 "Sa, Nuno" wrote: > Hi Jonathan, > > > -----Original Message----- > > From: Jonathan Cameron > > Sent: Saturday, May 8, 2021 4:57 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 > > > > [External] > > > > 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. > > > > Was this patch somehow lost? I was trying to sync up ADI internal tree and > I cannot see this patch either in testing or togreg... Odd. Sorry about that. Now applied and pushed out as testing. Jonathan > > Thanks, > - Nuno Sá