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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AAE2C43461 for ; Tue, 15 Sep 2020 00:42:16 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F3DA9212CC for ; Tue, 15 Sep 2020 00:42:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ilVLe45J"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="lm8vFh7z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F3DA9212CC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Date:To: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=9v3vl1LZIzbDIuZp4o52PXlyA+BeMTGXb9d9pDn33Kw=; b=ilVLe45JbhlegoD+S2MjTRGvQ t8mN77JdA22ZJWVRsSAOZjWEZMIZSYJoAM460cJ9ojy0f/fG6S74fGltaSs1D8Ic+6OYgoYmX5fpg oiSsXTdfyshFI424hW6KN6BIZyToRsOZBxbcb1qXC3kONyAM/UL8eiiLH63o/UvlD2AcW7bZ1yyQG Ln/k4n/hSsPPKRn6BYfHeQfZ+sd2UmQp7Bv/TPQErAlJCfy6jCJsSfDkfzLhOUfmApu1aycr/l2Ri AhQyex7NdtWEkAYAIdzjySH3nSYNbajX0y4bzj0sCEYnudfmbyv0KF47eqUC/khTWdVHGpV4MS3ix UPeUDM6WQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHz2w-0006m8-6v; Tue, 15 Sep 2020 00:42:10 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHz2u-0006lY-0T for linux-rockchip@lists.infradead.org; Tue, 15 Sep 2020 00:42:08 +0000 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CDD6B216C4; Tue, 15 Sep 2020 00:42:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600130526; bh=+eBiPWtisKSOBNoDvftUDv6/9NvioRdnaf75WqJ/MW4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=lm8vFh7zBgfGHTUcoYyY3pO3vxIM3fWEIrPDQvyciUdcIEjPbaw2sJH1sq+Bom4vr FJbvS1zGuHdSSPz/G/GBBk2Ja0O0Pd4TN4QcSRNqnbH/PTBHtBpjhtUOOjy6qKZwJi bk3pAIeK8md8seUaYQUWjj66Fljs3mUPWJ9vNVjQ= MIME-Version: 1.0 In-Reply-To: <20200914022225.23613-4-zhangqing@rock-chips.com> References: <20200914022225.23613-1-zhangqing@rock-chips.com> <20200914022225.23613-4-zhangqing@rock-chips.com> Subject: Re: [PATCH v4 3/6] clk: rockchip: Export rockchip_register_softrst() From: Stephen Boyd To: Elaine Zhang , heiko@sntech.de Date: Mon, 14 Sep 2020 17:42:05 -0700 Message-ID: <160013052566.4188128.15928428507087082730@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200914_204208_116146_4EFB866E X-CRM114-Status: UNSURE ( 8.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: huangtao@rock-chips.com, xf@rock-chips.com, mturquette@baylibre.com, Elaine Zhang , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, kever.yang@rock-chips.com, linux-rockchip@lists.infradead.org, xxx@rock-chips.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Quoting Elaine Zhang (2020-09-13 19:22:22) > This is used by the Rockchip clk driver, export it to allow that > driver to be compiled as a module.. > > Signed-off-by: Elaine Zhang > Reviewed-by: Kever Yang > --- Reviewed-by: Stephen Boyd _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip