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

2010-09-20 Thread Kevin Hilman
ripathy, Vishwanath; >>>Sawant, Anand; Cousson, Benoit >>>Subject: Re: [PATCH 04/13] OMAP: Introduce API to return a device list >>>associated with a voltage >>>domain >>> >>>"Gopinath, Thara" writes: >>> >>>[..

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

2010-09-17 Thread Gopinath, Thara
it >>Subject: Re: [PATCH 04/13] OMAP: Introduce API to return a device list >>associated with a voltage >>domain >> >>"Gopinath, Thara" writes: >> >>[...] >> >>>>>> +struct device **opp_init_voltage_params(struct voltage

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

2010-09-16 Thread Kevin Hilman
ripathy, Vishwanath; >>>Sawant, Anand; Cousson, Benoit >>>Subject: Re: [PATCH 04/13] OMAP: Introduce API to return a device list >>>associated with a voltage >>>domain >>> >>>Thara Gopinath writes: >>> >>>> This patch add

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" 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_

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

2010-09-16 Thread Gopinath, Thara
it >>Subject: Re: [PATCH 04/13] OMAP: Introduce API to return a device list >>associated with a voltage >>domain >> >>Thara Gopinath writes: >> >>> This patch adds an API in the opp layer that >>> can be used by the voltage layer to get a list of

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

2010-09-16 Thread Gopinath, Thara
it >>Subject: Re: [PATCH 04/13] OMAP: Introduce API to return a device list >>associated with a voltage >>domain >> >>Thara Gopinath writes: >> >>> This patch adds an API in the opp layer that >>> can be used by the voltage layer to get a list of al

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 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 and the

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 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 on

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 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 and the

[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