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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BAEB7CD5BD1 for ; Tue, 2 Jun 2026 00:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=XSv5f2xonG2jwEtIkq1PsvlV+gdAZE4pvna2aJ3ZHYg=; b=BLlwyD5znHcwMSOS/RY0zbQt8q 2r00d2g6BlNQoCZkVw8mINAh6MNniuIznlHmcF574S0kmHNRaQbu+21Rp0kI6QKfv58TWkurCZBBx vVTHqzX1ALU4zWc4UN7kE7y1skQVT8Jpxmbm+7Qo57C1d1XmEymY01bjhkYzduqGme/mLH0kgWZgb DpRBBG6Q6sEXD7/nR+mB8p5TPXm20HbHuEKpMukSJUw62WsK9IEi5sRkd3gvusMamlVwGQZhE9J6s vBjuZSInGAPO91vrILNX+shzHFv5Eh6WouJPh23M+2CaJdVDkZYD6MwUTS7txAwskF/mk6DodB90F JuSGdzHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wUD54-0000000C6ca-1VQ5; Tue, 02 Jun 2026 00:34:06 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wUD52-0000000C6c9-2t3k; Tue, 02 Jun 2026 00:34:04 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id C61FD60141; Tue, 2 Jun 2026 00:34:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A733E1F00893; Tue, 2 Jun 2026 00:34:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780360443; bh=XSv5f2xonG2jwEtIkq1PsvlV+gdAZE4pvna2aJ3ZHYg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=LrT4R1FnMFeZReAD7nfvr5RIo8JWtky/udCbBY2ZhqtUi+Q76cohHUOPZEQPcXUps /Wj/tNIkm21gcNkRQqvwgEaMJsPAuURBo/GbsQiq5cFFN0tkEBlVPx7i/uVfJC7tQF wnAlEDYIXPyXCrf+GobQyRYufJVMTSwCUzIitoFrSEY34U6fvlPL5Ur9kaeBbEkAY+ myNvh3CyNWI90Ti4L4ErSZvJS0Fsr+z07/P7LS6Elm648euQ6BzA/kxhi+gaCFHoVi so0N9r4ezQYgbcSKF/7yU6B1PE6RMNVv9KDF62FV/0Sr6Y5/FxFfEbECoKmrjnHaDF TBiI9b+sUDkaA== Date: Mon, 1 Jun 2026 17:34:01 -0700 From: Jakub Kicinski To: Jack Wu via B4 Relay Cc: jackbb_wu@compal.com, Loic Poulain , Sergey Ryazanov , Johannes Berg , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Wen-Zhi Huang , Shi-Wei Yeh , Minano Tseng , Matthias Brugger , AngeloGioacchino Del Regno , Simon Horman , Jonathan Corbet , Shuah Khan , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 00/11] net: wwan: t9xx: Add MediaTek T9XX WWAN driver Message-ID: <20260601173401.2c892526@kernel.org> In-Reply-To: <20260529-t9xx_driver_v1-v1-0-bdbfe2c01e57@compal.com> References: <20260529-t9xx_driver_v1-v1-0-bdbfe2c01e57@compal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Fri, 29 May 2026 18:31:39 +0800 Jack Wu via B4 Relay wrote: > 43 files changed, 14761 insertions(+) Please try to cut this down to ~5kLoC for the initial submission. Whatever the absolute minimum sensible chunk of code is. Each patch must build cleanly with W=1