summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
authorAjay Kumar Gupta <ajay.gupta@ti.com>2009-12-28 13:40:41 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-02 14:53:48 -0800
commit51bf0d0e6cc1f9679a973f61d07cb48e71f9c992 (patch)
treef2d45ef5e2e756cac17e3a312a6a6e0e9a890931 /drivers/usb/musb/musb_core.h
parent1c25fda4a09e8229800979986ef399401053b46e (diff)
downloadop-kernel-dev-51bf0d0e6cc1f9679a973f61d07cb48e71f9c992.zip
op-kernel-dev-51bf0d0e6cc1f9679a973f61d07cb48e71f9c992.tar.gz
usb: musb: save dynfifo in musb struct
Save dynamic FIFO read only information for later uses during musb_save/restore_context functions. Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
-rw-r--r--drivers/usb/musb/musb_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 2ac0e6f..eaa0114 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -411,6 +411,7 @@ struct musb {
unsigned hb_iso_rx:1; /* high bandwidth iso rx? */
unsigned hb_iso_tx:1; /* high bandwidth iso tx? */
+ unsigned dyn_fifo:1; /* dynamic FIFO supported? */
unsigned bulk_split:1;
#define can_bulk_split(musb,type) \
OpenPOWER on IntegriCloud