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 D8F23CD37B6 for ; Sun, 10 May 2026 12:32:07 +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:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/9C/qkkJKdBkIo2ZKUXkzX9TB/jqv8kdZM8pvgNssn0=; b=GEYL5YtEfxMRkf 1pRVhFR0TevScRFl1bkHr+HAIllcsGsqCbeOTv6ZZp+vvw+XAYy4uPr4UfPHd6DoQbn+7t7yJ2uyr a6vQCmsvKzNuaBa7fcaWjVFoXxpIJGJ180bX+ReeZMkXhLf9W4Naq/v9yGn4THlDtcKYFJKHtIkCj 1EBtdXyh9sDqWIu267l8NkuxXdhZGIX0pq6vpdjn8wGxSZeNZ6owjWeV7RbPZsJLNNXJhDgP7YilW Y12VYZjuRWkHCOJhqQjykivtw+asnPLXe+RA+GPhw8izgnGWtpEcuvZkoYpf8+UFlycJVpoDb9p39 g0ubItB/ieg6l6nPGogg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wM3KJ-0000000AiYH-2a2G; Sun, 10 May 2026 12:32:07 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wM3KI-0000000AiXm-1e3l for linux-phy@lists.infradead.org; Sun, 10 May 2026 12:32:06 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id D511160120; Sun, 10 May 2026 12:32:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B458C2BCB8; Sun, 10 May 2026 12:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778416325; bh=2xrDAErknkgfrPVt6hn+P0yKo3wEo3JqNnPOb5FLuI0=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=EPDU2O41RsVtenbBzaM8WOVXvnx6YWUzpN5RNBUE//RkgGZYCAz2hxxFh5+9SbG/1 CRT0SRKO+7JdiW3F3itYspDNwG5P4ob3JC5VJT5mQEma3p/yKT0rxPvTqk9QoJbA1b DMD+vavSVilmgoaDdNZPsGiqSVwqaw9Q5weNhw+p1kjz9nNP6lEoEhPNlw2rKP0Hqe 3QgluwzN/AB5LqOj4qDASxf3ztTHz+cPGhVEUcormBjShleu/la3AlXLE4BrdBFt7G 0vCJeEetUMRPubPonfNZD2ZxI/Rg6s8BT6MkCQhtBDFhld2JF17jVrljwm/xVknMzy 3A/AzHjKts9DA== From: Vinod Koul To: Neil Armstrong , Abel Vesa Cc: linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Wesley Cheng , Dmitry Baryshkov , Bjorn Andersson In-Reply-To: <20260302-phy-qcom-m31-eusb2-make-repeater-optional-v2-1-dbf714c72056@oss.qualcomm.com> References: <20260302-phy-qcom-m31-eusb2-make-repeater-optional-v2-1-dbf714c72056@oss.qualcomm.com> Subject: Re: [PATCH v2] phy: qcom: m31-eusb2: Make USB repeater optional Message-Id: <177841632265.434434.2740659280870105510.b4-ty@kernel.org> Date: Sun, 10 May 2026 18:02:02 +0530 MIME-Version: 1.0 X-Mailer: b4 0.13.0 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 On Mon, 02 Mar 2026 10:34:46 +0200, Abel Vesa wrote: > A repeater is not required for the PHY to function. On systems with > multiple PHY instances connected to a multi-port controller, some PHYs > may be unconnected. All PHYs must still probe successfully even without > attached repeaters, otherwise the controller probe fails. > > So make it optional. > > [...] Applied, thanks! [1/1] phy: qcom: m31-eusb2: Make USB repeater optional commit: a62bfbcf2db4ae6eb7a544a40b1075a81784ea41 Best regards, -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy