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 29EACE77188 for ; Thu, 19 Dec 2024 01:20: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=1beJFNaCNgEazjDTpb/XtrTRQ4eb43ckvqvImdrNp+g=; b=au8pI2uQTcCGLD OVFHVHoYvVxoReG08UzDBnlVJjn/aBdHlgaTVpV14a/pu2MvPhWUCfnItW/HX5Za5ZEHIolMxbiCG 5fSVlFJguEOP69vwlePyFNUMC3WDAc1kZELxU0iT3zr/9LpyPz9pPOgknQNuZPsQpBXyfrhOVCSbo 7JbxsMBbkJYdj+zGCkt9XpRZuSrZt2PUFYtcBQcGHeSstwImUGG2qW6zxiK66NMC8eTAf1F+rL9wR 0kp2aWu4FFPWYLaP3x7aTTJGZe1t6P4YxB2Os5kDaiD21ZmERq4/jkVszPN7qqX8LYZ+ew2OX7znT iWisR49tViSjM79MATuA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tO5DH-00000000U0y-2DV3; Thu, 19 Dec 2024 01:20:27 +0000 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tO5CS-00000000Tp7-0prF for linux-riscv@lists.infradead.org; Thu, 19 Dec 2024 01:19:37 +0000 Date: Thu, 19 Dec 2024 09:19:30 +0800 From: Yixun Lan To: Conor Dooley Cc: Conor Dooley , linux-riscv@lists.infradead.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, cyy@cyyself.name, daniel.lezcano@linaro.org, tglx@linutronix.de, samuel.holland@sifive.com, anup@brainfault.org, gregkh@linuxfoundation.org, jirislaby@kernel.org, lkundrak@v3.sk, devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Jesse Taube , inochiama@outlook.com, zhangmeng.kevin@spacemit.com, jszhang@kernel.org, matthias.bgg@kernel.org, kevin.z.m@hotmail.com Subject: Re: [PATCH v5 00/10] riscv: add initial support for SpacemiT K1 Message-ID: <20241219011930-GYA3472859@gentoo> References: <20240730-k1-01-basic-dt-v5-0-98263aae83be@gentoo.org> <173395638199.1729195.1529576042123666894.git-patchwork-notify@kernel.org> <20241212101901-GYA2292414@gentoo> <20241215-reward-nutlike-23f481fb1b75@spud> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20241215-reward-nutlike-23f481fb1b75@spud> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241218_171936_258329_F5192A0D X-CRM114-Status: GOOD ( 25.59 ) 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 15:04 Sun 15 Dec , Conor Dooley wrote: > On Thu, Dec 12, 2024 at 06:19:01PM +0800, Yixun Lan wrote: > > Hi Conor: > > > > On 22:33 Wed 11 Dec , patchwork-bot+linux-riscv@kernel.org wrote: > > > Hello: > > > > > > This series was applied to riscv/linux.git (fixes) > > > by Conor Dooley : > > > > > > On Tue, 30 Jul 2024 00:28:03 +0000 you 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]. > > > > > > > > [...] > > > > > > Here is the summary with links: > > > - [v5,01/10] dt-bindings: vendor-prefixes: add spacemit > > > https://git.kernel.org/riscv/c/7cf3e9bfc63d > > If I understand correctly, only patch [01/10] of this series was accepted > > to 6.13-rc1 > > > > for the rest of patches, they would be expected to go through SpacemiT's > > SoC tree? which should I take care of them.. so if no objection, I'd like to > > queue them at branch k1/dt-for-next [1] first, we might rebase or revert if > > something happens before merging (since the clock driver is still under review) > > > > Let me know what you think.. > > Sure. I had grabbed the first patch because a couple trees needed the No problem, thanks for helping on this > vendor prefix for peripheral drivers. How is the clock driver getting > on? Do you think it is close to being merged? The clock driver's review is still on-going, the biggest concern is about the mix clock implementation [1], which isn't decent, and Haylen's working on to have a better version, I'd hope we can catch this in 6.14's merge window.. But, in the worst case if we have to postpone clock to next merge window, would you think it's ok to push the basic dts and pinctrl dts first? IMHO, they have no hard dependency on clock driver, and pushing them first would simplify the future developement.. http://lore.kernel.org/r/Z2LBsQ7a3T3mElLl@ketchup [1] -- 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