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 70F4BC00140 for ; Thu, 18 Aug 2022 16:15:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344194AbiHRQPb (ORCPT ); Thu, 18 Aug 2022 12:15:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344563AbiHRQP3 (ORCPT ); Thu, 18 Aug 2022 12:15:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7097E6BCCB for ; Thu, 18 Aug 2022 09:15:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F0A50614D6 for ; Thu, 18 Aug 2022 16:15:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D86F3C433C1; Thu, 18 Aug 2022 16:15:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660839328; bh=N5tZ0GlgCrZkrQl7SHjiSOZBVwIlZvW0D1rGJ1KtoAs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uakx1AmtlVVrhAzNqvkj6hHXZnJe2NwCVqAt8oGMpaqedxBHp9AeRoziSIdYK0hla UDgund+z0Lo/xGNn/CflfWKvRgwHi/lqzGK3XyujrBofyNdMii861d+dncbZjn81pZ xpfxEUvyrIeFLeqYzr6tEEAfSErEYVz3/w66QOM9NcMIPvPLZzBIUb6BsttFU7Rxms 1rGCkWPR0Bz6ExGerFUUPjF4554xph06zqR7b1m0C+wBfjoG5oFESJ12rdbaILExVx d63dWmG2//3f9EvKWQsp9yKsAZGmXxCPTZLuFxb2sGwRNZB/TTtQ1bkBvk2MCUQlsU LTB9m5bGr6QMg== Date: Thu, 18 Aug 2022 09:15:27 -0700 From: Jakub Kicinski To: Ilpo =?UTF-8?B?SsOkcnZpbmVu?= Cc: m.chetan.kumar@intel.com, Netdev , davem@davemloft.net, johannes@sipsolutions.net, ryazanov.s.a@gmail.com, loic.poulain@linaro.org, krishna.c.sudi@intel.com, m.chetan.kumar@linux.intel.com, linuxwwan@intel.com, Haijun Liu , Madhusmita Sahu , Ricardo Martinez , Devegowda Chandrashekar Subject: Re: [PATCH net-next 2/5] net: wwan: t7xx: Infrastructure for early port configuration Message-ID: <20220818091527.2b918b36@kernel.org> In-Reply-To: <5a74770-94d3-f690-4aa1-59cdbbb29339@linux.intel.com> References: <20220816042340.2416941-1-m.chetan.kumar@intel.com> <5a74770-94d3-f690-4aa1-59cdbbb29339@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Ilpo, thanks a lot for the reviews. Unfortunately the patches got applied before your responses - do you have a preference between the MediaTek following up with fixes or us reverting the v1 completely and continuing with v2 as if v1 wasn't applied?