diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-04-18 16:02:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-05-02 19:59:38 -0400 |
commit | 83722bc9430424de1614ff31696f73a40b3d81a9 (patch) | |
tree | 4ff0ffe40e080ee03b9ede04b3e943b79335335f /drivers/usb/host/ehci.h | |
parent | 0807c500a1a6d7fa20cbd7bbe7fea14a66112463 (diff) |
USB: extend ehci-fsl and fsl_udc_core driver for OTG operation
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Li Yang <leoli@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 168f1a88c4d0..e9ba8e252489 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
@@ -161,6 +161,10 @@ struct ehci_hcd { /* one per controller */ | |||
161 | #ifdef DEBUG | 161 | #ifdef DEBUG |
162 | struct dentry *debug_dir; | 162 | struct dentry *debug_dir; |
163 | #endif | 163 | #endif |
164 | /* | ||
165 | * OTG controllers and transceivers need software interaction | ||
166 | */ | ||
167 | struct otg_transceiver *transceiver; | ||
164 | }; | 168 | }; |
165 | 169 | ||
166 | /* convert between an HCD pointer and the corresponding EHCI_HCD */ | 170 | /* convert between an HCD pointer and the corresponding EHCI_HCD */ |