Re: Query: EHCI clock management approach

2009-10-08 Thread Kevin Hilman
Gadiyar, Anand gadi...@ti.com writes: I'd like to post a patch in a couple of days to refactor the EHCI clock management code. This would be useful to do aggressive clock management in the idle path. A current implementation I have is to simply factor out the clock_enable/disable calls out.

Query: EHCI clock management approach

2009-10-07 Thread Gadiyar, Anand
Hi all, I'd like to post a patch in a couple of days to refactor the EHCI clock management code. This would be useful to do aggressive clock management in the idle path. A current implementation I have is to simply factor out the clock_enable/disable calls out. Does it make sense to move this