From: David Brownell Date: Thu, 27 Dec 2007 19:19:49 +0000 (-0800) Subject: USB: ohci-at91 uses generic GPIO calls X-Git-Tag: v2.6.25-rc1~1075^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bde4a4c4ff53e67cde4b0fe630d6fc28106bff8;p=pandora-kernel.git USB: ohci-at91 uses generic GPIO calls Update the ohci-at91 bus glue to start understanding about the per-port power switch GPIOs it's given (on the sam9263-ek and potentially other boards). For the moment this just claims them and forces them active (assuming active-low power enables) whenever the HCD is loaded. The assumption is still that board setup configures the GPIOs. Using gpio_request() tracks actual usage and guards against conflict. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed