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 8C583C6FA82 for ; Tue, 27 Sep 2022 14:00:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232944AbiI0N77 (ORCPT ); Tue, 27 Sep 2022 09:59:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233042AbiI0N7Z (ORCPT ); Tue, 27 Sep 2022 09:59:25 -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 2D6AE17ACAA; Tue, 27 Sep 2022 06:59:04 -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 49554619B9; Tue, 27 Sep 2022 13:59:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 497F1C433D6; Tue, 27 Sep 2022 13:59:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664287142; bh=EcYAydDYhSXdtABK016ocMCdu+DSYk983pLPbY+Kzfo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=R9kE8PbPoSuq7k+c3zSG+G8UkE7aTcI0/2J1p8BayaXdrimg3UOqmGSKpbruyP/vl iAtLU3vVplT14A0RtmYhVDeS6lJm52fiAGLV0vEDTEzCXNdhgohngcBc7eSrNEoLdt EEBuD9Rpqnn4ytvmblEzU0LEbvopjBTzRzKFHGVDrRIW2R3i3GWRYZ/icPloRlRaxd idec0Gy31khvbAvWEQEW4cIWWVvOjTL67KC2UfOflGlmwY0wBLdtC2SqvIV8EukyZs RmJj0XThPc6t5H6WQOxc42aP0ZlgOUfYzZXSrFw0QNSW5MfWq2uzeDmaDlZ3lgugHR B9sfCESO8x/rA== Date: Tue, 27 Sep 2022 06:59:01 -0700 From: Jakub Kicinski To: Shane Parslow Cc: M Chetan Kumar , Intel Corporation , Loic Poulain , Sergey Ryazanov , Johannes Berg , "David S. Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net] net: wwan: iosm: Fix 7360 WWAN card control channel mapping Message-ID: <20220927065901.614ad81f@kernel.org> In-Reply-To: References: <20220926040524.4017-1-shaneparslow808@gmail.com> <20220926131109.43d51e55@kernel.org> <20220926143711.39ba78e9@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 26 Sep 2022 15:21:09 -0700 Shane Parslow wrote: > Got it, thanks. This fixes: 1f52d7b62285 ("net: wwan: iosm: Enable > M.2 7360 WWAN card support"). Thank you for your patience. Looks like Kumar has some questions, so let me drop the patch from the queue for now. Once the discussion is resolved please repost as [PATCH net v2] and put the Fixes tag (on a single line) right above your s-o-b, like this: [1] https://github.com/xmm7360/reversing Fixes: 1f52d7b62285 ("net: wwan: iosm: Enable M.2 7360 WWAN card support") Signed-off-by: Shane Parslow Thanks!