]> git.baikalelectronics.ru Git - kernel.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)
commite0d2da9db90f97623a6b02132fbd8f8b2b4fa6dd
tree2266e8185ed35a7f76de97f35f704db5e3561c5d
parent4031041da7e78d7ed19d273e804b1326a8c7525d
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