[PATCH] OneNAND: OMAP2: Switch to generic gpio calls

David Brownell david-b at pacbell.net
Fri Dec 5 13:14:49 EST 2008


On Friday 05 December 2008, Adrian Hunter wrote:
> -               if ((r = omap_request_gpio(c->gpio_irq)) < 0) {
> +               if ((r = gpio_request(c->gpio_irq, "OneNAND irq")) < 0) {

Worth noting that this depends on the OMAP patches which 
make those calls be equivalent.  Those patches are going
into 2.6.29-early via the ARM tree, as I recall; getting
the merge order wrong would break bisectability -- but
not buildability.

- Dave



More information about the linux-mtd mailing list