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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06CC7C7EE23 for ; Thu, 8 Jun 2023 10:57:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234678AbjFHK5q convert rfc822-to-8bit (ORCPT ); Thu, 8 Jun 2023 06:57:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235050AbjFHK5p (ORCPT ); Thu, 8 Jun 2023 06:57:45 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37CF311A for ; Thu, 8 Jun 2023 03:57:44 -0700 (PDT) Received: from lhrpeml500005.china.huawei.com (unknown [172.18.147.207]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4QcLhn6lWxz67CxC; Thu, 8 Jun 2023 18:55:21 +0800 (CST) Received: from localhost (10.202.227.76) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Thu, 8 Jun 2023 11:57:41 +0100 Date: Thu, 8 Jun 2023 11:57:40 +0100 From: Jonathan Cameron To: Andy Shevchenko CC: Jean-Baptiste Maneyrol , INV Git Commit , "jic23@kernel.org" , "linux-iio@vger.kernel.org" , "lars@metafoo.de" Subject: Re: [PATCH v2 0/4] Factorize timestamp module Message-ID: <20230608115740.00007695@Huawei.com> In-Reply-To: References: <20230606162147.79667-1-inv.git-commit@tdk.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Originating-IP: [10.202.227.76] X-ClientProxiedBy: lhrpeml500001.china.huawei.com (7.191.163.213) To lhrpeml500005.china.huawei.com (7.191.163.240) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 7 Jun 2023 17:44:39 +0300 Andy Shevchenko wrote: > On Wed, Jun 7, 2023 at 12:28 PM Jean-Baptiste Maneyrol > wrote: > > > > Hello Andy, > > > > really sorry, I forgot to do that. I'm still not very familiar with all the details of the process, sorry. > > Understand. > > > I will send a new v3 with the Reviewed-by tag. Is it OK like this? > > I believe no need to resend right now as I can simply repeat it here > Reviewed-by: Andy Shevchenko That works for me ;) Thanks Andy. > But next time be more careful. > > And thank you for what you are doing! > > > Thanks a lot, and sorry again. > > > From: andy.shevchenko@gmail.com > > Sent: Wednesday, June 7, 2023 08:26 > > To: INV Git Commit > > Cc: jic23@kernel.org ; linux-iio@vger.kernel.org ; lars@metafoo.de ; Jean-Baptiste Maneyrol > > Subject: Re: [PATCH v2 0/4] Factorize timestamp module > > > > [CAUTION] This is an EXTERNAL email. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > > ====================================================================== > > Tue, Jun 06, 2023 at 04:21:43PM +0000, inv.git-commit@tdk.com kirjoitti: > > > From: Jean-Baptiste Maneyrol > > > > > > The purpose if this series is to make timestamping from > > > inv_icm42600 driver an independent module and use it for both > > > inv_icm42600 and inv_mpu6050 drivers. > > > > > > Create a new inv_sensors_timestamp common module based on > > > inv_icm42600 driver and use it in the 2 drivers. > > > > > > WARNING: this patch requires following commit in fixes-togreg > > > bbaae0c79ebd ("iio: imu: inv_icm42600: fix timestamp reset") > > > > > Changelog > > > - v2: do some headers cleanup and add some justifications in > > > the patches descriptions. > > > > What I haven't noticed is my tag. It's your responsibility to add given tag and > > it's polite to Cc to the reviewers (but this will imply by the tag anyway in > > this case). > > > > Any explanation why did you do so? > > > > -- > > With Best Regards, > > Andy Shevchenko > > > >