Re: [PATCH 7/7] mips: pistachio: Allow to enable the external timer based clocksource

2015-05-22 Thread Ezequiel Garcia
ger.kernel.org; Linux-MIPS; Daniel Lezcano; >> devicet...@vger.kernel.org; James Hartley; James Hogan; Thomas Gleixner; >> Damien Horsley; Govindraj Raja >> Subject: Re: [PATCH 7/7] mips: pistachio: Allow to enable the external timer >> based clocksource >> >> On Thu, Ma

RE: [PATCH 7/7] mips: pistachio: Allow to enable the external timer based clocksource

2015-05-22 Thread James Hartley
; James Hogan; Thomas Gleixner; > Damien Horsley; Govindraj Raja > Subject: Re: [PATCH 7/7] mips: pistachio: Allow to enable the external timer > based clocksource > > On Thu, May 21, 2015 at 2:43 PM, Ezequiel Garcia > wrote: > > This commit introduces a new config, so

Re: [PATCH 7/7] mips: pistachio: Allow to enable the external timer based clocksource

2015-05-22 Thread Andrew Bresticker
On Thu, May 21, 2015 at 2:43 PM, Ezequiel Garcia wrote: > This commit introduces a new config, so the user can choose to enable > the General Purpose Timer based clocksource. This option is required > to have CPUFreq support. > > Signed-off-by: Ezequiel Garcia > --- > arch/mips/Kconfig

[PATCH 7/7] mips: pistachio: Allow to enable the external timer based clocksource

2015-05-21 Thread Ezequiel Garcia
This commit introduces a new config, so the user can choose to enable the General Purpose Timer based clocksource. This option is required to have CPUFreq support. Signed-off-by: Ezequiel Garcia --- arch/mips/Kconfig | 1 + arch/mips/pistachio/Kconfig | 13 + 2 files chang