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 B99DBC43334 for ; Thu, 16 Jun 2022 05:51:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358520AbiFPFvW (ORCPT ); Thu, 16 Jun 2022 01:51:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiFPFvW (ORCPT ); Thu, 16 Jun 2022 01:51:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8CDF5B8A9; Wed, 15 Jun 2022 22:51:21 -0700 (PDT) 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 996AFB8216D; Thu, 16 Jun 2022 05:51:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BC4EC34114; Thu, 16 Jun 2022 05:51:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655358679; bh=3cRGekhZ4eepikaWRbIBgfRwpMpeolZTt3TwFRIuzQM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=d9YHhkh6bBC8GM9dQIm2Gk7SzIZeWmgWRmmzx3VHWkOL1eXkcHri6OM+SK7pZuPFq 6H7FlfawR/pH4p/FstfFJZT/m+3rootnTf8meMKjDN3WhAbteInO9lE7vgAKVzefYf yE8YCLqB1TaafWxMjuCr0fHt6uDBVOKwAscn9x7u4TjhDCv2Q74vApIpWC/xwCfE/6 Sw1hcApcv7t/mZG3qSIhARRqdrgp3/jZwC4SXn3ZchgUm3xtnLj6Ag6aNudLvvz6qr GA0ZEGs8a0fkQBGhRrKLwmHRcAaW9uCv/hZUDg0MjjtKdZC2RQainpqK/B1IHq6sfK qA/EoKUdliqYA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220603080058.2251809-1-vladimir.zapolskiy@linaro.org> References: <20220603080019.2251764-1-vladimir.zapolskiy@linaro.org> <20220603080058.2251809-1-vladimir.zapolskiy@linaro.org> Subject: Re: [PATCH v6 4/7] clk: qcom: clk-alpha-pll: limit exported symbols to GPL licensed code From: Stephen Boyd Cc: Andy Gross , Michael Turquette , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org To: Bjorn Andersson , Vladimir Zapolskiy Date: Wed, 15 Jun 2022 22:51:17 -0700 User-Agent: alot/0.10 Message-Id: <20220616055119.3BC4EC34114@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Vladimir Zapolskiy (2022-06-03 01:00:58) > Unify all exported PLL clock configuration functions and data structures > as GPL symbols. >=20 > Reviewed-by: Bjorn Andersson > Signed-off-by: Vladimir Zapolskiy > --- Reviewed-by: Stephen Boyd