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 73D2AC83030 for ; Mon, 7 Jul 2025 22:29:28 +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=sGVuVp4BKwot9lWj47cntiLKUnM8f4BS66avGGuIVkE=; b=H17/Q+fkcC3K6X U63yBugtJi6ivQOCcx/ud3fo2Tnyyo5r5YqpUOCjd/RuOId2dvT86bE0l8TNlfdnHhcZe0IetX91U BCV0xEdrgsF+hAJaRYz71Ka92bGAsmX34yWQZGMbO0yZMKlQiAeWD+JkHkIuYM9FEPckNNahRuYub ZcXXqYqP6pncVRRHNm/6T7JJsIhQHgUG+7yYsYP/5pmgTpy09ANAtaxxy75NjY5Tm27ednedaOCTE QVC5cLcvIRPP77mMkxTFwDBkGins9wNzCWFNseqJ3gMZN5geFVEKpFAK0L+vamW2I3g/q0uxm4Ph9 kpu9dLO5rN8nU4S188vA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uYuKu-00000003i2R-0Quu; Mon, 07 Jul 2025 22:29:20 +0000 Received: from smtp.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uYuKr-00000003i25-2rkc for linux-riscv@lists.infradead.org; Mon, 07 Jul 2025 22:29:18 +0000 Received: from localhost (unknown [116.232.48.207]) (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 156F6340F39; Mon, 07 Jul 2025 22:29:14 +0000 (UTC) Date: Mon, 7 Jul 2025 22:29:10 +0000 From: Yixun Lan To: Conor Dooley Cc: Guodong Xu , ukleinek@kernel.org, robh@kernel.org, krzk+dt@kernel.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, p.zabel@pengutronix.de, drew@pdp7.com, inochiama@gmail.com, geert+renesas@glider.be, heylenay@4d2.org, tglx@linutronix.de, hal.feng@starfivetech.com, unicorn_wang@outlook.com, duje.mihanovic@skole.hr, heikki.krogerus@linux.intel.com, elder@riscstar.com, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev Subject: Re: [PATCH v3 6/6] riscv: defconfig: Enable PWM support for SpacemiT K1 SoC Message-ID: <20250707222910-GYC408198@gentoo> References: <20250429085048.1310409-1-guodong@riscstar.com> <20250429085048.1310409-7-guodong@riscstar.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250429085048.1310409-7-guodong@riscstar.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250707_152917_752890_D8BCDED2 X-CRM114-Status: GOOD ( 13.08 ) 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, Can you take this patch? I've checked with riscv's tree for-next branch, it's still applicable and meet the "savedefconfig" criteria. Thanks On 16:50 Tue 29 Apr , Guodong Xu wrote: > Enable CONFIG_PWM and CONFIG_PWM_PXA in the defconfig > to support the PWM controller used on the SpacemiT K1 SoC. > > Signed-off-by: Guodong Xu Reviewed-by: Yixun Lan > --- > v3: No change > v2: Changed PWM_PXA from built-in to a loadable module (=m) > > arch/riscv/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index 3c8e16d71e17..3c4d9bb8f01e 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -257,6 +257,8 @@ CONFIG_RPMSG_CTRL=y > CONFIG_RPMSG_VIRTIO=y > CONFIG_PM_DEVFREQ=y > CONFIG_IIO=y > +CONFIG_PWM=y > +CONFIG_PWM_PXA=m > CONFIG_THEAD_C900_ACLINT_SSWI=y > CONFIG_PHY_SUN4I_USB=m > CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m > -- > 2.43.0 > -- Yixun Lan (dlan) _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv