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 D6FC9C3064D for ; Thu, 27 Jun 2024 15:56:35 +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=Z80pj22z4tIfjjlR969yO44Ki4VZF1EW/X2RWVzWfcw=; b=VcjiIDvRQS0DJ7 Tph3xUgnY1vDLl+OBoIY5+oDT8d0sylRLc6i+G+iYcP6vPr2/IdIIptNaigY3fbfJxT7rai2xblsM JfrmIh5Tf5th9KQV4rgy148Q5nx3e7hxIP9Q6EzFvRd8VR/N3XvJVFCZDMbqy8rR2SE0Z0qXA3B4R 9mR14LpF5CUsodfBi1flfZvGx1w4xMuKTawnLXXbTGkz0BBnXd8lR5ub+fugPKHg5aUYvxe5eT3XV 8gT23wuUWkdFhBp1EKmz2KRmqAt3fO+ECTQuu+xC1aHvxZOSz6gQD3xI/ADvP42SMyYb08tGor7WS N+exnhiL6q5v42PO/7Jg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMrU6-0000000Ax45-2z17; Thu, 27 Jun 2024 15:56:30 +0000 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMrU2-0000000Ax3S-3C90 for linux-riscv@lists.infradead.org; Thu, 27 Jun 2024 15:56:28 +0000 Date: Thu, 27 Jun 2024 15:56:20 +0000 From: Yixun Lan To: Conor Dooley Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Lezcano , Thomas Gleixner , Samuel Holland , Anup Patel , Greg Kroah-Hartman , Jiri Slaby , Lubomir Rintel , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , linux-riscv@lists.infradead.org, linux-serial@vger.kernel.org, Inochi Amaoto , Meng Zhang , Yangyu Chen Subject: Re: [PATCH v2 00/10] riscv: add initial support for SpacemiT K1 Message-ID: <20240627155620.GA1622265@ofsar> References: <20240627-k1-01-basic-dt-v2-0-cc06c7555f07@gentoo.org> <20240627-flinch-rented-1f2a2e5d73ca@spud> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240627-flinch-rented-1f2a2e5d73ca@spud> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240627_085626_846338_0689BF1D X-CRM114-Status: GOOD ( 20.55 ) 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 Conor: On 16:39 Thu 27 Jun , Conor Dooley wrote: > On Thu, Jun 27, 2024 at 03:31:14PM +0000, Yixun Lan wrote: > > SpacemiT K1 is an ideal chip for some new extension such as RISC-V Vector > > 1.0 and Zicond evaluation now. Add initial support for it to allow more > > people to participate in building drivers to mainline for it. > > > > This kernel has been tested upon Banana Pi BPI-F3 board on vendor U-Boot > > bootflow generated by Armbian SDK[1] and patched OpenSBI[2] to enable > > Zicboz, which does not in the vendor dts on its U-Boot. Then successfully > > booted to busybox on initrd with this log[3]. > > > > As previous discussion in patch v1[4], maintainer expect more basic drivers > > ready before really merging it, which would be fine. For other follow-up patches, > > that are clk, pinctrl/gpio, reset.. My current goal would target at a headless > > system including SD card, emmc, and ethernet. > > > > P.S: talked to Yangyu, I will help and take care of this patch series, thanks > > --- > > Changes in v2: > > - fix timebase-frequency according to current setting > > - add other uart dt nodes, fix input frequency > > - introduce new uart compatible for K1 SoC > > - add 'k1' prefix to bananapi-f3.dts > > - fix k1-clint compatible > > - fix some typos > > - Link to v1: https://lore.kernel.org/r/tencent_BC64B7B1876F5D10479BD19112F73F262505@qq.com > > I will take a closer look at this series later, but there's a few > patches here missing Acks that I gave alongside some nitpick remarks. > Could you look at v1 again and add those to whatever other comments I > leave when I take a closer look? > sure, thanks for your quick reply, I will do this tomorrow, and potentially wait all reviews, combine all tags I receive in v2, and address them in v3.. -- Yixun Lan (dlan) Gentoo Linux Developer GPG Key ID AABEFD55 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv