]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ARM: OMAP: omap_device: Create a default omap_device_pm_latency
authorBenoit Cousson <b-cousson@ti.com>
Tue, 9 Aug 2011 14:54:19 +0000 (16:54 +0200)
committerKevin Hilman <khilman@ti.com>
Tue, 4 Oct 2011 16:52:23 +0000 (09:52 -0700)
commitb7b5bc91d422ff51ff84dfd5949e9d2f17a550c8
tree2266e8185ed35a7f76de97f35f704db5e3561c5d
parent766e7afc38754e4bdcbf948fa523af8999a6296f
ARM: OMAP: omap_device: Create a default omap_device_pm_latency

Most devices are using the same default omap_device_pm_latency structure
during device built. In order to avoid the duplication of the same
structure everywhere, add a default structure that will be used if
the device does not have an explicit one.

Next patches will clean the duplicated structures.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/plat-omap/omap_device.c