Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] OMAP: clock: miscellaneous fixes and dead code removal for 2.6.39
@ 2011-02-17  4:17 Paul Walmsley
  2011-02-17  4:17 ` [PATCH 1/5] OMAP2xxx: clock: fix parents for L3-derived clocks Paul Walmsley
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Walmsley @ 2011-02-17  4:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series contains some OMAP clock patches for 2.6.39.  The patches
in this series fix some long-standing inaccuracies in the OMAP2xxx clock trees,
prepare for some clock framework locking changes, and remove some
DPLL rate rounding code that I don't think anyone is using.

Dynamic idle entry and exit has been tested on an OMAP3530 Beagleboard, and
the "before" and "after" clock trees have been verified on an N800.


- Paul

---

clk_b_2.6.39
   text	   data	    bss	    dec	    hex	filename
3697449	 229488	5390028	9316965	 8e2a65	vmlinux.n800.orig
3697325	 229584	5390028	9316937	 8e2a49	vmlinux.n800.patched

Paul Walmsley (5):
      OMAP2xxx: clock: fix parents for L3-derived clocks
      OMAP2xxx: clock: fix low-frequency oscillator clock rate
      OMAP2xxx: clock: fix interface clocks and clockdomains for modules in the WKUP domain
      OMAP: clock: bail out early if arch_clock functions not implemented
      OMAP2+: clock: remove the DPLL rate tolerance code


 arch/arm/mach-omap2/clkt_dpll.c         |   91 ++++++++-----------------------
 arch/arm/mach-omap2/clock.h             |    4 -
 arch/arm/mach-omap2/clock2420_data.c    |   38 ++++++++-----
 arch/arm/mach-omap2/clock2430_data.c    |   46 +++++++++-------
 arch/arm/mach-omap2/clock3xxx_data.c    |    6 --
 arch/arm/plat-omap/clock.c              |   66 +++++++++++++---------
 arch/arm/plat-omap/include/plat/clock.h |    7 --
 7 files changed, 112 insertions(+), 146 deletions(-)

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

end of thread, other threads:[~2011-02-17  4:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17  4:17 [PATCH 0/5] OMAP: clock: miscellaneous fixes and dead code removal for 2.6.39 Paul Walmsley
2011-02-17  4:17 ` [PATCH 1/5] OMAP2xxx: clock: fix parents for L3-derived clocks Paul Walmsley
2011-02-17  4:17 ` [PATCH 2/5] OMAP2xxx: clock: fix low-frequency oscillator clock rate Paul Walmsley
2011-02-17  4:17 ` [PATCH 3/5] OMAP2xxx: clock: fix interface clocks and clockdomains for modules in the WKUP domain Paul Walmsley
2011-02-17  4:17 ` [PATCH 4/5] OMAP: clock: bail out early if arch_clock functions not implemented Paul Walmsley
2011-02-17  4:17 ` [PATCH 5/5] OMAP2+: clock: remove the DPLL rate tolerance code Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox