Re: [PATCH 2/7] OMAP: PM: omap_device: add few quick access functions

2011-09-02 Thread Cousson, Benoit
On 9/1/2011 12:23 AM, Hilman, Kevin wrote: Benoit Coussonb-cous...@ti.com writes: From: Nishanth Menonn...@ti.com Provide a quick set of access functions: a) Convert omap_device to platform_device - This is the flip of to_omap_device for equivalent usage b) Convert omap_device to device

Re: [PATCH 2/7] OMAP: PM: omap_device: add few quick access functions

2011-09-01 Thread Cousson, Benoit
On 9/1/2011 12:23 AM, Hilman, Kevin wrote: Benoit Coussonb-cous...@ti.com writes: From: Nishanth Menonn...@ti.com Provide a quick set of access functions: a) Convert omap_device to platform_device - This is the flip of to_omap_device for equivalent usage b) Convert omap_device to device

Re: [PATCH 2/7] OMAP: PM: omap_device: add few quick access functions

2011-09-01 Thread Kevin Hilman
Cousson, Benoit b-cous...@ti.com writes: On 9/1/2011 12:23 AM, Hilman, Kevin wrote: Benoit Coussonb-cous...@ti.com writes: From: Nishanth Menonn...@ti.com Provide a quick set of access functions: a) Convert omap_device to platform_device - This is the flip of to_omap_device for

Re: [PATCH 2/7] OMAP: PM: omap_device: add few quick access functions

2011-08-31 Thread Kevin Hilman
Benoit Cousson b-cous...@ti.com writes: From: Nishanth Menon n...@ti.com Provide a quick set of access functions: a) Convert omap_device to platform_device - This is the flip of to_omap_device for equivalent usage b) Convert omap_device to device pointer - This is useful for most

[PATCH 2/7] OMAP: PM: omap_device: add few quick access functions

2011-08-22 Thread Benoit Cousson
From: Nishanth Menon n...@ti.com Provide a quick set of access functions: a) Convert omap_device to platform_device - This is the flip of to_omap_device for equivalent usage b) Convert omap_device to device pointer - This is useful for most devices that need to go through standard linux