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 9E3E0C25B04 for ; Thu, 15 Dec 2022 16:23:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230078AbiLOQXb (ORCPT ); Thu, 15 Dec 2022 11:23:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230097AbiLOQWc (ORCPT ); Thu, 15 Dec 2022 11:22:32 -0500 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FBEE37FBD for ; Thu, 15 Dec 2022 08:21:56 -0800 (PST) Received: from lhrpeml500005.china.huawei.com (unknown [172.18.147.226]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4NXy7z13c6z67KPR; Fri, 16 Dec 2022 00:18:07 +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.2375.34; Thu, 15 Dec 2022 16:21:53 +0000 Date: Thu, 15 Dec 2022 16:21:52 +0000 From: Jonathan Cameron To: Jiri Kosina CC: Philipp Jungkamp , srinivas pandruvada , Jonathan Cameron , Subject: Re: [PATCH v4 0/4] IIO: More HID custom sensors Message-ID: <20221215162152.0000693f@Huawei.com> In-Reply-To: References: <20221124233841.3103-1-p.jungkamp@gmx.net> <623f2206647e69199c64064c48eb8bf03afb99da.camel@linux.intel.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="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.76] X-ClientProxiedBy: lhrpeml500005.china.huawei.com (7.191.163.240) 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, 14 Dec 2022 18:20:10 +0100 (CET) Jiri Kosina wrote: > On Tue, 13 Dec 2022, Philipp Jungkamp wrote: > > > Is there something I still need to do for this to be merged in the next > > merge window? > > > > I don't quite understand what would happen next. I'm curious and hope I > > don't bother in the busy times when approaching a merge window. > > Unless Jonathan prefers to take this through iio.git for some reason, I'll > pick it up into hid.git for 6.3 once 6.2 merge window is over. Probably more sensible if you pick it up through hid.git given the balance of changes. If you can make an immutable branch even better on the off chance anything else comes up that hits few lines changed in the IIO drivers. I'd only pull that into IIO if we needed to though (and I would be surprised if we do!) Jonathan > > Thanks, >