Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Viresh Kumar
On 13 August 2013 00:41, Hans-Christian Egtvedt wrote: > Around Mon 12 Aug 2013 13:09:25 +0530 or thereabout, Viresh Kumar wrote: >> On 12 August 2013 13:00, Hans-Christian Egtvedt wrote: >>> I'll add it on my todo-list and have a look at it in the evening (-: >> >> Thanks. >> >>> How hard can it

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Hans-Christian Egtvedt
Around Mon 12 Aug 2013 13:09:25 +0530 or thereabout, Viresh Kumar wrote: > On 12 August 2013 13:00, Hans-Christian Egtvedt wrote: >> I'll add it on my todo-list and have a look at it in the evening (-: > > Thanks. > >> How hard can it be™ > > Its not about being hard but about knowing your plat

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Viresh Kumar
On 12 August 2013 13:00, Hans-Christian Egtvedt wrote: > I'll add it on my todo-list and have a look at it in the evening (-: Thanks. > How hard can it be™ Its not about being hard but about knowing your platform well.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Hans-Christian Egtvedt
Around Mon 12 Aug 2013 12:43:37 +0530 or thereabout, Viresh Kumar wrote: > On 12 August 2013 12:40, Hans-Christian Egtvedt wrote: >> Ok, AVR32 driver should expose a frequency table then, which is quite simple. > > It would be really nice if you can provide that patch, that will make > my life si

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Viresh Kumar
On 12 August 2013 12:40, Hans-Christian Egtvedt wrote: > Ok, AVR32 driver should expose a frequency table then, which is quite simple. It would be really nice if you can provide that patch, that will make my life simple :) I thought I can get a table for it but wasn't able to find out necessary

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Hans-Christian Egtvedt
Around Mon 12 Aug 2013 11:37:45 +0530 or thereabout, Viresh Kumar wrote: > On 10 August 2013 13:53, Hans-Christian Egtvedt wrote: >> Around Sat 10 Aug 2013 12:14:07 +0530 or thereabout, Viresh Kumar wrote: >>> Most of the CPUFreq drivers do similar things in .exit() and .verify() >>> routines >>>

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-11 Thread Viresh Kumar
On 10 August 2013 13:53, Hans-Christian Egtvedt wrote: > Around Sat 10 Aug 2013 12:14:07 +0530 or thereabout, Viresh Kumar wrote: >> Most of the CPUFreq drivers do similar things in .exit() and .verify() >> routines >> and .attr. So its better if we have generic routines for them which can be >>

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-10 Thread Hans-Christian Egtvedt
Around Sat 10 Aug 2013 12:14:07 +0530 or thereabout, Viresh Kumar wrote: > Most of the CPUFreq drivers do similar things in .exit() and .verify() > routines > and .attr. So its better if we have generic routines for them which can be > used > by cpufreq drivers then. > > This patch uses these ge