From 4bde4a4c4ff53e67cde4b0fe630d6fc28106bff8 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 27 Dec 2007 11:19:49 -0800 Subject: [PATCH] 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-format-patch failed