From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m49198.qiye.163.com (mail-m49198.qiye.163.com [45.254.49.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E0F318EFD1; Thu, 11 Sep 2025 02:53:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.254.49.198 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757559234; cv=none; b=CYpigTp8Lq+t2hpwO1gEJfxLqwO46sa339Ll0EZnHLkj6OGoHbo+ga9DqsmUcZo06Nf31WCHT7wh9fAo2LG3ruqJskb7mmRaHI92Q3HyKKa1Nqovmh5iPNnOk7Np60XRHji4Upt3cp6qmFf6Uv1hxKC3UXs5/VwEzb9g+BCeSvw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757559234; c=relaxed/simple; bh=uVVIOjK0iB7TLpDTB5l8Jh0U+U7U4acZbxxyUpEblFM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nfZztKNanh88JkXGRRjZ5lyOCtPE83wBWpd3Q4nfsXgf+F3S4L6Iy0k/hyzMnUiWT0CYLUtTMRAL+qx6RopGDqQulXp5d0rKUSzTXV50p0DJETQGCu/r9wX2SNzgxXFxTrZ/ZMJuRd5GAQPJ6vMJcEp2nJ7HGESzcYXUKXaT1iU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=whut.edu.cn; spf=pass smtp.mailfrom=whut.edu.cn; arc=none smtp.client-ip=45.254.49.198 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=whut.edu.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=whut.edu.cn Received: from localhost (gy-adaptive-ssl-proxy-4-entmail-virt151.gy.ntes [IPV6:240e:474:b942:3f59:6226:58b7:4db:46bd]) by smtp.qiye.163.com (Hmail) with ESMTP id 22684c28a; Thu, 11 Sep 2025 10:53:41 +0800 (GMT+08:00) Date: Thu, 11 Sep 2025 10:53:41 +0800 From: Ze Huang To: Frank Li , Ze Huang Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Yixun Lan , Thinh Nguyen , Philipp Zabel , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Ze Huang Subject: Re: [PATCH v7 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1 Message-ID: References: <20250729-dwc3_generic-v7-0-5c791bba826f@linux.dev> <20250729-dwc3_generic-v7-1-5c791bba826f@linux.dev> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-HM-Tid: 0a9936b16c3d03a1kunm4e2ef7fb19acdd X-HM-MType: 10 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWS1ZQUlXWQ8JGhUIEh9ZQVkaHkkZVkgZSk5MTUlMTkNDSFYeHw5VEwETFhoSFy QUDg9ZV1kYEgtZQVlJT0seQU9MT0EZQk9JQUgdTkJBTUlJTUFOQxlMQU8fGUFPTRkfWVdZFhoPEh UdFFlBWU9LSFVKS0lCTUtKVUpLS1VLWQY+ On Wed, Sep 10, 2025 at 06:18:39PM -0400, Frank Li wrote: > On Tue, Jul 29, 2025 at 12:33:55AM +0800, Ze Huang wrote: > > Add support for the USB 3.0 Dual-Role Device (DRD) controller embedded > > in the SpacemiT K1 SoC. The controller is based on the Synopsys > > DesignWare Core USB 3 (DWC3) IP, supporting USB3.0 host mode and USB 2.0 > > DRD mode. > > > > Reviewed-by: Krzysztof Kozlowski > > Signed-off-by: Ze Huang > > --- > > Ze Huang: > > I seen Krzysztof and Thinh Nguyen already acked this patches. Do you > wait for greg pick it up or need respin? > > My one layerscape usb patch depend on this one! > > Frank Hi Frank, I'll remove the PCIe reset in the update - since Alex's latest combo PHY work now manages this functionality. The patch is otherwise in good shape though. Look for the updated series from me before end of week. Best, Ze