]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: Replace space with underscore in the name field of system timers
authorVaibhav Hiremath <hvaibhav@ti.com>
Wed, 9 May 2012 17:07:05 +0000 (10:07 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 9 May 2012 17:07:05 +0000 (10:07 -0700)
commitf36921bebdf368ac4892f8ed62fb97dd6461d459
tree3873f214a1cb2d591f056cda85609d7facb9c626
parent187999119d93f584209400b052cf092141a33650
ARM: OMAP2+: Replace space with underscore in the name field of system timers

Depending on the bootloader, passing command-line arguments
with spaces may have issues. Some bootloaders doesn't seem
to pass along the quotes, passing only 'gp' part of the string,
which leads to wrong override configuration.

The only affected kernel parameter configuration for OMAP family
is "clocksource=", used to override kernel clocksource.

So this patch changes "gp timer" => "gp_timer", for clockevent,
clocksource and timer irq_handler.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Kevin Hilman <khilman@ti.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/timer.c