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 E0440D25030 for ; Mon, 12 Jan 2026 02:04:23 +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=EfGCjkmojkOCOCKdxcZoPDeOk3GtAQoM23/I/Z9Z1aM=; b=QaajIjGQo0EHjO H5HzZrU1H4skEi2JLwvIjqfbWlPRFRGkgeAwjTnbnuMLz+Q+QktEpJ2SuIK571/YDKxnd7AQTCz+w 67ost103AA5zpa6WwIfkj6OWcK95FYTcK6ITq+2/v8WnMvhz5R8gW8cGmy/0OKfK+N16bzDKP4A0n ivj3BHG9j6p8TRYDH5jHDNh4eQ6Obq8goTN6WbN8phH7JImzAYx9rY0WhJIjCDneeTQcmCYbQtpVh Tp+FVfIUpSh4L5R3fOUcI5DFKcEF9rNY6MBFdholpj1nzlt62Zqd9vj1XPcmnawx4sKuoiFG7931E dZHnNnK3y8X8b22fGJwg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vf7Hx-00000004eQD-3Yau; Mon, 12 Jan 2026 02:04:13 +0000 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vf7Hv-00000004ePu-0VCc for linux-riscv@lists.infradead.org; Mon, 12 Jan 2026 02:04:12 +0000 Received: from localhost (unknown [116.232.18.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id BD2EE340FDB; Mon, 12 Jan 2026 02:04:08 +0000 (UTC) Date: Mon, 12 Jan 2026 10:03:59 +0800 From: Yixun Lan To: Ze Huang Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, Aurelien Jarno Subject: Re: [PATCH v3 0/3] riscv: dts: spacemit: Add USB 3.0 support for K1 Message-ID: <20260112020359-GYA19769@gentoo.org> References: <20260111-k1-usb3dts-v2-v3-0-f5ebd546e904@linux.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260111-k1-usb3dts-v2-v3-0-f5ebd546e904@linux.dev> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260111_180411_202886_62236884 X-CRM114-Status: UNSURE ( 9.31 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Ze, On 14:41 Sun 11 Jan , Ze Huang wrote: > This patch series enables the DWC3 USB 3.0 host controller on the > Spacemit K1 SoC and enables it for the Banana Pi F3 board. > > For testing, the following kernel configurations should be enabled: > > CONFIG_PHY_SPACEMIT_K1_USB2=y > CONFIG_PHY_SPACEMIT_K1_PCIE=y > CONFIG_USB_DWC3=y > CONFIG_USB_ONBOARD_DEV=y > > This series is based on the spacemit k1/for-next branch. > > Link: https://github.com/spacemit-com/linux > > Signed-off-by: Ze Huang looks good to me Reviewed-by: Yixun Lan -- Yixun Lan (dlan) _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv