ARM: OMAP: omap_device: add omap_device_reset to reset all the hwmods in the device
authorShubhrajyoti D <shubhrajyoti@ti.com>
Tue, 13 Dec 2011 10:55:55 +0000 (16:25 +0530)
committerPaul Walmsley <paul@pwsan.com>
Fri, 16 Dec 2011 09:40:50 +0000 (02:40 -0700)
Add a function omap_device_reset() to reset all the hwmods in the hwmod device.
This is intended to be used by device drivers to reset all the hwmods in the
device. This is needed to support some ips like i2c which  may have to do reset
in error paths or in errata.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found