Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-10-30 Thread Matthias Brugger
2014-10-30 4:23 GMT+01:00 Yingjoe Chen : > Hi Matthias, > > On Mon, 2014-10-27 at 11:28 +0100, Matthias Brugger wrote: >> Hi Joe, >> >> 2014-10-24 15:53 GMT+02:00 Yingjoe Chen : >> > >> > Hi Matthias, >> > >> > I didn't saw this in v3.18-rc1, are you working on version 2 of this? >> > mt8135 and m8

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-10-29 Thread Yingjoe Chen
Hi Matthias, On Mon, 2014-10-27 at 11:28 +0100, Matthias Brugger wrote: > Hi Joe, > > 2014-10-24 15:53 GMT+02:00 Yingjoe Chen : > > > > Hi Matthias, > > > > I didn't saw this in v3.18-rc1, are you working on version 2 of this? > > mt8135 and m8127 also need this fixup and we need this to have SMP

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-10-27 Thread Matthias Brugger
Hi Joe, 2014-10-24 15:53 GMT+02:00 Yingjoe Chen : > > Hi Matthias, > > I didn't saw this in v3.18-rc1, are you working on version 2 of this? > mt8135 and m8127 also need this fixup and we need this to have SMP > working. I had a discussion with Mark Rutland from ARM on this [0]. At that point he

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-10-24 Thread Yingjoe Chen
Hi Matthias, I didn't saw this in v3.18-rc1, are you working on version 2 of this? mt8135 and m8127 also need this fixup and we need this to have SMP working. Joe.C -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-08-14 Thread Matthias Brugger
2014-08-14 4:24 GMT+02:00 Joe.C : > On Tue, 2014-08-12 at 11:02 +0200, Matthias Brugger wrote: >> 2014-08-11 9:15 GMT+02:00 Linus Walleij : >> > On Thu, Jul 31, 2014 at 6:42 PM, Matthias Brugger >> > wrote: >> > >> >> We enable GTP6 which ungates the arch timer clock. Apart we write the >> >> freq

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-08-13 Thread Matthias Brugger
2014-08-13 10:47 GMT+02:00 Linus Walleij : > On Tue, Aug 12, 2014 at 11:02 AM, Matthias Brugger > wrote: >> 2014-08-11 9:15 GMT+02:00 Linus Walleij : >>> On Thu, Jul 31, 2014 at 6:42 PM, Matthias Brugger >>> wrote: >>> We enable GTP6 which ungates the arch timer clock. Apart we write the >>>

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-08-13 Thread Linus Walleij
On Tue, Aug 12, 2014 at 11:02 AM, Matthias Brugger wrote: > 2014-08-11 9:15 GMT+02:00 Linus Walleij : >> On Thu, Jul 31, 2014 at 6:42 PM, Matthias Brugger >> wrote: >> >>> We enable GTP6 which ungates the arch timer clock. Apart we write the >>> frequency with which the timer is running in the CN

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-08-12 Thread Rob Herring
On Tue, Aug 12, 2014 at 4:02 AM, Matthias Brugger wrote: > 2014-08-11 9:15 GMT+02:00 Linus Walleij : >> On Thu, Jul 31, 2014 at 6:42 PM, Matthias Brugger >> wrote: >> >>> We enable GTP6 which ungates the arch timer clock. Apart we write the >>> frequency with which the timer is running in the CNT

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-08-12 Thread Matthias Brugger
2014-08-11 9:15 GMT+02:00 Linus Walleij : > On Thu, Jul 31, 2014 at 6:42 PM, Matthias Brugger > wrote: > >> We enable GTP6 which ungates the arch timer clock. Apart we write the >> frequency with which the timer is running in the CNTFREQ register. >> In the future this should be done in the bootlo

Re: [PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-08-11 Thread Linus Walleij
On Thu, Jul 31, 2014 at 6:42 PM, Matthias Brugger wrote: > We enable GTP6 which ungates the arch timer clock. Apart we write the > frequency with which the timer is running in the CNTFREQ register. > In the future this should be done in the bootloader. > > Signed-off-by: Matthias Brugger (...)

[PATCH 6/7] arm: mediatek: enable gpt6 on boot up to make arch timer working

2014-07-31 Thread Matthias Brugger
We enable GTP6 which ungates the arch timer clock. Apart we write the frequency with which the timer is running in the CNTFREQ register. In the future this should be done in the bootloader. Signed-off-by: Matthias Brugger --- arch/arm/mach-mediatek/mediatek.c | 27 +++