Re: [PATCH 2/3] OMAP: PM: use omap_device API for suspend/resume

2010-06-24 Thread Paul Walmsley
Hi Kevin, aside from these comments: http://marc.info/?l=linux-omapm=127735008820992w=2 one other minor issue - On Wed, 23 Jun 2010, Kevin Hilman wrote: Hook into the platform bus methods for suspend and resume and use the omap_device API to automatically idle and enable the device on

Re: [PATCH 2/3] OMAP: PM: use omap_device API for suspend/resume

2010-06-24 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes: Hi Kevin, aside from these comments: http://marc.info/?l=linux-omapm=127735008820992w=2 one other minor issue - On Wed, 23 Jun 2010, Kevin Hilman wrote: Hook into the platform bus methods for suspend and resume and use the omap_device API to

[PATCH 2/3] OMAP: PM: use omap_device API for suspend/resume

2010-06-23 Thread Kevin Hilman
Hook into the platform bus methods for suspend and resume and use the omap_device API to automatically idle and enable the device on suspend and resume. This allows device drivers to get rid of direct management of their clocks in their suspend/resume paths, and let omap_device do it for them.