From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
Mike Turquette <mturquette@linaro.org>,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH 1/3] clk: exynos4: Staticize local symbols
Date: Wed, 19 Jun 2013 23:24:00 +0900 [thread overview]
Message-ID: <51C1BF00.3060805@samsung.com> (raw)
In-Reply-To: <CAK9yfHwXMHh=0j+EqhFrniJyz0Cvq+TT8hPjeu+N0+vsjVX-7A@mail.gmail.com>
On 06/17/13 12:14, Sachin Kamat wrote:
> On 13 June 2013 21:06, Sachin Kamat<sachin.kamat@linaro.org> wrote:
>> On 11 June 2013 09:46, Sachin Kamat<sachin.kamat@linaro.org> wrote:
>>> On 5 June 2013 17:44, Kukjin Kim<kgene.kim@samsung.com> wrote:
>>>> Sachin Kamat wrote:
>>>>>
>>>>> These symbols are used only in this file and hence should be
>>>>> static.
>>>>>
>>>>> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
>>>>> ---
>>>>> drivers/clk/samsung/clk-exynos4.c | 26 ++++++++++++++------------
>>>>> 1 file changed, 14 insertions(+), 12 deletions(-)
>>>>>
>>>>> diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-
>>>>> exynos4.c
>>>>> index 7104669..26f2a85 100644
>>>>> --- a/drivers/clk/samsung/clk-exynos4.c
>>>>> +++ b/drivers/clk/samsung/clk-exynos4.c
>>>>> @@ -339,24 +339,26 @@ PNAME(mout_user_aclk200_p4x12) = {"fin_pll",
>>>>> "div_aclk200", };
>>>>> PNAME(mout_user_aclk266_gps_p4x12) = {"fin_pll", "div_aclk266_gps", };
>>>>>
>>>>> /* fixed rate clocks generated outside the soc */
>>>>> -struct samsung_fixed_rate_clock exynos4_fixed_rate_ext_clks[] __initdata
>>>>> = {
>>>>> +static struct
>>>>> +samsung_fixed_rate_clock exynos4_fixed_rate_ext_clks[] __initdata = {
>>>>
>>>> Any reason to use double lines?
>>>
>>> This is one of the ways to avoid exceeding 80 column limit.
>>>
>>>>
>>>>> FRATE(xxti, "xxti", NULL, CLK_IS_ROOT, 0),
>>>>> FRATE(xusbxti, "xusbxti", NULL, CLK_IS_ROOT, 0),
>>>>> };
>>>>
>>>> [...]
>>>>
>>>>> -struct samsung_fixed_rate_clock exynos4210_fixed_rate_clks[] __initdata =
>>>>> {
>>>>> +static struct
>>>>> +samsung_fixed_rate_clock exynos4210_fixed_rate_clks[] __initdata = {
>>>>
>>>> Same as above.
>>>>
>>>>> FRATE(none, "sclk_usbphy1", NULL, CLK_IS_ROOT, 48000000),
>>>>> };
>>>>>
>>>> [...]
>>>>
>>>> Others look good to me,
>>>> Acked-by: Kukjin Kim<kgene.kim@samsung.com>
>>>>
>>>> Mike, please pick this into the clk tree if you're ok.
>>>>
>>>
>>> Mike,
>>> If you are taking this through your tree, please also take the below
>>> patch [1] as it is dependent on this series.
>>> [1] https://patchwork.kernel.org/patch/2469891/
>>
>>
>> Ping Mike..
>
>
> Kukjin,
>
> Haven't heard back from Mike regarding this. Can you please take this
> through your tree?
>
OK, I will. BTW, Sachin, let me modify the line added static for
regarding 80 columns...I think, just one like is better...
Anyway, Mike, if you have any objection, please kindly let me know
before pulling into arm-soc tree.
Thanks,
- Kukjin
prev parent reply other threads:[~2013-06-19 14:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-16 10:05 [PATCH 1/3] clk: exynos4: Staticize local symbols Sachin Kamat
2013-04-16 10:05 ` [PATCH 2/3] clk: exynos5250: " Sachin Kamat
2013-06-05 12:16 ` Kukjin Kim
2013-04-16 10:05 ` [PATCH 3/3] clk: exynos5440: " Sachin Kamat
2013-06-05 12:18 ` Kukjin Kim
2013-04-29 10:33 ` [PATCH 1/3] clk: exynos4: " Sachin Kamat
2013-05-27 12:02 ` Sachin Kamat
2013-06-05 12:02 ` Sachin Kamat
2013-06-05 12:14 ` Kukjin Kim
2013-06-11 4:16 ` Sachin Kamat
2013-06-13 15:36 ` Sachin Kamat
2013-06-17 3:14 ` Sachin Kamat
2013-06-19 14:24 ` Kukjin Kim [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51C1BF00.3060805@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=sachin.kamat@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.