summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-04-10 21:55:42 +0200
committerFelipe Balbi <balbi@ti.com>2013-05-28 19:22:21 +0300
commit0b3eba442d4810df4bdd46d6c3e189c9e7760137 (patch)
tree07f0cee14d64a391d5b02129ddbb93fa90b938dd /drivers/usb/musb/musb_host.h
parentc2a2759d33787e49b751a446d63dd6af3abe3aeb (diff)
downloadop-kernel-dev-0b3eba442d4810df4bdd46d6c3e189c9e7760137.zip
op-kernel-dev-0b3eba442d4810df4bdd46d6c3e189c9e7760137.tar.gz
usb: musb: factor some host-specific functions
In particular, this introduces musb_host_resume_root_hub()and musb_host_poke_root_hub() which will be stubbed out later. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/musb_host.h')
-rw-r--r--drivers/usb/musb/musb_host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/musb/musb_host.h b/drivers/usb/musb/musb_host.h
index 9670269..c63e585 100644
--- a/drivers/usb/musb/musb_host.h
+++ b/drivers/usb/musb/musb_host.h
@@ -89,6 +89,9 @@ extern void musb_host_tx(struct musb *, u8);
extern void musb_host_rx(struct musb *, u8);
extern void musb_root_disconnect(struct musb *musb);
+extern void musb_host_resume_root_hub(struct musb *musb);
+extern void musb_host_poke_root_hub(struct musb *musb);
+
struct usb_hcd;
extern int musb_hub_status_data(struct usb_hcd *hcd, char *buf);
OpenPOWER on IntegriCloud