Re: [PATCH 1/7] OMAP: PM: omap_device: add omap_hwmod_name_get_odev

2011-09-26 Thread Kevin Hilman
On 08/22/2011 08:19 AM, Benoit Cousson wrote: From: Nishanth Menonn...@ti.com An API which translates a standard hwmod name to corresponding omap_device is useful for drivers when they need to look up the device associated with a hwmod name to map back into the device structure pointers. These

Re: [PATCH 1/7] OMAP: PM: omap_device: add omap_hwmod_name_get_odev

2011-09-01 Thread Cousson, Benoit
On 9/1/2011 12:20 AM, Hilman, Kevin wrote: Benoit Coussonb-cous...@ti.com writes: From: Nishanth Menonn...@ti.com An API which translates a standard hwmod name to corresponding omap_device is useful for drivers when they need to look up the device associated with a hwmod name to map back

Re: [PATCH 1/7] OMAP: PM: omap_device: add omap_hwmod_name_get_odev

2011-09-01 Thread Menon, Nishanth
On Thu, Sep 1, 2011 at 06:48, Cousson, Benoit b-cous...@ti.com wrote: Nishanth, Do you have any objection to replace that API with omap_hwmod_name_get_pdev? None. Regards, Nishanth Menon -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

[PATCH 1/7] OMAP: PM: omap_device: add omap_hwmod_name_get_odev

2011-08-22 Thread Benoit Cousson
From: Nishanth Menon n...@ti.com An API which translates a standard hwmod name to corresponding omap_device is useful for drivers when they need to look up the device associated with a hwmod name to map back into the device structure pointers. These ideally should be used by drivers in mach