summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/fsl_udc_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-11-29usb: gadget: fsl_udc: fix dequeuing a request in progressLi Yang1-36/+32
2011-11-29USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFERPeter Chen1-2/+2
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz1-2/+1
2011-11-15powerpc/usb: fix type cast for address of ioremap to compatible with 64-bitShaohui Xie1-2/+1
2011-11-14usb: gadget: fsl_udc_core: fix compile error.Alexander Aring1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-34/+19
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-07-26Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+16
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-12/+24
2011-07-02USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin1-12/+24
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-4/+16
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-3/+3
2011-05-07fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh1-6/+21
2011-05-03USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin1-15/+132
2011-05-03USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin1-31/+110
2011-05-03USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin1-25/+98
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-03USB: Remove unused is_iso from fsl_udc_core.cHuzaifa Sidhpurwala1-2/+0
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-6/+0
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+5
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-6/+0
2010-05-21USB: mxc: gadget: Fix bitfield for calculating maximum packet sizeDinh Nguyen1-1/+1
2009-10-31USB: fsl_udc_core: Fix kernel oops on module removalAnton Vorontsov1-1/+1
2009-06-16USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski1-0/+2491