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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 ED60FC433E0 for ; Mon, 15 Mar 2021 13:42:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C434A64EED for ; Mon, 15 Mar 2021 13:42:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229826AbhCONmM (ORCPT ); Mon, 15 Mar 2021 09:42:12 -0400 Received: from foss.arm.com ([217.140.110.172]:41410 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229717AbhCONmF (ORCPT ); Mon, 15 Mar 2021 09:42:05 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5F0261FB; Mon, 15 Mar 2021 06:42:04 -0700 (PDT) Received: from bogus (unknown [10.163.67.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D3BF43F792; Mon, 15 Mar 2021 06:41:58 -0700 (PDT) Date: Mon, 15 Mar 2021 13:41:50 +0000 From: Sudeep Holla To: Jonathan Cameron Cc: Jyoti Bhayana , Sudeep Holla , Cristian Marussi , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Mauro Carvalho Chehab , "David S. Miller" , Rob Herring , Lukas Bulwahn , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Enrico Granata , Mikhail Golubev , Igor Skalkin , Peter Hilber , Ankit Arora , Guru Nagarajan , kernel test robot Subject: Re: [PATCH v7 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors Message-ID: <20210315134150.kq3b22dnzbtldihy@bogus> References: <20210309231259.78050-1-jbhayana@google.com> <20210309231259.78050-2-jbhayana@google.com> <20210311210844.34371d8d@archlinux> <20210312121639.00001c31@Huawei.com> <20210312133101.GG30179@e120937-lin> <20210313171107.4c8215e7@archlinux> <20210314154033.3facf1a2@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210314154033.3facf1a2@archlinux> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Hi Jonathan, On Sun, Mar 14, 2021 at 03:40:33PM +0000, Jonathan Cameron wrote: > On Sat, 13 Mar 2021 11:55:39 -0800 > Jyoti Bhayana wrote: > > > Hi Jonathan, > > > > I still see the old version 6 in ib-iio-scmi-5.12-rc2-take2 as well. > > OK. I'm completely confused as to what is going with my local tree. > I have the right patch in the history but it didn't end up in the final > pushed out version. Fat finger mess-up I guess and too many similarly named > branches and the fact I didn't check the final result closely enough. > > There is now an ib-iio-scmi-5.12-rc2-take3 branch > I have now used this for my for-next/scmi branch. It is not final yet, just pushed out for bots to build test and get into -next. Let me know if you have plans to change/rework this branch, I can update it anytime till end of this week to avoid multiple hashes. -- Regards, Sudeep