OMAP2/3/4 core: create omap_device layer
authorPaul Walmsley <paul@pwsan.com>
Thu, 3 Sep 2009 17:14:05 +0000 (20:14 +0300)
committerpaul <paul@twilight.(none)>
Thu, 3 Sep 2009 17:14:05 +0000 (20:14 +0300)
commitb04b65ab5b4fc86af073424af6295be4e067adf3
tree085329ff5321e1749883afd9c5186590232b75cf
parent02bfc030e4417003b7a94393102c92e39b2dfa65
OMAP2/3/4 core: create omap_device layer

The omap_device code provides a mapping of omap_hwmod structures into
the platform_device system, and includes some details on external
(board-level) integration.  This allows drivers to enable, idle, and
shutdown on-chip device resources, including clocks, regulators, etc.
The resources enabled and idled are dependent on the device's maximum
wakeup latency constraint (if present).

At the moment, omap_device functions are intended to be called from
platform_data function pointers.  Ideally in the future these
functions will be called from either subarchitecture-specific
platform_data activate, deactivate functions, or via an custom
bus/device type for OMAP.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Vikram Pandita <vikram.pandita@ti.com>
Cc: Sakari Poussa <sakari.poussa@nokia.com>
Cc: Anand Sawant <sawant@ti.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Eric Thomas <ethomas@ti.com>
Cc: Richard Woodruff <r-woodruff2@ti.com>
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/include/mach/omap_device.h [new file with mode: 0644]
arch/arm/plat-omap/omap_device.c [new file with mode: 0644]
This page took 0.025446 seconds and 5 git commands to generate.