Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1486204

Re: [PATCH 1/1] ARM: imx5: Add clocks configuration

From Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] ARM: imx5: Add clocks configuration
Date 2016-09-19 09:40 +0200
Message-ID <sj1lf-2uv-3@gated-at.bofh.it> (permalink)
References <shBVV-5HB-47@gated-at.bofh.it> <shJqp-22F-7@gated-at.bofh.it> <siy9z-Y3-3@gated-at.bofh.it> <siy9A-Y3-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

On 18/09/16 02:24, Shawn Guo wrote:
> On Sun, Sep 18, 2016 at 08:21:59AM +0800, Shawn Guo wrote:
>> On Thu, Sep 15, 2016 at 08:42:33PM +0300, Alexander Shiyan wrote:
>>>> Четверг, 15 сентября 2016, 13:13 +03:00 от Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>:
>>>>
>>>> From: Kalle Kankare < kalle.kankare@vincit.fi >
>>>>
>>>> Add clocks configuration for CSI, FIRI and IEEE1588.
>>>>
>>>> Signed-off-by: Fabien Lahoudere < fabien.lahoudere@collabora.co.uk >
>>>> ---
>>>>  drivers/clk/imx/clk-imx51-imx53.c      | 20 ++++++++++++++++++++
>>>>  include/dt-bindings/clock/imx5-clock.h | 15 ++++++++++++++-
>>>>  2 files changed, 34 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/clk/imx/clk-imx51-imx53.c b/drivers/clk/imx/clk-imx51-imx53.c
>>>> index 29d4c44..1e3c9ea 100644
>>>> --- a/drivers/clk/imx/clk-imx51-imx53.c
>>>> +++ b/drivers/clk/imx/clk-imx51-imx53.c
>>>> @@ -126,6 +126,7 @@ static const char *spdif0_com_sel[] = { "spdif0_podf", "ssi1_root_gate", };
>>>>  static const char *mx51_spdif1_com_sel[] = { "spdif1_podf", "ssi2_root_gate", };
>>>>  static const char *step_sels[] = { "lp_apm", };
>>>>  static const char *cpu_podf_sels[] = { "pll1_sw", "step_sel" };
>>>> +static const char *ieee1588_sels[] = { "pll3_sw", "pll4_sw", "dummy" /* usbphy2_clk */, "dummy" /* fec_phy_clk */ };
>>>>
>>>>  static struct clk *clk[IMX5_CLK_END];
>>>>  static struct clk_onecell_data clk_data;
>>>> @@ -543,6 +544,25 @@ static void __init mx53_clocks_init(struct device_node *np)
>>> ...
>>>
>>> 2 Shawn Guo: Since the change affects only on i.MX53 architecture,
>>> I would ask to change the subject to i.MX53 if it possible.
>>
>> Yes.  Actually, since clock driver is not moved to drivers/clk, we
>
> s/not/now
>
>> shouldn't prefix it with "ARM: " any longer.


Ok is "clk: imx53: Add clocks configuration" ok?

>
> Shawn
>

Thanks

Fabien

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] ARM: imx5: Add clocks configuration Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2016-09-15 12:20 +0200
  Re: [PATCH 1/1] ARM: imx5: Add clocks configuration Alexander Shiyan <shc_work@mail.ru> - 2016-09-15 20:20 +0200
    Re: [PATCH 1/1] ARM: imx5: Add clocks configuration Shawn Guo <shawnguo@kernel.org> - 2016-09-18 02:30 +0200
      Re: [PATCH 1/1] ARM: imx5: Add clocks configuration Shawn Guo <shawnguo@kernel.org> - 2016-09-18 02:30 +0200
        Re: [PATCH 1/1] ARM: imx5: Add clocks configuration Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2016-09-19 09:40 +0200
        [PATCH v2 1/1] clk: imx53: Add clocks configuration Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2016-09-19 12:40 +0200
          Re: [PATCH v2 1/1] clk: imx53: Add clocks configuration Shawn Guo <shawnguo@kernel.org> - 2016-09-20 15:00 +0200
          Re: [PATCH v2 1/1] clk: imx53: Add clocks configuration Stephen Boyd <sboyd@codeaurora.org> - 2016-09-21 02:00 +0200

csiph-web