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 2F079FF8875 for ; Thu, 30 Apr 2026 02:04:39 +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=cOiZXCA4EFMpZS4Vx++fqWJhUGR5cqYWSVNb0SvD4lg=; b=oi0EynE+v/TLji aoOyGoHZNZl61T8Dkd5YcJzFoZPS5xd3A6ZCBRc6GA/sK044gr0OToHZWEDmywAdvPvbqDiF7zoAI /TNtwajvdTYYAE8soFpLp8xyZU34/iqDUbUo7xopjCSAgsZZD/AJEbYGaCLirZMEnQ1Qqbt4MjKds pEMaHotnpObdGB4C0Dn00J8YuGy9tCBjjsDalxLdWJqQpNAkFwZ7lq4yFjcgPHXnRlT6xUetpxpKs Eu0WB+40YtjxTN4fVUCSeN7R2iW4hJ08kcV0A04TIXeIT2NHs3/NUxC9sMPJY0hIcue2A4aOLA10B KFvVrMvTya9SsYnTDu8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wIGla-00000004Pmu-2seb; Thu, 30 Apr 2026 02:04:38 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wIGlY-00000004PmD-43bG; Thu, 30 Apr 2026 02:04:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 38DE46111B; Thu, 30 Apr 2026 02:04:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 746D8C19425; Thu, 30 Apr 2026 02:04:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777514675; bh=a++YbQU7FRs0I4k/4YaT3TJqWIFkLlG6YRMDY9dCTQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=STgN3oCruI6nLZgGJYguv7aaC8yIHWjXDkwuOm5EOsbfjAbK/Y7wX2fo5zVHG6dEz 4TrPuODwCZF9r88CI2GpMxTap5isMvLp5ztV95vFPT5u3kpvbnGgpmr2VVlFRi4NFk gk3rfdTBQiB+qPUNHV2/aCUI9SHYukSfMSvvIXEuRm+34HxC6kJMAdQZeA7JIMpgys yUVEyxrPyBD9jsHShIgkP+V+tTJuiBZRIItoHPPN87ozw+P1ZrO+pU0NqUV5KQ2HKL yl6beHOEksT/+ttHAPwSg4GzO6iSVPjrlGiuOpH2D+E7TL7V7dlFdgvCSQIQEfW21j tqwg4emlOmEmw== Date: Thu, 30 Apr 2026 02:04:33 +0000 From: Yixun Lan To: Vinod Koul , Neil Armstrong , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ze Huang Cc: Junzhong Pan , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Yao Zi Subject: Re: [PATCH v4 0/2] phy: spacemit: Add USB2 PHY support for K3 SoC Message-ID: <20260430020433-GKA3230719@kernel.org> References: <20260305-11-k3-usb2-phy-v4-0-15554fb933bc@kernel.org> <20260326001443-GKB777612@kernel.org> <20260401130713-GKD976850@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260401130713-GKD976850@kernel.org> 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 Hi Vinod Koul, On 21:07 Wed 01 Apr , Yixun Lan wrote: > Hi Vinod Koul, > > On 08:14 Thu 26 Mar , Yixun Lan wrote: > > Hi Vinod Koul, > > > > On 01:00 Thu 05 Mar , Yixun Lan wrote: > > > The series trys to add USB2 PHY support for SpacemiT K3 SoC, while > > > patch [1/2] implement a disconnect function which is needed during > > > next connection. > > > > > > No DTS part has been inclueded in this series, instead I plan to > > > submit them later while adding USB host support. > > > > > > I've collected all patches and pushed a complete review branch here[1], > > > for people who interested to test easily, which include DTS and necessary > > > changes, other patches may still need to improve, but sufficient for > > > verifying the functionality. > > > > > > Link: https://github.com/spacemit-com/linux/tree/WIP/k3/usb2 [1] > > > > > > > Just want to ping this, Can you queue it for v7.1? Thanks > > > Ping again, I'd like to see USB2.0 support in v7.1 for SpacemiT K3 > SoC.. and I think this phy patch is the only dependency that waiting > for, the USB DWC[1], and hub[2] patch already merged > > Link: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=c05cf9d274daf72dc7e433480cf2e0e888f6bd89 [1] > Link: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=00b4fe5be06aecd6426930de86b7cffc2330f4b8 [2] > I'd like to ping inclusion for v7.2 cycle, checked locally, it's still able to apply to v7.1-rc1 cleanly, so I see no need to send new version. Many thanks -- Yixun Lan (dlan) -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy