RE: [PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-14 Thread Rajendra Nayak
v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops Hi Rajendra On Thu, 10 Feb 2011, Rajendra Nayak wrote: diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index fc62fb5..6889c5a 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c

RE: [PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-14 Thread Paul Walmsley
On Mon, 14 Feb 2011, Rajendra Nayak wrote: A couple of issues on the clk_autoidle_a_2.6.39 branch: -1- There seems to be a missing fix which causes an abort at boot on omap4 http://marc.info/?l=linux-omapm=129768574027232w=2 This should be fixed now that this branch is rebased on your first

Re: [PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-12 Thread Paul Walmsley
Hi Rajendra On Thu, 10 Feb 2011, Rajendra Nayak wrote: diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index fc62fb5..6889c5a 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c @@ -335,6 +335,32 @@ struct clk *omap_clk_get_by_name(const char *name)

Re: [PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-12 Thread Paul Walmsley
On Sat, 12 Feb 2011, Paul Walmsley wrote: On Thu, 10 Feb 2011, Rajendra Nayak wrote: diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index fc62fb5..6889c5a 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c @@ -335,6 +335,32 @@ struct clk

[PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-10 Thread Rajendra Nayak
On OMAP various clock nodes (dpll's, mx post dividers, interface clocks) support hardware level autogating which can be controlled from software. Support such functionality by adding two new function pointer allow_idle and deny_idle in the clkops structure. These function pointers can be