RE: [PATCH v2 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-02-10 Thread Rajendra Nayak
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Friday, February 11, 2011 7:40 AM > To: Rajendra Nayak > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; khil...@ti.com; b-cous...@ti.com > Subject: Re: [PATCH v2 2/5] OMAP:

Re: [PATCH v2 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-02-10 Thread Paul Walmsley
One other minor change; also modified the wkdep_src/sleepdep_src clkdm resolve loops in clkdm_init() to avoid re-resolving clockdomains that have already been looked up. Updated patch follows. - Paul >From 22e63ae70ee061de0171c99ee336957b5e9a11ea Mon Sep 17 00:00:00 2001 From: Rajendra Naya

Re: [PATCH v2 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-02-10 Thread Paul Walmsley
Hi Kevin caught a couple of bugs in this code during his testing that were unmasked by "[PATCH] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear": http://www.spinics.net/lists/arm-kernel/msg112417.html Symptoms here: http://www.spinics.net/lists/arm-kernel/msg113991.html O

[PATCH v2 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-01-25 Thread Rajendra Nayak
Define the following architecture specific funtions for omap2/3 .clkdm_add_wkdep .clkdm_del_wkdep .clkdm_read_wkdep .clkdm_clear_all_wkdeps .clkdm_add_sleepdep .clkdm_del_sleepdep .clkdm_read_sleepdep .clkdm_clear_all_sleepdeps Convert the platform-independent framework to call these functions. Wi

[PATCH v2 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-01-18 Thread Rajendra Nayak
Define the following architecture specific funtions for omap2/3 .clkdm_add_wkdep .clkdm_del_wkdep .clkdm_read_wkdep .clkdm_clear_all_wkdeps .clkdm_add_sleepdep .clkdm_del_sleepdep .clkdm_read_sleepdep .clkdm_clear_all_sleepdeps Convert the platform-independent framework to call these functions. Wi