Re: [PATCH v2 1/6] OMAP: omap_device: Add omap_hwmod_name_get_dev

2011-09-26 Thread Kevin Hilman
Benoit Cousson b-cous...@ti.com writes: From: Nishanth Menon n...@ti.com An API which translates a standard hwmod name to corresponding platform_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.

[PATCH v2 1/6] OMAP: omap_device: Add omap_hwmod_name_get_dev

2011-09-02 Thread Benoit Cousson
From: Nishanth Menon n...@ti.com An API which translates a standard hwmod name to corresponding platform_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