diff options
author | Darius Augulis <augulis.darius@gmail.com> | 2009-01-21 08:19:19 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:29 -0400 |
commit | b633d28e2c5fbe1c8d163892644f57df04aa1421 (patch) | |
tree | ae4bb3f6086cc7f0dd2034fcb3be3d377945f602 /drivers/usb/gadget/imx_udc.h | |
parent | d24921a36df31332c32e1bb539671284d9e36bfa (diff) |
USB: imx_udc: Fix IMX UDC gadget general irq handling
Workaround of hw bug in IMX UDC.
This bug causes wrong handling of CFG_CHG interrupt.
Workaround is documented inline source code.
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/imx_udc.h')
-rw-r--r-- | drivers/usb/gadget/imx_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/imx_udc.h b/drivers/usb/gadget/imx_udc.h index 6b0b1e3d6fc7..b48ad59603d1 100644 --- a/drivers/usb/gadget/imx_udc.h +++ b/drivers/usb/gadget/imx_udc.h | |||
@@ -59,6 +59,7 @@ struct imx_udc_struct { | |||
59 | struct device *dev; | 59 | struct device *dev; |
60 | struct imx_ep_struct imx_ep[IMX_USB_NB_EP]; | 60 | struct imx_ep_struct imx_ep[IMX_USB_NB_EP]; |
61 | struct clk *clk; | 61 | struct clk *clk; |
62 | struct timer_list timer; | ||
62 | enum ep0_state ep0state; | 63 | enum ep0_state ep0state; |
63 | struct resource *res; | 64 | struct resource *res; |
64 | void __iomem *base; | 65 | void __iomem *base; |