All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: Rahul Sharma <rahul.sharma@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, mturquette@linaro.org,
	kgene.kim@samsung.com, inki.dae@samsung.com,
	s.nawrocki@samsung.com, thomas.abraham@linaro.org,
	tomasz.figa@gmail.com, joshi@samsung.com, r.sh.open@gmail.com
Subject: Re: [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem
Date: Thu, 29 Aug 2013 14:30:41 +0200	[thread overview]
Message-ID: <1873021.WMcNDqLpjt@amdc1227> (raw)
In-Reply-To: <1377754629-31465-1-git-send-email-rahul.sharma@samsung.com>

Hi Rahul,

On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote:
> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> include addition of new clocks like mout_hdmi and smmu_tv, associating
> ID to clk_hdmiphy and some essential corrections.
> 
> V4:
> 1) Optimised gaps between Gate, Muxes and Dividers.
> 
> V3:
> 1) Assign new ID to divider clock keeping sclk_pixel gate same.
> 
> V2:
> 1) Rebase to Mike's Tree.
> 2) Change smmu_tv to smmu_mixer.
> 
> This set is based on Mike's clk-next branch at
> https://git.linaro.org/gitweb?p=people/mturquette/linux.git
> 
> Rahul Sharma (5):
>   clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>   clk/exynos5420: add gate clock for mixer sysmmu
>   clk/exynos5420: fix the order of parents of hdmi mux
>   clk/exynos5420: add hdmi mux to change parents in hdmi driver
>   clk/exynos5420: assign dout_pixel id to pixel clock divider
> 
>  .../devicetree/bindings/clock/exynos5420-clock.txt  |   12 ++++++++++++
>  drivers/clk/samsung/clk-exynos5420.c                |   19
> +++++++++++++------ 2 files changed, 25 insertions(+), 6 deletions(-)

For the whole series:

Acked-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem
Date: Thu, 29 Aug 2013 14:30:41 +0200	[thread overview]
Message-ID: <1873021.WMcNDqLpjt@amdc1227> (raw)
In-Reply-To: <1377754629-31465-1-git-send-email-rahul.sharma@samsung.com>

Hi Rahul,

On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote:
> Add clock changes for hdmi subsystem for exynos5250 SoC. These
> include addition of new clocks like mout_hdmi and smmu_tv, associating
> ID to clk_hdmiphy and some essential corrections.
> 
> V4:
> 1) Optimised gaps between Gate, Muxes and Dividers.
> 
> V3:
> 1) Assign new ID to divider clock keeping sclk_pixel gate same.
> 
> V2:
> 1) Rebase to Mike's Tree.
> 2) Change smmu_tv to smmu_mixer.
> 
> This set is based on Mike's clk-next branch at
> https://git.linaro.org/gitweb?p=people/mturquette/linux.git
> 
> Rahul Sharma (5):
>   clk/exynos5420: add sclk_hdmiphy to the list of special clocks
>   clk/exynos5420: add gate clock for mixer sysmmu
>   clk/exynos5420: fix the order of parents of hdmi mux
>   clk/exynos5420: add hdmi mux to change parents in hdmi driver
>   clk/exynos5420: assign dout_pixel id to pixel clock divider
> 
>  .../devicetree/bindings/clock/exynos5420-clock.txt  |   12 ++++++++++++
>  drivers/clk/samsung/clk-exynos5420.c                |   19
> +++++++++++++------ 2 files changed, 25 insertions(+), 6 deletions(-)

For the whole series:

Acked-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

  parent reply	other threads:[~2013-08-29 12:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-29  5:37 [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem Rahul Sharma
2013-08-29  5:37 ` Rahul Sharma
2013-08-29  5:37 ` [PATCH v4 1/5] clk/exynos5420: add sclk_hdmiphy to the list of special clocks Rahul Sharma
2013-08-29  5:37   ` Rahul Sharma
2013-08-29  5:37 ` [PATCH v4 2/5] clk/exynos5420: add gate clock for mixer sysmmu Rahul Sharma
2013-08-29  5:37   ` Rahul Sharma
2013-08-29  5:37 ` [PATCH v4 3/5] clk/exynos5420: fix the order of parents of hdmi mux Rahul Sharma
2013-08-29  5:37   ` Rahul Sharma
2013-08-29  5:37 ` [PATCH v4 4/5] clk/exynos5420: add hdmi mux to change parents in hdmi driver Rahul Sharma
2013-08-29  5:37   ` Rahul Sharma
2013-08-29  5:37 ` [PATCH v4 5/5] clk/exynos5420: assign dout_pixel id to pixel clock divider Rahul Sharma
2013-08-29  5:37   ` Rahul Sharma
2013-08-29 12:30 ` Tomasz Figa [this message]
2013-08-29 12:30   ` [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem Tomasz Figa
2013-08-29 13:36   ` Rahul Sharma
2013-08-29 13:36     ` Rahul Sharma
2013-08-30  1:04     ` Mike Turquette
2013-08-30  1:04       ` 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=1873021.WMcNDqLpjt@amdc1227 \
    --to=t.figa@samsung.com \
    --cc=inki.dae@samsung.com \
    --cc=joshi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=r.sh.open@gmail.com \
    --cc=rahul.sharma@samsung.com \
    --cc=s.nawrocki@samsung.com \
    --cc=thomas.abraham@linaro.org \
    --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.