Re: [PATCH 6/9] ARM: OMAP2+: Fix external clock support for dmtimers

2012-05-22 Thread Jon Hunter
Hi Benoit, On 05/21/2012 11:58 AM, Cousson, Benoit wrote: Hi Jon, On 5/16/2012 1:35 AM, Jon Hunter wrote: From: Jon Hunterjon-hun...@ti.com Currently, the dmtimer determines whether an timer can support an external clock source (sys_altclk) for driving the timer by the IP version. Only

Re: [PATCH 6/9] ARM: OMAP2+: Fix external clock support for dmtimers

2012-05-22 Thread Cousson, Benoit
On 5/22/2012 5:04 PM, Jon Hunter wrote: ... In fact, if the alt clock is there the alt_clk alias will be there and thus you can use the clk_get(dev, alt_clk) to figure out if the clock is there or not. Ok, I can do this and did think about it, but then wondered why it had been done this way

Re: [PATCH 6/9] ARM: OMAP2+: Fix external clock support for dmtimers

2012-05-21 Thread Cousson, Benoit
Hi Jon, On 5/16/2012 1:35 AM, Jon Hunter wrote: From: Jon Hunterjon-hun...@ti.com Currently, the dmtimer determines whether an timer can support an external clock source (sys_altclk) for driving the timer by the IP version. Only OMAP24xx devices can support an external clock source, but the IP

[PATCH 6/9] ARM: OMAP2+: Fix external clock support for dmtimers

2012-05-15 Thread Jon Hunter
From: Jon Hunter jon-hun...@ti.com Currently, the dmtimer determines whether an timer can support an external clock source (sys_altclk) for driving the timer by the IP version. Only OMAP24xx devices can support an external clock source, but the IP version between OMAP24xx and OMAP3xxx is common