From: Imre Deak <[email protected]> Clocks with the follow parent rate mode were not updating their children at propagate rate time. Signed-off-by: Imre Deak <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> --- arch/arm/plat-omap/clock.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c @@ -284,6 +284,8 @@ void followparent_recalc(struct clk *clk) return; clk->rate = clk->parent->rate; + if (unlikely(clk->flags & RATE_PROPAGATES)) + propagate_rate(clk); } /* Propagate rate to children */ -- 1.4.4.2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 16/18] ARM: OMAP: partial LED fixes
- From: Tony Lindgren <[email protected]>
- [PATCH 16/18] ARM: OMAP: partial LED fixes
- References:
- [PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2
- From: Tony Lindgren <[email protected]>
- [PATCH 1/18] ARM: OMAP: Add DMA IRQ sanity checks
- From: Tony Lindgren <[email protected]>
- [PATCH 2/18] ARM: OMAP: Add function to print clock usecounts
- From: Tony Lindgren <[email protected]>
- [PATCH 3/18] ARM: OMAP: FB: add controller platform data
- From: Tony Lindgren <[email protected]>
- [PATCH 4/18] ARM: OMAP: h4 must have blinky leds!!
- From: Tony Lindgren <[email protected]>
- [PATCH 5/18] ARM: OMAP: Sync headers with linux-omap
- From: Tony Lindgren <[email protected]>
- [PATCH 6/18] ARM: OMAP: Sync core code with linux-omap
- From: Tony Lindgren <[email protected]>
- [PATCH 7/18] ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
- From: Tony Lindgren <[email protected]>
- [PATCH 8/18] ARM: OMAP: Add mailbox support for IVA
- From: Tony Lindgren <[email protected]>
- [PATCH 9/18] ARM: OMAP: Fix gpmc header
- From: Tony Lindgren <[email protected]>
- [PATCH 10/18] ARM: OMAP: Fix warning in timer32k.c
- From: Tony Lindgren <[email protected]>
- [PATCH 11/18] ARM: OMAP: Update timer32k.c to compile
- From: Tony Lindgren <[email protected]>
- [PATCH 12/18] ARM: OMAP: Mostly cosmetic to sync up with linux-omap tree
- From: Tony Lindgren <[email protected]>
- [PATCH 13/18] ARM: OMAP: Sync framebuffer headers with N800 tree
- From: Tony Lindgren <[email protected]>
- [PATCH 14/18] ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)
- From: Tony Lindgren <[email protected]>
- [PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2
- Prev by Date: [PATCH 13/18] ARM: OMAP: Sync framebuffer headers with N800 tree
- Next by Date: Re: [PATCH 0/90] Post 2.6.21 OMAP update
- Previous by thread: [PATCH 14/18] ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)
- Next by thread: [PATCH 16/18] ARM: OMAP: partial LED fixes
- Index(es):