Re: [PATCH 02/16] OMAP3: PM: Create list to keep track of various smartreflex instances.

2010-03-02 Thread Kevin Hilman
Mike Turquette mturque...@ti.com writes: Gopinath, Thara wrote: This patch removes the pointer sr1, sr2 in smartreflex.c and instead creatse a list for keeping track of multiple smartreflex instances.. This makes it scalable for next gen OMAPs where there are more than two smartreflex

Re: [PATCH 02/16] OMAP3: PM: Create list to keep track of various smartreflex instances.

2010-03-02 Thread Kevin Hilman
ambresh a0393...@ti.com writes: Gopinath, Thara wrote: This patch removes the pointer sr1, sr2 in smartreflex.c and instead creatse a list for keeping track of multiple smartreflex instances.. This makes it scalable for next gen OMAPs where there are more than two smartreflex modules.

Re: [PATCH 02/16] OMAP3: PM: Create list to keep track of various smartreflex instances.

2010-02-26 Thread Mike Turquette
Gopinath, Thara wrote: This patch removes the pointer sr1, sr2 in smartreflex.c and instead creatse a list for keeping track of multiple smartreflex instances.. This makes it scalable for next gen OMAPs where there are more than two smartreflex modules. Signed-off-by: Thara Gopinath

[PATCH 02/16] OMAP3: PM: Create list to keep track of various smartreflex instances.

2010-02-24 Thread Thara Gopinath
This patch removes the pointer sr1, sr2 in smartreflex.c and instead creatse a list for keeping track of multiple smartreflex instances.. This makes it scalable for next gen OMAPs where there are more than two smartreflex modules. Signed-off-by: Thara Gopinath th...@ti.com ---

Re: [PATCH 02/16] OMAP3: PM: Create list to keep track of various smartreflex instances.

2010-02-24 Thread ambresh
Gopinath, Thara wrote: This patch removes the pointer sr1, sr2 in smartreflex.c and instead creatse a list for keeping track of multiple smartreflex instances.. This makes it scalable for next gen OMAPs where there are more than two smartreflex modules. Signed-off-by: Thara Gopinath