All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Krzysztof Kozłowski" <k.kozlowski@samsung.com>
To: Pankaj Dubey <pankaj.dubey@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kgene.kim@samsung.com, tomasz.figa@gmail.com,
	s.nawrocki@samsung.com, mturquette@linaro.org,
	Chander Kashyap <k.chander@samsung.com>,
	Abhilash Kesavan <a.kesavan@samsung.com>
Subject: Re: [PATCH] clk: samsung: exynos5260: fix typo in clock name
Date: Wed, 10 Sep 2014 09:58:29 +0200	[thread overview]
Message-ID: <541004A5.50802@samsung.com> (raw)
In-Reply-To: <1410328565-25122-1-git-send-email-pankaj.dubey@samsung.com>

On 10.09.2014 07:56, Pankaj Dubey wrote:
> From: Chander Kashyap <k.chander@samsung.com>
>
> The parent name added in parent list as
> mout_phyclk_mipi_dphy_4l_m_txbyte_clkhs_p, is different
> than the defined parent due to typo.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> Signed-off-by: Chander Kashyap <k.chander@samsung.com>
> ---
>   drivers/clk/samsung/clk-exynos5260.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

>
> diff --git a/drivers/clk/samsung/clk-exynos5260.c b/drivers/clk/samsung/clk-exynos5260.c
> index 64596ba..4db4e8d 100644
> --- a/drivers/clk/samsung/clk-exynos5260.c
> +++ b/drivers/clk/samsung/clk-exynos5260.c
> @@ -1579,7 +1579,7 @@ struct samsung_fixed_rate_clock fixed_rate_clks[] __initdata = {
>   	FRATE(PHYCLK_HDMI_LINK_O_TMDS_CLKHI, "phyclk_hdmi_link_o_tmds_clkhi",
>   			NULL, CLK_IS_ROOT, 125000000),
>   	FRATE(PHYCLK_MIPI_DPHY_4L_M_TXBYTECLKHS,
> -			"phyclk_mipi_dphy_4l_m_txbyteclkhs" , NULL,
> +			"phyclk_mipi_dphy_4l_m_txbyte_clkhs" , NULL,
>   			CLK_IS_ROOT, 187500000),
>   	FRATE(PHYCLK_DPTX_PHY_O_REF_CLK_24M, "phyclk_dptx_phy_o_ref_clk_24m",
>   			NULL, CLK_IS_ROOT, 24000000),
>

WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozłowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: samsung: exynos5260: fix typo in clock name
Date: Wed, 10 Sep 2014 09:58:29 +0200	[thread overview]
Message-ID: <541004A5.50802@samsung.com> (raw)
In-Reply-To: <1410328565-25122-1-git-send-email-pankaj.dubey@samsung.com>

On 10.09.2014 07:56, Pankaj Dubey wrote:
> From: Chander Kashyap <k.chander@samsung.com>
>
> The parent name added in parent list as
> mout_phyclk_mipi_dphy_4l_m_txbyte_clkhs_p, is different
> than the defined parent due to typo.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> Signed-off-by: Chander Kashyap <k.chander@samsung.com>
> ---
>   drivers/clk/samsung/clk-exynos5260.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

>
> diff --git a/drivers/clk/samsung/clk-exynos5260.c b/drivers/clk/samsung/clk-exynos5260.c
> index 64596ba..4db4e8d 100644
> --- a/drivers/clk/samsung/clk-exynos5260.c
> +++ b/drivers/clk/samsung/clk-exynos5260.c
> @@ -1579,7 +1579,7 @@ struct samsung_fixed_rate_clock fixed_rate_clks[] __initdata = {
>   	FRATE(PHYCLK_HDMI_LINK_O_TMDS_CLKHI, "phyclk_hdmi_link_o_tmds_clkhi",
>   			NULL, CLK_IS_ROOT, 125000000),
>   	FRATE(PHYCLK_MIPI_DPHY_4L_M_TXBYTECLKHS,
> -			"phyclk_mipi_dphy_4l_m_txbyteclkhs" , NULL,
> +			"phyclk_mipi_dphy_4l_m_txbyte_clkhs" , NULL,
>   			CLK_IS_ROOT, 187500000),
>   	FRATE(PHYCLK_DPTX_PHY_O_REF_CLK_24M, "phyclk_dptx_phy_o_ref_clk_24m",
>   			NULL, CLK_IS_ROOT, 24000000),
>

  reply	other threads:[~2014-09-10  7:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10  5:56 [PATCH] clk: samsung: exynos5260: fix typo in clock name Pankaj Dubey
2014-09-10  5:56 ` Pankaj Dubey
2014-09-10  7:58 ` Krzysztof Kozłowski [this message]
2014-09-10  7:58   ` Krzysztof Kozłowski
2014-09-11 22:59 ` Tomasz Figa
2014-09-11 22:59   ` Tomasz Figa
2014-09-12  3:53   ` Pankaj Dubey
2014-09-12  3:53     ` Pankaj Dubey
2014-09-12  9:27   ` Pankaj Dubey
2014-09-12  9:27     ` Pankaj Dubey
2014-09-22  4:55   ` Pankaj Dubey
2014-09-22  4:55     ` Pankaj Dubey
2014-09-22  8:38     ` Tomasz Figa
2014-09-22  8:38       ` Tomasz Figa

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=541004A5.50802@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=a.kesavan@samsung.com \
    --cc=k.chander@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=pankaj.dubey@samsung.com \
    --cc=s.nawrocki@samsung.com \
    --cc=tomasz.figa@gmail.com \
    /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.