RE: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-17 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 16, 2010 8:52 PM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 04/13] OMAP: Introduce API

RE: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, August 28, 2010 6:23 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 04/13] OMAP: Introduce API to

RE: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 02, 2010 6:04 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 04/13] OMAP: Introduce API

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: [...] +struct device **opp_init_voltage_params(struct voltagedomain *voltdm, + int *dev_count) +{ + struct device_opp *dev_opp; + struct device **dev_list; + int count = 0, i = 0; + + list_for_each_entry(dev_opp,

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 02, 2010 6:04 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re:

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-01 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch adds an API in the opp layer that can be used by the voltage layer to get a list of all the scalable devices belonging to a particular voltage domain. This API is to be typically called only once by the voltage layer per voltage domain instance

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-08-27 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch adds an API in the opp layer that can be used by the voltage layer to get a list of all the scalable devices belonging to a particular voltage domain. This API is to be typically called only once by the voltage layer per voltage domain instance

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-08-27 Thread Kevin Hilman
On Fri, 2010-08-27 at 17:52 -0700, Kevin Hilman wrote: Thara Gopinath th...@ti.com writes: This patch adds an API in the opp layer that can be used by the voltage layer to get a list of all the scalable devices belonging to a particular voltage domain. This API is to be typically called

[PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-08-18 Thread Thara Gopinath
This patch adds an API in the opp layer that can be used by the voltage layer to get a list of all the scalable devices belonging to a particular voltage domain. This API is to be typically called only once by the voltage layer per voltage domain instance and the device list should be stored. This