devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: Padmavathi Venna <padma.v@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org,
	alsa-devel@alsa-project.orgpadma.v@samsung.com,
	padma.kvr@gmail.com
Cc: sbkim73@samsung.com, broonie@kernel.org, kgene.kim@samsung.com
Subject: Re: [PATCH V6 6/6] clk: exynos5250: Add enum entries for divider clock of i2s1 and i2s2
Date: Wed, 12 Jun 2013 09:45:53 -0700	[thread overview]
Message-ID: <20130612164553.26381.41398@quantum> (raw)
In-Reply-To: <1371024463-303-7-git-send-email-padma.v@samsung.com>

Quoting Padmavathi Venna (2013-06-12 01:07:43)
> This patch adds enum entries for div_i2s1 and div_i2s2 which are
> required for i2s1 and i2s2 controllers.
> 
> Signed-off-by: Padmavathi Venna <padma.v@samsung.com>

Looks good.  Did you want me to take the clk patches or just gathering
Acks?

Regards,
Mike

> ---
>  drivers/clk/samsung/clk-exynos5250.c |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 5c97e75..7c68850 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -87,6 +87,7 @@ enum exynos5250_clks {
>         sclk_mmc0, sclk_mmc1, sclk_mmc2, sclk_mmc3, sclk_sata, sclk_usb3,
>         sclk_jpeg, sclk_uart0, sclk_uart1, sclk_uart2, sclk_uart3, sclk_pwm,
>         sclk_audio1, sclk_audio2, sclk_spdif, sclk_spi0, sclk_spi1, sclk_spi2,
> +       div_i2s1, div_i2s2,
>  
>         /* gate clocks */
>         gscl0 = 256, gscl1, gscl2, gscl3, gscl_wa, gscl_wb, smmu_gscl0,
> @@ -291,8 +292,8 @@ struct samsung_div_clock exynos5250_div_clks[] __initdata = {
>         DIV(none, "div_pcm1", "sclk_audio1", DIV_PERIC4, 4, 8),
>         DIV(none, "div_audio2", "mout_audio2", DIV_PERIC4, 16, 4),
>         DIV(none, "div_pcm2", "sclk_audio2", DIV_PERIC4, 20, 8),
> -       DIV(none, "div_i2s1", "sclk_audio1", DIV_PERIC5, 0, 6),
> -       DIV(none, "div_i2s2", "sclk_audio2", DIV_PERIC5, 8, 6),
> +       DIV(div_i2s1, "div_i2s1", "sclk_audio1", DIV_PERIC5, 0, 6),
> +       DIV(div_i2s2, "div_i2s2", "sclk_audio2", DIV_PERIC5, 8, 6),
>         DIV(sclk_pixel, "div_hdmi_pixel", "sclk_vpll", DIV_DISP1_0, 28, 4),
>         DIV_A(none, "armclk", "div_arm", DIV_CPU0, 28, 3, "armclk"),
>         DIV_F(none, "div_mipi1_pre", "div_mipi1",
> -- 
> 1.7.4.4

  reply	other threads:[~2013-06-12 16:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-12  8:07 [PATCH V6 0/6] clk: Samsung: audss: Register audio subsytem clocks using common clk framework Padmavathi Venna
2013-06-12  8:07 ` [PATCH V6 1/6] ARM: samsung: use #include for all device trees Padmavathi Venna
2013-06-12  8:07 ` [PATCH V6 2/6] clk: samsung: register audio subsystem clocks using common clock framework Padmavathi Venna
2013-06-12  8:07 ` [PATCH V6 3/6] ARM: dts: add Exynos audio subsystem clock controller node Padmavathi Venna
2013-06-12  8:07 ` [PATCH V6 4/6] ARM: dts: add clock provider information for i2s controllers in Exynos5250 Padmavathi Venna
2013-06-12  8:07 ` [PATCH V6 5/6] ARM: dts: Update Samsung I2S documentation Padmavathi Venna
2013-06-12  8:07 ` [PATCH V6 6/6] clk: exynos5250: Add enum entries for divider clock of i2s1 and i2s2 Padmavathi Venna
2013-06-12 16:45   ` Mike Turquette [this message]
2013-06-13  3:02     ` Padma Venkat
2013-06-17  4:59       ` Padma Venkat
2013-06-17 10:15         ` Kukjin Kim
2013-06-21  6:54           ` Mike Turquette

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=20130612164553.26381.41398@quantum \
    --to=mturquette@linaro.org \
    --cc=alsa-devel@alsa-project.orgpadma.v \
    --cc=broonie@kernel.org \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=padma.v@samsung.com \
    --cc=sbkim73@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).