All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Mike Turquette <mturquette@linaro.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Pawel Moll <pawel.moll@arm.com>,
	Rob Herring <rob.herring@calxeda.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Thomas Abraham <thomas.abraham@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Tushar Behera <tushar.behera@linaro.org>,
	Yadwinder Singh Brar <yadi.brar@samsung.com>,
	Doug Anderson <dianders@chromium.org>,
	Kumar Gala <galak@codeaurora.org>
Subject: Re: [PATCH v2 00/16] Exynos clock clean-up for 3.12
Date: Thu, 29 Aug 2013 14:43:30 +0200	[thread overview]
Message-ID: <521F41F2.4000406@samsung.com> (raw)
In-Reply-To: <1377536951-9307-1-git-send-email-t.figa@samsung.com>

Hi,

On 08/26/2013 07:08 PM, Tomasz Figa wrote:
> This series fixes various functional and non-functional (e.g. stylistic)
> issues in Common Clock Framework drivers for Samsung Exynos SoCs. See
> particular patches for more detailed descriptions.
> 
> Changes since v1:
> [http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg21665.html]
>  - Addressed comments from Yadwinder Singh Brar:
>    - added missing __initdata keywords,
>    - various typoes fixed,
>    - other minor stylistic improvements.
> 
> Tomasz Figa (16):
>   pwm: samsung: Update DT bindings documentation to cover clocks
>   ARM: dts: exynos4: Specify PWM clocks in PWM node
>   clocksource: samsung_pwm_timer: Get clock from device tree
>   clk: samsung: exynos4: Use separate aliases for cpufreq related clocks
>   clk: samsung: Modify _get_rate() helper to use __clk_lookup()
>   clk: samsung: exynos4: Remove unused static clkdev aliases
>   clk: samsung: exynos4: Remove checks for DT node
>   clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_plls
>   clk: samsung: pll: Use new registration method for PLL45xx
>   clk: samsung: pll: Add support for rate configuration of PLL45xx
>   clk: samsung: pll: Use new registration method for PLL46xx
>   clk: samsung: pll: Add support for rate configuration of PLL46xx
>   clk: samsung: exynos4: Reorder registration of mout_vpllsrc
>   clk: samsung: exynos4: Register PLL rate tables for Exynos4210
>   clk: samsung: exynos4: Register PLL rate tables for Exynos4x12
>   clk: samsung: exynos5250: Simplify registration of PLL rate tables

This series look good to me,

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

I have also tested it on top of the media tree (based on v3.11-rc2),
with some additional patches to enable the display and camera on
exynos4412 Trats 2 board and with most of patches from clk-next.
It seems this series doesn't cause any issues.

--
Regards,
Sylwester

WARNING: multiple messages have this Message-ID (diff)
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 00/16] Exynos clock clean-up for 3.12
Date: Thu, 29 Aug 2013 14:43:30 +0200	[thread overview]
Message-ID: <521F41F2.4000406@samsung.com> (raw)
In-Reply-To: <1377536951-9307-1-git-send-email-t.figa@samsung.com>

Hi,

On 08/26/2013 07:08 PM, Tomasz Figa wrote:
> This series fixes various functional and non-functional (e.g. stylistic)
> issues in Common Clock Framework drivers for Samsung Exynos SoCs. See
> particular patches for more detailed descriptions.
> 
> Changes since v1:
> [http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg21665.html]
>  - Addressed comments from Yadwinder Singh Brar:
>    - added missing __initdata keywords,
>    - various typoes fixed,
>    - other minor stylistic improvements.
> 
> Tomasz Figa (16):
>   pwm: samsung: Update DT bindings documentation to cover clocks
>   ARM: dts: exynos4: Specify PWM clocks in PWM node
>   clocksource: samsung_pwm_timer: Get clock from device tree
>   clk: samsung: exynos4: Use separate aliases for cpufreq related clocks
>   clk: samsung: Modify _get_rate() helper to use __clk_lookup()
>   clk: samsung: exynos4: Remove unused static clkdev aliases
>   clk: samsung: exynos4: Remove checks for DT node
>   clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_plls
>   clk: samsung: pll: Use new registration method for PLL45xx
>   clk: samsung: pll: Add support for rate configuration of PLL45xx
>   clk: samsung: pll: Use new registration method for PLL46xx
>   clk: samsung: pll: Add support for rate configuration of PLL46xx
>   clk: samsung: exynos4: Reorder registration of mout_vpllsrc
>   clk: samsung: exynos4: Register PLL rate tables for Exynos4210
>   clk: samsung: exynos4: Register PLL rate tables for Exynos4x12
>   clk: samsung: exynos5250: Simplify registration of PLL rate tables

