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 98F25E6F071 for ; Tue, 23 Dec 2025 08:37:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: 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=wVvKJZU7T20Dmc4p0AgWaIgvYJbvp50jRgoAc0H++30=; b=3ttENJUIXtjn79 52r8W7hGSZnY9enM5vwiiNcpotUkhT38ykFDGmEopqxTwAL4EY2JNhpSxeMQBeL/8Gu6o7saRadcK 5RuXfKPhwB0xO2q6m+QeD4lxy1lerebqhiLj2G2KAHeGxBD+k3O1F8rQ8pMwtXFIEkle8/oQVR42Z Ag5KhJxVTuN/AjRTEGkujs4rdNUsyIyFVCz7H88FPWplyT5fL/kdaelSAPzvr964tZExOkc8YC57R PcomoEOZXcIpWKuiylBmybs5Y0cce9yE06SIFbNzOvBXV/ZAGsK/AEW/wNVA4JpTgucPXmc8Xo797 8DYX7UwZDLApcQgWMDpg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vXxtn-0000000EgiK-2JtJ; Tue, 23 Dec 2025 08:37:43 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vXxti-0000000Egh3-2XgF; Tue, 23 Dec 2025 08:37:41 +0000 Received: from francesco-nb (xcpe-178-82-120-96.dyn.res.sunrise.net [178.82.120.96]) by mail11.truemail.it (Postfix) with ESMTPA id 75CBB1FA65; Tue, 23 Dec 2025 09:37:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1766479051; bh=8wuJHDWjaGLzXiqjbQ5KAqwu4/yLolE49hadsWsYnko=; h=From:To:Subject; b=LsYd986y7/LfVxODKxkxdM5aXB2gjX4iwNaf0oAmaFBcA197ohCba+C/DTd+oNO3d RX5hKR5by9NkKfnrqcl+PO9rReCmhnjQjE4m0y33VaeGEnOnq7z9BRs5sSACVuirwr YDT03Mt88p5bq+wC414JpVEPkhTfc4I79FhXWol013I/HDFqn4+9w2e/Edd+Iv6a7l kVOhu6KtDki1QAow1qszh9uwE8ML5JWW0F81RQ0XwyV0HFc9bh9a6L6bHBJYCQkc6s Felrmzyst9VlG97uAQTOzRuDAauh8hWzE/KInMbppa+9EYZPDiHQ4AlbHlQjVR44U2 c7TrSQpvl7Rig== Date: Tue, 23 Dec 2025 09:37:26 +0100 From: Francesco Dolcini To: Vinod Koul , Franz Schnyder Cc: Kishon Vijay Abraham I , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Franz Schnyder , linux-phy@lists.infradead.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Francesco Dolcini , Neil Armstrong , stable@vger.kernel.org, Xu Yang Subject: Re: [PATCH v2] phy: fsl-imx8mq-usb: fix typec orientation switch when built as module Message-ID: <20251223083726.GA24283@francesco-nb> References: <20251126140136.1202241-1-fra.schnyder@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20251126140136.1202241-1-fra.schnyder@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251223_003739_746080_A443208C X-CRM114-Status: GOOD ( 10.38 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org Hello Vinod, On Wed, Nov 26, 2025 at 03:01:33PM +0100, Franz Schnyder wrote: > From: Franz Schnyder > > Currently, the PHY only registers the typec orientation switch when it > is built in. If the typec driver is built as a module, the switch > registration is skipped due to the preprocessor condition, causing > orientation detection to fail. > > With commit > 45fe729be9a6 ("usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n") > the preprocessor condition is not needed anymore and the orientation > switch is correctly registered for both built-in and module builds. > > Fixes: b58f0f86fd61 ("phy: fsl-imx8mq-usb: add tca function driver for imx95") > Cc: stable@vger.kernel.org > Suggested-by: Xu Yang > Signed-off-by: Franz Schnyder Just a gentle ping on this. Thanks, Francesco -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy