From: Mike Turquette <mturquette@linaro.org>
To: Tero Kristo <t-kristo@ti.com>,
linux-omap@vger.kernel.org, paul@pwsan.com, tony@atomide.com
Cc: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17
Date: Sun, 13 Jul 2014 06:53:31 -0700 [thread overview]
Message-ID: <20140713135331.9850.5226@quantum> (raw)
In-Reply-To: <1404290867-6768-1-git-send-email-t-kristo@ti.com>
Quoting Tero Kristo (2014-07-02 01:47:34)
> Hi,
>
> This sets cleans up some of the omap specific clock drivers still residing
> under arch/arm/mach-omap2. This set is done in preparation to migrate
> these drivers eventually under drivers/clk/ti, where we don't have access
> to certain board specific functionality. The basic idea of this set is to
> introduce clk_features struct which contains any SoC specific data / flags
> within it, and this is used runtime instead of the current cpu_is_? checks.
Reviewed-by: Mike Turquette <mturquette@linaro.org>
>
> There are also a couple of bug fixes introduced in this set:
> - Patch #1 : fix potential overflow in _dpll_test_fint
> - Patch #8 : embeds a fix for checking omap5/dra7 for the bypass modes also
>
> Set tested on following boards:
>
> - omap2430-sdp : boot
> - omap3-beagle : boot / suspend
> - omap4-panda-es : boot / suspend
> - omap5-uevm : boot
> - dra7-evm : boot
>
> Branch also available:
>
> tree: https://github.com/t-kristo/linux-pm.git
> branch: for-v3.17/omap2-clk-cleanup
>
> -Tero
>
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17
Date: Sun, 13 Jul 2014 06:53:31 -0700 [thread overview]
Message-ID: <20140713135331.9850.5226@quantum> (raw)
In-Reply-To: <1404290867-6768-1-git-send-email-t-kristo@ti.com>
Quoting Tero Kristo (2014-07-02 01:47:34)
> Hi,
>
> This sets cleans up some of the omap specific clock drivers still residing
> under arch/arm/mach-omap2. This set is done in preparation to migrate
> these drivers eventually under drivers/clk/ti, where we don't have access
> to certain board specific functionality. The basic idea of this set is to
> introduce clk_features struct which contains any SoC specific data / flags
> within it, and this is used runtime instead of the current cpu_is_? checks.
Reviewed-by: Mike Turquette <mturquette@linaro.org>
>
> There are also a couple of bug fixes introduced in this set:
> - Patch #1 : fix potential overflow in _dpll_test_fint
> - Patch #8 : embeds a fix for checking omap5/dra7 for the bypass modes also
>
> Set tested on following boards:
>
> - omap2430-sdp : boot
> - omap3-beagle : boot / suspend
> - omap4-panda-es : boot / suspend
> - omap5-uevm : boot
> - dra7-evm : boot
>
> Branch also available:
>
> tree: https://github.com/t-kristo/linux-pm.git
> branch: for-v3.17/omap2-clk-cleanup
>
> -Tero
>
next prev parent reply other threads:[~2014-07-13 13:53 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 8:47 [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17 Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 01/13] ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-06 21:58 ` Paul Walmsley
2014-07-06 21:58 ` Paul Walmsley
2014-07-02 8:47 ` [PATCH 02/13] ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 03/13] ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 04/13] ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h includes Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 05/13] ARM: OMAP2+: clock: introduce ti_clk_features flags Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 06/13] ARM: OMAP2+: clock: add fint values to the ti_clk_features struct Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 07/13] ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in bypass Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 08/13] ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 09/13] ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 10/13] ARM: OMAP2+: clock/interface: add a clk_features definition for idlest value Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 11/13] ARM: OMAP2+: clock/dpll: remove unused header includes from clkt_dpll.c Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 12/13] ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-02 8:47 ` [PATCH 13/13] ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file Tero Kristo
2014-07-02 8:47 ` Tero Kristo
2014-07-13 13:53 ` Mike Turquette [this message]
2014-07-13 13:53 ` [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17 Mike Turquette
2014-07-15 20:11 ` Paul Walmsley
2014-07-15 20:11 ` Paul Walmsley
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=20140713135331.9850.5226@quantum \
--to=mturquette@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=t-kristo@ti.com \
--cc=tony@atomide.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.