This series look good to me,

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

I have also tested it on top of the media tree (based on v3.11-rc2),
with some additional patches to enable the display and camera on
exynos4412 Trats 2 board and with most of patches from clk-next.
It seems this series doesn't cause any issues.

--
Regards,
Sylwester

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

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26 17:08 [PATCH v2 00/16] Exynos clock clean-up for 3.12 Tomasz Figa
2013-08-26 17:08 ` Tomasz Figa
2013-08-26 17:08 ` [PATCH v2 01/16] pwm: samsung: Update DT bindings documentation to cover clocks Tomasz Figa
2013-08-26 17:08   ` Tomasz Figa
2013-08-26 17:08 ` [PATCH v2 02/16] ARM: dts: exynos4: Specify PWM clocks in PWM node Tomasz Figa
2013-08-26 17:08   ` Tomasz Figa
2013-08-26 17:08 ` [PATCH v2 03/16] clocksource: samsung_pwm_timer: Get clock from device tree Tomasz Figa
2013-08-26 17:08   ` Tomasz Figa
2013-08-26 17:08 ` [PATCH v2 04/16] clk: samsung: exynos4: Use separate aliases for cpufreq related clocks Tomasz Figa
2013-08-26 17:08   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 05/16] clk: samsung: Modify _get_rate() helper to use __clk_lookup() Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 06/16] clk: samsung: exynos4: Remove unused static clkdev aliases Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 07/16] clk: samsung: exynos4: Remove checks for DT node Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 08/16] clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_plls Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 09/16] clk: samsung: pll: Use new registration method for PLL45xx Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 10/16] clk: samsung: pll: Add support for rate configuration of PLL45xx Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 11/16] clk: samsung: pll: Use new registration method for PLL46xx Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 12/16] clk: samsung: pll: Add support for rate configuration of PLL46xx Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 13/16] clk: samsung: exynos4: Reorder registration of mout_vpllsrc Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 14/16] clk: samsung: exynos4: Register PLL rate tables for Exynos4210 Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 15/16] clk: samsung: exynos4: Register PLL rate tables for Exynos4x12 Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-26 17:09 ` [PATCH v2 16/16] clk: samsung: exynos5250: Simplify registration of PLL rate tables Tomasz Figa
2013-08-26 17:09   ` Tomasz Figa
2013-08-29 12:43 ` Sylwester Nawrocki [this message]
2013-08-29 12:43   ` [PATCH v2 00/16] Exynos clock clean-up for 3.12 Sylwester Nawrocki
2013-08-30 13:51 ` Tomasz Figa
2013-08-30 13:51   ` Tomasz Figa
2013-10-08  5:57   ` Mike Turquette
2013-10-08  5:57     ` Mike Turquette
2013-10-08  8:14     ` Tomasz Figa
2013-10-08  8:14       ` 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=521F41F2.4000406@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=galak@codeaurora.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@linaro.org \
    --cc=pawel.moll@arm.com \
    --cc=rob.herring@calxeda.com \
    --cc=swarren@wwwdotorg.org \
    --cc=t.figa@samsung.com \
    --cc=tglx@linutronix.de \
    --cc=thomas.abraham@linaro.org \
    --cc=tushar.behera@linaro.org \
    --cc=yadi.brar@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 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.