Re: [PATCH v2 1/2] ARM: OMAP: hwmod: Add possibility to count hwmod resources based on type

2012-11-22 Thread Paul Walmsley
On Tue, 30 Oct 2012, Peter Ujfalusi wrote: Add flags parameter for omap_hwmod_count_resources() so users can tell which type of resources they are interested when counting them in hwmod database. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Here's this one, updated to apply after the

Re: [PATCH v2 1/2] ARM: OMAP: hwmod: Add possibility to count hwmod resources based on type

2012-11-02 Thread Péter Ujfalusi
Hi Benoit, On 10/31/2012 12:09 PM, Cousson, Benoit wrote: Hi Peter, That's great you've have done that fix. On 10/30/2012 12:24 PM, Peter Ujfalusi wrote: Add flags parameter for omap_hwmod_count_resources() so users can tell which type of resources they are interested when counting them

Re: [PATCH v2 1/2] ARM: OMAP: hwmod: Add possibility to count hwmod resources based on type

2012-11-02 Thread Cousson, Benoit
Salut Péter, On 11/2/2012 8:22 AM, Péter Ujfalusi wrote: Hi Benoit, On 10/31/2012 12:09 PM, Cousson, Benoit wrote: Hi Peter, That's great you've have done that fix. On 10/30/2012 12:24 PM, Peter Ujfalusi wrote: Add flags parameter for omap_hwmod_count_resources() so users can tell which

Re: [PATCH v2 1/2] ARM: OMAP: hwmod: Add possibility to count hwmod resources based on type

2012-10-31 Thread Cousson, Benoit
Hi Peter, That's great you've have done that fix. On 10/30/2012 12:24 PM, Peter Ujfalusi wrote: Add flags parameter for omap_hwmod_count_resources() so users can tell which type of resources they are interested when counting them in hwmod database. Mmm, does it worth doing that for every

[PATCH v2 1/2] ARM: OMAP: hwmod: Add possibility to count hwmod resources based on type

2012-10-30 Thread Peter Ujfalusi
Add flags parameter for omap_hwmod_count_resources() so users can tell which type of resources they are interested when counting them in hwmod database. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c | 27 ---