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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72C6EC433FE for ; Thu, 13 Jan 2022 21:29:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235499AbiAMV3a (ORCPT ); Thu, 13 Jan 2022 16:29:30 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:42964 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230379AbiAMV33 (ORCPT ); Thu, 13 Jan 2022 16:29:29 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CA3EA61A35; Thu, 13 Jan 2022 21:29:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28C10C36AE3; Thu, 13 Jan 2022 21:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642109368; bh=9/oOB+KtddzUtsBpBbqkWxiDI2s1C2hymkyNpoOLJTc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=OsIKhQXyXasXp2N/sLLW7xq2ve1JZOCWXYONBZAC9Pbr2YnDa8XP00CIsmsEw2rVH 3ohIB/eR+QbS0Ptg3jkXLYTWwYBHfk11lCSnPJHOkp6sAkQNaasknv3BWNxT0fiSIp /rIBrToENKK7ytyp1rtOxycWciEtY7yOWXtjSk/G/Qvk/Ca4JNOqeK4stSg1erxZ7E GXj/ZKGSIb1UBAB3qw9++K5IhOE/Dwrriq5hAxNGqBikjoqM2F8G5TAEdQLX3+NQsP P3G5FgkELvVyf/dzNgCbrkvhawHAo6I9IXgqRnIKlqxm+UhjxIOBnrZpZRbR8NKcPu n+kG2Du4suSvA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220113115745.45826-3-liang.yang@amlogic.com> References: <20220113115745.45826-1-liang.yang@amlogic.com> <20220113115745.45826-3-liang.yang@amlogic.com> Subject: Re: [PATCH v9 2/4] clk: meson: add emmc sub clock phase delay driver From: Stephen Boyd Cc: Liang Yang , Martin Blumenstingl , Jianxin Pan , Victor Wan , XianWei Zhao , Kelvin Zhang , BiChao Zheng , YongHui Yu , linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org To: Jerome Brunet , Kevin Hilman , Liang Yang , Michael Turquette , Neil Armstrong , Rob Herring , linux-clk@vger.kernel.org Date: Thu, 13 Jan 2022 13:29:26 -0800 User-Agent: alot/0.9.1 Message-Id: <20220113212928.28C10C36AE3@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Liang Yang (2022-01-13 03:57:43) > diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile > index b3ef5f67820f..c450f38d3801 100644 > --- a/drivers/clk/meson/Makefile > +++ b/drivers/clk/meson/Makefile > @@ -11,6 +11,7 @@ obj-$(CONFIG_COMMON_CLK_MESON_PLL) +=3D clk-pll.o > obj-$(CONFIG_COMMON_CLK_MESON_REGMAP) +=3D clk-regmap.o > obj-$(CONFIG_COMMON_CLK_MESON_SCLK_DIV) +=3D sclk-div.o > obj-$(CONFIG_COMMON_CLK_MESON_VID_PLL_DIV) +=3D vid-pll-div.o > +obj-$(CONFIG_COMMON_CLK_MESON_PHASE_DELAY) +=3D clk-phase-delay.o Sort by Kconfig symbol? > =20 > # Amlogic Clock controllers > 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 2A6CDC433F5 for ; Thu, 13 Jan 2022 21:29:39 +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:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VUyPsB4/XNWNMcaOfuJxCz5gr1vLvrImpfZRLP46u14=; b=ked1OHvxGP95Yw SkayjJVo5LjLWpRW02pqzfRnQCOV3G8JlFmTNkIoVZ0qBLEggvTQIXaz3I76bQQWb6krhRrxhaoaq cgIslM+ErZ4TW8DahAW0F0KBoZ8XF/aZ844h7s1Q6yBzYTrHnlFcBmJGohOjXoS9G29ajNytWtsl8 o4ZFljBVQt/d7EGF0rx6ArEO5pUe4lCc8oy+0r8XwgtlkFyMZirjhg/nNCZQDiwEyWYLkgLgqZk8G WoIdKvL61NAgq+JaZd1oDwWrKDJVfJkKzxBmc4dpjNLpda4IB1JO68c/b7h78lfXIb6R+rqfY01n4 JIFBawIfjBblXT9sMY0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n87f3-0078tA-5F; Thu, 13 Jan 2022 21:29:33 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n87f0-0078s9-NG; Thu, 13 Jan 2022 21:29:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 67BC2B82380; Thu, 13 Jan 2022 21:29:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28C10C36AE3; Thu, 13 Jan 2022 21:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642109368; bh=9/oOB+KtddzUtsBpBbqkWxiDI2s1C2hymkyNpoOLJTc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=OsIKhQXyXasXp2N/sLLW7xq2ve1JZOCWXYONBZAC9Pbr2YnDa8XP00CIsmsEw2rVH 3ohIB/eR+QbS0Ptg3jkXLYTWwYBHfk11lCSnPJHOkp6sAkQNaasknv3BWNxT0fiSIp /rIBrToENKK7ytyp1rtOxycWciEtY7yOWXtjSk/G/Qvk/Ca4JNOqeK4stSg1erxZ7E GXj/ZKGSIb1UBAB3qw9++K5IhOE/Dwrriq5hAxNGqBikjoqM2F8G5TAEdQLX3+NQsP P3G5FgkELvVyf/dzNgCbrkvhawHAo6I9IXgqRnIKlqxm+UhjxIOBnrZpZRbR8NKcPu n+kG2Du4suSvA== MIME-Version: 1.0 In-Reply-To: <20220113115745.45826-3-liang.yang@amlogic.com> References: <20220113115745.45826-1-liang.yang@amlogic.com> <20220113115745.45826-3-liang.yang@amlogic.com> Subject: Re: [PATCH v9 2/4] clk: meson: add emmc sub clock phase delay driver From: Stephen Boyd Cc: Liang Yang , Martin Blumenstingl , Jianxin Pan , Victor Wan , XianWei Zhao , Kelvin Zhang , BiChao Zheng , YongHui Yu , linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org To: Jerome Brunet , Kevin Hilman , Liang Yang , Michael Turquette , Neil Armstrong , Rob Herring , linux-clk@vger.kernel.org Date: Thu, 13 Jan 2022 13:29:26 -0800 User-Agent: alot/0.9.1 Message-Id: <20220113212928.28C10C36AE3@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220113_132930_915298_D25820A8 X-CRM114-Status: UNSURE ( 8.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@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-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Quoting Liang Yang (2022-01-13 03:57:43) > diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile > index b3ef5f67820f..c450f38d3801 100644 > --- a/drivers/clk/meson/Makefile > +++ b/drivers/clk/meson/Makefile > @@ -11,6 +11,7 @@ obj-$(CONFIG_COMMON_CLK_MESON_PLL) += clk-pll.o > obj-$(CONFIG_COMMON_CLK_MESON_REGMAP) += clk-regmap.o > obj-$(CONFIG_COMMON_CLK_MESON_SCLK_DIV) += sclk-div.o > obj-$(CONFIG_COMMON_CLK_MESON_VID_PLL_DIV) += vid-pll-div.o > +obj-$(CONFIG_COMMON_CLK_MESON_PHASE_DELAY) += clk-phase-delay.o Sort by Kconfig symbol? > > # Amlogic Clock controllers > _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic 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 558DBC433EF for ; Thu, 13 Jan 2022 21:30:47 +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:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=F7iHR+3fanr/BVbyXXYFYbmy/Dafbh+jnrbKVhuutTU=; b=B5romKY9AbCsyv qx3qzdSlzcB9X+GQ4ZxkKDUWAMQaoaFpx4KQBcExlxUvaHDVPseWgZQIhfWheGo+LfTMkYMW5IWr6 xlIWht3Njww/8xHoWthv1vt+6EkBKIvs+T9ceP8GbUZOA+mnsyS8fsvo1bODvzcEmt19zUHoqChJm TdChxoM1DniHXSniWWNBf0r4cZKv6BSyhlIXwn+jJ4IXM2AcE65kFgG3zNFuaAyp4t+KlVAJFpI19 pClGCeS672atP6JbbV9D8gEchDFkL7CImivuANV04eQGYCIm5OAGwUxxbbo8VefkcMWt3B97jHb64 IJSgW6N/5wps0WE0x1iQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n87f4-0078tJ-Li; Thu, 13 Jan 2022 21:29:34 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n87f0-0078s9-NG; Thu, 13 Jan 2022 21:29:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 67BC2B82380; Thu, 13 Jan 2022 21:29:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28C10C36AE3; Thu, 13 Jan 2022 21:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642109368; bh=9/oOB+KtddzUtsBpBbqkWxiDI2s1C2hymkyNpoOLJTc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=OsIKhQXyXasXp2N/sLLW7xq2ve1JZOCWXYONBZAC9Pbr2YnDa8XP00CIsmsEw2rVH 3ohIB/eR+QbS0Ptg3jkXLYTWwYBHfk11lCSnPJHOkp6sAkQNaasknv3BWNxT0fiSIp /rIBrToENKK7ytyp1rtOxycWciEtY7yOWXtjSk/G/Qvk/Ca4JNOqeK4stSg1erxZ7E GXj/ZKGSIb1UBAB3qw9++K5IhOE/Dwrriq5hAxNGqBikjoqM2F8G5TAEdQLX3+NQsP P3G5FgkELvVyf/dzNgCbrkvhawHAo6I9IXgqRnIKlqxm+UhjxIOBnrZpZRbR8NKcPu n+kG2Du4suSvA== MIME-Version: 1.0 In-Reply-To: <20220113115745.45826-3-liang.yang@amlogic.com> References: <20220113115745.45826-1-liang.yang@amlogic.com> <20220113115745.45826-3-liang.yang@amlogic.com> Subject: Re: [PATCH v9 2/4] clk: meson: add emmc sub clock phase delay driver From: Stephen Boyd Cc: Liang Yang , Martin Blumenstingl , Jianxin Pan , Victor Wan , XianWei Zhao , Kelvin Zhang , BiChao Zheng , YongHui Yu , linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org To: Jerome Brunet , Kevin Hilman , Liang Yang , Michael Turquette , Neil Armstrong , Rob Herring , linux-clk@vger.kernel.org Date: Thu, 13 Jan 2022 13:29:26 -0800 User-Agent: alot/0.9.1 Message-Id: <20220113212928.28C10C36AE3@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220113_132930_915298_D25820A8 X-CRM114-Status: UNSURE ( 8.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Liang Yang (2022-01-13 03:57:43) > diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile > index b3ef5f67820f..c450f38d3801 100644 > --- a/drivers/clk/meson/Makefile > +++ b/drivers/clk/meson/Makefile > @@ -11,6 +11,7 @@ obj-$(CONFIG_COMMON_CLK_MESON_PLL) += clk-pll.o > obj-$(CONFIG_COMMON_CLK_MESON_REGMAP) += clk-regmap.o > obj-$(CONFIG_COMMON_CLK_MESON_SCLK_DIV) += sclk-div.o > obj-$(CONFIG_COMMON_CLK_MESON_VID_PLL_DIV) += vid-pll-div.o > +obj-$(CONFIG_COMMON_CLK_MESON_PHASE_DELAY) += clk-phase-delay.o Sort by Kconfig symbol? > > # Amlogic Clock controllers > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel