Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-20 Thread Eduardo Valentin
Alexander, On Wed, Nov 19, 2014 at 05:06:24PM +0900, Alexandre Courbot wrote: > On Tue, Nov 18, 2014 at 11:39 PM, Eduardo Valentin > wrote: > > Different drivers request API extensions in of-thermal. For this reason, > > additional callbacks are required to fit the new drivers needs. > > > >

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-20 Thread Eduardo Valentin
Mikko, On Wed, Nov 19, 2014 at 05:43:20PM +0200, Mikko Perttunen wrote: > On 11/19/2014 05:41 PM, Mikko Perttunen wrote: > > On 11/18/2014 04:39 PM, Eduardo Valentin wrote: > >> Different drivers request API extensions in of-thermal. For this reason, > >> additional callbacks are required to fit

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-20 Thread Eduardo Valentin
Mikko, On Wed, Nov 19, 2014 at 05:43:20PM +0200, Mikko Perttunen wrote: On 11/19/2014 05:41 PM, Mikko Perttunen wrote: On 11/18/2014 04:39 PM, Eduardo Valentin wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-20 Thread Eduardo Valentin
Alexander, On Wed, Nov 19, 2014 at 05:06:24PM +0900, Alexandre Courbot wrote: On Tue, Nov 18, 2014 at 11:39 PM, Eduardo Valentin edubez...@gmail.com wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Mikko Perttunen
On 11/19/2014 05:41 PM, Mikko Perttunen wrote: On 11/18/2014 04:39 PM, Eduardo Valentin wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Mikko Perttunen
On 11/18/2014 04:39 PM, Eduardo Valentin wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor driver to provide a get_temp and get_trend

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Eduardo Valentin
Hey Lukasz, On Wed, Nov 19, 2014 at 09:21:39AM +0100, Lukasz Majewski wrote: > Hi Eduardo, > > > } > > On which branch should I apply this patch? > This is based in my -linus branch. That means I will send this for the next major window, not rc. The branch -fixes of thermal-soc include

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Lukasz Majewski
Hi Eduardo, > Different drivers request API extensions in of-thermal. For this > reason, additional callbacks are required to fit the new drivers > needs. > > The current API implementation expects the registering sensor driver > to provide a get_temp and get_trend callbacks as function

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Alexandre Courbot
On Tue, Nov 18, 2014 at 11:39 PM, Eduardo Valentin wrote: > Different drivers request API extensions in of-thermal. For this reason, > additional callbacks are required to fit the new drivers needs. > > The current API implementation expects the registering sensor driver > to provide a get_temp

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Alexandre Courbot
On Tue, Nov 18, 2014 at 11:39 PM, Eduardo Valentin edubez...@gmail.com wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor driver to

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Lukasz Majewski
Hi Eduardo, Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor driver to provide a get_temp and get_trend callbacks as function parameters.

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Eduardo Valentin
Hey Lukasz, On Wed, Nov 19, 2014 at 09:21:39AM +0100, Lukasz Majewski wrote: Hi Eduardo, big cut } On which branch should I apply this patch? This is based in my -linus branch. That means I will send this for the next major window, not rc. The branch -fixes of thermal-soc include

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Mikko Perttunen
On 11/18/2014 04:39 PM, Eduardo Valentin wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor driver to provide a get_temp and get_trend

Re: [PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-19 Thread Mikko Perttunen
On 11/19/2014 05:41 PM, Mikko Perttunen wrote: On 11/18/2014 04:39 PM, Eduardo Valentin wrote: Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor

[PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-18 Thread Eduardo Valentin
Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor driver to provide a get_temp and get_trend callbacks as function parameters. As the amount of

[PATCHv4 1/1] thermal: of: improve of-thermal sensor registration API

2014-11-18 Thread Eduardo Valentin
Different drivers request API extensions in of-thermal. For this reason, additional callbacks are required to fit the new drivers needs. The current API implementation expects the registering sensor driver to provide a get_temp and get_trend callbacks as function parameters. As the amount of