Shane Volpe

Results 6 comments of Shane Volpe

I'm using your latest code and I still get: omap_timer omap_timer.10: omap2_dm_timer_set_src: clk_set_parent() to sys_ck FAILED Error: could not insert module pwm.ko: Operation not permitted My kernel version is as...

I removed the following lines of code and now it works. So for some reason the omap_dm_timer_set_source does not work. Although the PWM seems to work fine with out that...

Scott, Thanks for the quick response. I've traced it down to the following code inside of clk_set_parent(): if (clk->usecount == 0) { ret = arch_clock->clk_set_parent(clk, parent); if (ret == 0)...

Scott, I just fixed my problem and the problem of removing/adding back in the module. Not sure if this is clean or not (pretty sure it probably is not as...

CONFIG_OMAP_RESET_CLOCKS is set to no on mine. I will try to set it to yes as it does make sense that it could be the difference between our systems.