summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/atmel_usba_udc.h
diff options
context:
space:
mode:
authorEirik Aanonsen <EAA@wprmedical.com>2010-02-05 09:49:25 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-02 14:54:57 -0800
commit640e95abdfae9fef5949084c92e80c8f2f8b5ec5 (patch)
treef8cb60315b5b362b53777c0e11650e681c9c3b65 /include/linux/usb/atmel_usba_udc.h
parent90f7976880bbbf9968629500972f8e2f80401217 (diff)
downloadop-kernel-dev-640e95abdfae9fef5949084c92e80c8f2f8b5ec5.zip
op-kernel-dev-640e95abdfae9fef5949084c92e80c8f2f8b5ec5.tar.gz
USB: atmel uaba: Adding invert vbus_pin
Adding vbus_pin_inverted so that the usb detect pin can be active high or low depending on HW implementation also replaced the gpio_get_value(udc->vbus_pin); with a call to vbus_is_present(udc); This allows the driver to be loaded and save about 0,15W on the consumption. Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb/atmel_usba_udc.h')
-rw-r--r--include/linux/usb/atmel_usba_udc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/atmel_usba_udc.h b/include/linux/usb/atmel_usba_udc.h
index 6311fa2..baf41c8 100644
--- a/include/linux/usb/atmel_usba_udc.h
+++ b/include/linux/usb/atmel_usba_udc.h
@@ -15,6 +15,7 @@ struct usba_ep_data {
struct usba_platform_data {
int vbus_pin;
+ int vbus_pin_inverted;
int num_ep;
struct usba_ep_data ep[0];
};
OpenPOWER on IntegriCloud