OMAP: hwmod: Handle opt clocks node using clk_add_alias
authorPartha Basak <p-basak2@ti.com>
Tue, 21 Sep 2010 17:23:04 +0000 (19:23 +0200)
committerPaul Walmsley <paul@pwsan.com>
Wed, 22 Sep 2010 15:19:54 +0000 (09:19 -0600)
commit4ef7aca895b2d06c07ff9d5f378af84bbf757e43
tree1d2b64960a1c93649b7a8f82cc99b4a08b0c7772
parent9980ce53c97392a3dbdc9d1ac3e455d79b4167ed
OMAP: hwmod: Handle opt clocks node using clk_add_alias

For every optional clock present per hwmod per omap-device, this function
adds an entry in the clocks list of the form <dev-id=dev_name, con-id=role>,
if an entry is already present in the list of the form <dev-id=NULL, con-id=role>.

The function is called from within the framework inside omap_device_build_ss(),
after omap_device_register.

This allows drivers to get a pointer to its optional clocks based on its role
by calling clk_get(<dev*>, <role>).

Link to discussions related to this patch:
http://www.spinics.net/lists/linux-omap/msg34809.html

Signed-off-by: Charulatha V <charu@ti.com>
Signed-off-by: Partha Basak <p-basak2@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
[paul@pwsan.com: simplified loop iterator; removed the superfluous clk_get(),
 using the clk_get() in clk_add_alias() instead]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/plat-omap/omap_device.c
This page took 0.026795 seconds and 5 git commands to generate.