linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17
@ 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
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Tero Kristo @ 2014-07-02  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-07-15 20:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  8:47 [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17 Tero Kristo
2014-07-02  8:47 ` [PATCH 01/13] ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow Tero Kristo
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 ` [PATCH 03/13] ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks 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 ` [PATCH 05/13] ARM: OMAP2+: clock: introduce ti_clk_features flags 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 ` [PATCH 07/13] ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in bypass 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 ` [PATCH 09/13] ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features 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 ` [PATCH 11/13] ARM: OMAP2+: clock/dpll: remove unused header includes from clkt_dpll.c 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 ` [PATCH 13/13] ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file Tero Kristo
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

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).