Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-05-13 Thread Linus Walleij
On Wed, May 7, 2014 at 11:57 AM, Pawel Moll wrote: > On Fri, 2014-05-02 at 23:14 +0100, Linus Walleij wrote: (Me: blah blah) > Can I consider this as Reviewed-by? :-) Yep. Reviewed-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-05-13 Thread Linus Walleij
On Wed, May 7, 2014 at 11:57 AM, Pawel Moll pawel.m...@arm.com wrote: On Fri, 2014-05-02 at 23:14 +0100, Linus Walleij wrote: (Me: blah blah) Can I consider this as Reviewed-by? :-) Yep. Reviewed-by: Linus Walleij linus.wall...@linaro.org Yours, Linus Walleij -- To unsubscribe from this list:

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-05-07 Thread Pawel Moll
On Fri, 2014-05-02 at 23:14 +0100, Linus Walleij wrote: > On Tue, Feb 11, 2014 at 9:10 AM, Pawel Moll wrote: > > > This patch adds a trival sched clock source using free > > running, 24MHz clocked counter present in the ARM Ltd. > > Versatile Express platform's System Registers block. > > > >

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-05-07 Thread Pawel Moll
On Fri, 2014-05-02 at 23:14 +0100, Linus Walleij wrote: On Tue, Feb 11, 2014 at 9:10 AM, Pawel Moll pawel.m...@arm.com wrote: This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. Versatile Express platform's System Registers block.

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-05-02 Thread Linus Walleij
On Tue, Feb 11, 2014 at 9:10 AM, Pawel Moll wrote: > This patch adds a trival sched clock source using free > running, 24MHz clocked counter present in the ARM Ltd. > Versatile Express platform's System Registers block. > > This code replaces the call in the VE machine code. > > Cc: Daniel

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-05-02 Thread Linus Walleij
On Tue, Feb 11, 2014 at 9:10 AM, Pawel Moll pawel.m...@arm.com wrote: This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. Versatile Express platform's System Registers block. This code replaces the call in the VE machine code. Cc:

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Pawel Moll
On Wed, 2014-04-16 at 15:45 +0100, Rob Herring wrote: > >> > + setup_sched_clock(vexpress_sys_24mhz_read, 32, 2400); > >> > >> This frequency should come from a DT clock binding. You will have to > >> fallback to 24MHz for backwards compatibility though. > > > > I don't see why would it

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Rob Herring
On Wed, Apr 16, 2014 at 9:22 AM, Pawel Moll wrote: > Hi Rob, > > Thanks for reminding me about this stuff. I'll get around and re-spin > the series this week. > [snip] >> > + setup_sched_clock(vexpress_sys_24mhz_read, 32, 2400); >> >> This frequency should come from a DT clock

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Pawel Moll
Hi Rob, Thanks for reminding me about this stuff. I'll get around and re-spin the series this week. On Wed, 2014-04-16 at 14:56 +0100, Rob Herring wrote: > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > > index cd6950f..9799744 100644 > > ---

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Rob Herring
Adding Linus W... On Tue, Feb 11, 2014 at 11:10 AM, Pawel Moll wrote: > This patch adds a trival sched clock source using free > running, 24MHz clocked counter present in the ARM Ltd. > Versatile Express platform's System Registers block. > > This code replaces the call in the VE machine code. >

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Rob Herring
Adding Linus W... On Tue, Feb 11, 2014 at 11:10 AM, Pawel Moll pawel.m...@arm.com wrote: This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. Versatile Express platform's System Registers block. This code replaces the call in the VE

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Pawel Moll
Hi Rob, Thanks for reminding me about this stuff. I'll get around and re-spin the series this week. On Wed, 2014-04-16 at 14:56 +0100, Rob Herring wrote: diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index cd6950f..9799744 100644 --- a/drivers/clocksource/Kconfig

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Rob Herring
On Wed, Apr 16, 2014 at 9:22 AM, Pawel Moll pawel.m...@arm.com wrote: Hi Rob, Thanks for reminding me about this stuff. I'll get around and re-spin the series this week. [snip] + setup_sched_clock(vexpress_sys_24mhz_read, 32, 2400); This frequency should come from a DT clock

Re: [PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-04-16 Thread Pawel Moll
On Wed, 2014-04-16 at 15:45 +0100, Rob Herring wrote: + setup_sched_clock(vexpress_sys_24mhz_read, 32, 2400); This frequency should come from a DT clock binding. You will have to fallback to 24MHz for backwards compatibility though. I don't see why would it go to the

[PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-02-11 Thread Pawel Moll
This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. Versatile Express platform's System Registers block. This code replaces the call in the VE machine code. Cc: Daniel Lezcano Cc: Thomas Gleixner Signed-off-by: Pawel Moll ---

[PATCH 04/12] clocksource: Sched clock source for Versatile Express

2014-02-11 Thread Pawel Moll
This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. Versatile Express platform's System Registers block. This code replaces the call in the VE machine code. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: Thomas Gleixner