[PATCH 3/3] ARM: OMAP: omap_device: expose hwmod assert/deassert to omap devices
From: Omar Ramirez Luna <hidden>
Date: 2012-08-02 17:56:41
Also in:
linux-omap, lkml
From: Omar Ramirez Luna <hidden>
Date: 2012-08-02 17:56:41
Also in:
linux-omap, lkml
On 2 August 2012 02:43, Paul Walmsley [off-list ref] wrote:
quoted
This APIs are meant to be an interface to hwmod assert/deassert function, omap devices can call them through their platform data to control their reset lines, they are expected to know the name of the reset line they are trying to control. Signed-off-by: Omar Ramirez Luna <redacted>This one has been queued for 3.7 with a few changes. Some more detail was added to the function documentationrovement. Also the multiple assignments were removed per Documentation/CodingStyle chapter 1: "Don't put multiple assignments on a single line either." Please let me know if you have any comments.
Agree. Thanks, Omar