aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2012-03-29 21:47:09 -0700
committerMike Lockwood <lockwood@google.com>2012-04-02 09:28:59 -0700
commit610939f0e7ce51f657598245eba21eb14e189ec0 (patch)
treec40653c82e59b4f34fa788d24ab31f2900f1d37e /arch/arm
parent3a5c070e1fc3ad8bca30be0612b3e3b022c2bd1c (diff)
downloadkernel_samsung_crespo-610939f0e7ce51f657598245eba21eb14e189ec0.zip
kernel_samsung_crespo-610939f0e7ce51f657598245eba21eb14e189ec0.tar.gz
kernel_samsung_crespo-610939f0e7ce51f657598245eba21eb14e189ec0.tar.bz2
USB: gadget: s3c: iscochronous endpoint support
Fix problems working with isochronous endpoints Configure the single remaining unallocated endpoint as isochronous IN Signed-off-by: Mike Lockwood <lockwood@google.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/plat-samsung/include/plat/regs-otg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/regs-otg.h b/arch/arm/plat-samsung/include/plat/regs-otg.h
index 214d730..dccdb26 100644
--- a/arch/arm/plat-samsung/include/plat/regs-otg.h
+++ b/arch/arm/plat-samsung/include/plat/regs-otg.h
@@ -208,7 +208,9 @@
#define DEPCTL_EPENA (0x1<<31)
#define DEPCTL_EPDIS (0x1<<30)
#define DEPCTL_SETD1PID (0x1<<29)
+#define DEPCTL_SET_ODD_FRM (0x1<<29)
#define DEPCTL_SETD0PID (0x1<<28)
+#define DEPCTL_SET_EVEN_FRM (0x1<<28)
#define DEPCTL_SNAK (0x1<<27)
#define DEPCTL_CNAK (0x1<<26)
#define DEPCTL_STALL (0x1<<21)