Home
last modified time | relevance | path

Searched hist:c2cdaffe0bb32015e84af8e31f73e620ba271165 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-omap1/
H A Dboard-osk.cdiff c2cdaffe0bb32015e84af8e31f73e620ba271165 Wed Dec 08 01:26:55 CET 2010 Tony Lindgren <tony@atomide.com> omap: Fix gpio_request calls to happen as arch_initcall

Looks like some boards are calling gpio_request from init_irq.
This will make the request_irq fail, as GPIO will be initialized
as postcore_initcall.

Reported-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>