public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH C 00/13] OMAP clock, C of F: DPLL updates
@ 2009-01-28 19:08 Paul Walmsley
  2009-01-28 19:08 ` [PATCH C 01/13] OMAP3 clock: fix DPLL jitter correction and rate programming Paul Walmsley
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Paul Walmsley @ 2009-01-28 19:08 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: linux-omap

This series is the third of six to bring the mainline kernel OMAP
clock code up-to-date with the linux-omap tree.

Major changes in this series:

- Fix DPLL jitter compensation (FREQSEL).
- Calculate correct rates when DPLL is in bypass.
- Remove the virtual "bypass clocks."
- Optimize DPLL rate rounding algorithm.

Some patches have been "compressed" together, as requested by rmk -
original commit IDs are in the patch descriptions.

Compile-tested on OSK5912 (OMAP1), H4 and 2430SDP (OMAP2), and
BeagleBoard (OMAP3).  Boot-tested on 2430SDP and BeagleBoard.

Applies on top of series B, posted earlier.


- Paul

---

Paul Walmsley (12):
      OMAP3 clock: disable DPLL autoidle while waiting for DPLL to lock
      OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding
      OMAP3 clock: optimize DPLL rate rounding algorithm
      OMAP3 clock: remove unnecessary dpll_data dereferences
      OMAP3 clock: fix non-CORE DPLL rate assignment bugs
      OMAP3 clock: put DPLL into bypass if bypass rate = clk->rate, not hardware rate
      OMAP3 clock: recalculate DPLL subtree after bypass entry/exit
      OMAP3 clock: DPLLs should enter bypass if new rate is sys_ck
      OMAP3 clock: note the bypass source clock for DPLLs
      OMAP3 clock: convert dpll_data.idlest_bit to idlest_mask
      OMAP3 clock: DPLL{1,2}_FCLK clksel can divide by 4
      OMAP3 clock: fix DPLL jitter correction and rate programming

Tero Kristo (1):
      OMAP2/3 clock: fix DPLL rate calculation


 arch/arm/mach-omap2/clock.c             |  162 +++++++++++++++++++-----
 arch/arm/mach-omap2/clock.h             |   15 ++
 arch/arm/mach-omap2/clock24xx.c         |   43 ++++--
 arch/arm/mach-omap2/clock24xx.h         |    3 
 arch/arm/mach-omap2/clock34xx.c         |   95 +++++++++-----
 arch/arm/mach-omap2/clock34xx.h         |  213 +++++++------------------------
 arch/arm/mach-omap2/memory.c            |    2 
 arch/arm/plat-omap/include/mach/clock.h |   15 +-
 8 files changed, 296 insertions(+), 252 deletions(-)

   text    data     bss     dec     hex filename
3241711  163872  100912 3506495  35813f vmlinux.beagle.orig
3241515  163680  100912 3506107  357fbb vmlinux.beagle



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

end of thread, other threads:[~2009-02-09 11:19 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 19:08 [PATCH C 00/13] OMAP clock, C of F: DPLL updates Paul Walmsley
2009-01-28 19:08 ` [PATCH C 01/13] OMAP3 clock: fix DPLL jitter correction and rate programming Paul Walmsley
2009-01-28 19:08 ` [PATCH C 02/13] OMAP3 clock: DPLL{1,2}_FCLK clksel can divide by 4 Paul Walmsley
2009-01-28 19:08 ` [PATCH C 03/13] OMAP3 clock: convert dpll_data.idlest_bit to idlest_mask Paul Walmsley
2009-01-28 19:08 ` [PATCH C 04/13] OMAP3 clock: note the bypass source clock for DPLLs Paul Walmsley
2009-01-28 19:08 ` [PATCH C 05/13] OMAP2/3 clock: fix DPLL rate calculation Paul Walmsley
2009-01-29 10:27   ` Russell King
2009-01-28 19:08 ` [PATCH C 06/13] OMAP3 clock: DPLLs should enter bypass if new rate is sys_ck Paul Walmsley
2009-01-29 10:30   ` Russell King - ARM Linux
2009-01-29 12:39   ` Russell King - ARM Linux
2009-01-30  5:47     ` Paul Walmsley
2009-02-09 11:19       ` Russell King - ARM Linux
2009-01-28 19:08 ` [PATCH C 07/13] OMAP3 clock: recalculate DPLL subtree after bypass entry/exit Paul Walmsley
2009-01-29 10:33   ` Russell King - ARM Linux
2009-01-28 19:08 ` [PATCH C 08/13] OMAP3 clock: put DPLL into bypass if bypass rate = clk->rate, not hardware rate Paul Walmsley
2009-01-29 10:35   ` Russell King - ARM Linux
2009-01-28 19:08 ` [PATCH C 09/13] OMAP3 clock: fix non-CORE DPLL rate assignment bugs Paul Walmsley
2009-01-29 10:38   ` Russell King - ARM Linux
2009-01-28 19:08 ` [PATCH C 10/13] OMAP3 clock: remove unnecessary dpll_data dereferences Paul Walmsley
2009-01-28 19:08 ` [PATCH C 11/13] OMAP3 clock: optimize DPLL rate rounding algorithm Paul Walmsley
2009-01-28 19:08 ` [PATCH C 12/13] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding Paul Walmsley
2009-01-28 19:08 ` [PATCH C 13/13] OMAP3 clock: disable DPLL autoidle while waiting for DPLL to lock Paul Walmsley

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