The Integrator timer is using the clock framework to get the
timer frequency, but missed to prepare the clock before enabling.
Signed-off-by: Linus Walleij <redacted>
---
arch/arm/mach-integrator/integrator_ap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On Sun, Aug 5, 2012 at 10:37 PM, Linus Walleij [off-list ref] wrote:
The Integrator timer is using the clock framework to get the
timer frequency, but missed to prepare the clock before enabling.
Signed-off-by: Linus Walleij <redacted>
Arnd, Olof,
If this patch looks OK to you I request that you apply it alone, no pull
requests, too much hazzle for a single patch...
Yours,
Linus Walleij
On Sun, Aug 5, 2012 at 10:37 PM, Linus Walleij [off-list ref] wrote:
quoted
The Integrator timer is using the clock framework to get the
timer frequency, but missed to prepare the clock before enabling.
Signed-off-by: Linus Walleij <redacted>
Arnd, Olof,
If this patch looks OK to you I request that you apply it alone, no pull
requests, too much hazzle for a single patch...
Applying a patch is fine, but please explain which version(s) to apply
this to? Is it a regression in v3.6, or should it be backported to
earlier versions too?
Arnd
On Mon, Aug 6, 2012 at 4:37 PM, Arnd Bergmann [off-list ref] wrote:
On Sunday 05 August 2012, Linus Walleij wrote:
quoted
On Sun, Aug 5, 2012 at 10:37 PM, Linus Walleij [off-list ref] wrote:
quoted
The Integrator timer is using the clock framework to get the
timer frequency, but missed to prepare the clock before enabling.
Signed-off-by: Linus Walleij <redacted>
Arnd, Olof,
If this patch looks OK to you I request that you apply it alone, no pull
requests, too much hazzle for a single patch...
Applying a patch is fine, but please explain which version(s) to apply
this to? Is it a regression in v3.6, or should it be backported to
earlier versions too?
Ah sorry. This is for the v3.6 rc:s.
The migration to common clock makes the kernel spit warnings
unless you prepare all clocks.
Yours,
Linus Walleij
On Mon, Aug 6, 2012 at 4:37 PM, Arnd Bergmann [off-list ref] wrote:
quoted
On Sunday 05 August 2012, Linus Walleij wrote:
quoted
On Sun, Aug 5, 2012 at 10:37 PM, Linus Walleij [off-list ref] wrote:
quoted
The Integrator timer is using the clock framework to get the
timer frequency, but missed to prepare the clock before enabling.
Signed-off-by: Linus Walleij <redacted>
Arnd, Olof,
If this patch looks OK to you I request that you apply it alone, no pull
requests, too much hazzle for a single patch...
Applying a patch is fine, but please explain which version(s) to apply
this to? Is it a regression in v3.6, or should it be backported to
earlier versions too?
Ah sorry. This is for the v3.6 rc:s.
The migration to common clock makes the kernel spit warnings
unless you prepare all clocks.