All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ARM: OMAP4+: Clk registration update
@ 2012-10-18 16:38 ` Grygorii Strashko
  0 siblings, 0 replies; 12+ messages in thread
From: Grygorii Strashko @ 2012-10-18 16:38 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Mike Turquette, Kevin Hilman, Tony Lindgren, linux-omap,
	linux-arm-kernel, Grygorii Strashko

Currently we use CK_446X etc to differentiate which clk needs to be registered on which SoC.
The following patch series removes that requirement, instead SoC and SoC variants are
detected on the fly and only the required clocks are registered in the system.
This will help to remove the CK_XYZ macros from the system.

Please comment if this is an acceptable approach - at a first glance,
it seems to pave way to be capable of being replaced potentially by DT data as well.

Grygorii Strashko (2):
  ARM: OMAP2+: clock: Add omap2_clks_register API
  ARM: OMAP4: clock: use omap4_clks_register API

 arch/arm/mach-omap2/clock.c          |   36 ++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/clock.h          |    3 +++
 arch/arm/mach-omap2/clock44xx_data.c |   40 ++++++++++++++++++----------------
 3 files changed, 60 insertions(+), 19 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-22 21:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-18 16:38 [RFC PATCH 0/2] ARM: OMAP4+: Clk registration update Grygorii Strashko
2012-10-18 16:38 ` Grygorii Strashko
2012-10-18 16:38 ` [RFC PATCH 1/2] ARM: OMAP2+: clock: Add omap2_clks_register API Grygorii Strashko
2012-10-18 16:38   ` Grygorii Strashko
2012-10-18 16:38 ` [RFC PATCH 2/2] ARM: OMAP4: clock: use omap4_clks_register API Grygorii Strashko
2012-10-18 16:38   ` Grygorii Strashko
2012-10-18 17:53   ` Mike Turquette
2012-10-18 17:53     ` Mike Turquette
2012-10-19 10:34     ` Strashko, Grygorii
2012-10-19 10:34       ` Strashko, Grygorii
2012-10-22 21:17       ` Mike Turquette
2012-10-22 21:17         ` Mike Turquette

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.