aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/fsl_udc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman1-17/+25
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi1-1/+1
2013-01-24usb: gadget: fsl_udc_core: convert to udc_start/udc_stopFelipe Balbi1-47/+11
2013-01-18usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremapPeter Chen1-1/+3
2013-01-18usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_idPeter Chen1-16/+22
2012-11-06usb: fix typo in drivers/usbMasanari Iida1-1/+1
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-3/+3
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-8/+9
2012-07-05Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+1
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-7/+8
2012-07-02usb: gadget: fsl_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-1/+1
2012-06-04usb: gadget: regression fix - usage of usb_epChristoph Fritz1-1/+1
2012-06-04usb: gadget: fsl_udc_core: Remove unneeded conditionIdo Shayevitz1-1/+1
2012-05-07Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-13/+14
2012-05-04usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once writtenPeter Chen1-0/+2
2012-05-04usb: gadget: Update fsl_udc_core to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-13/+12
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-5/+23
2012-04-18fsl/usb: Add controller version based ULPI and UTMI phy supportRamneek Mehresh1-5/+23
2012-04-10usb: fsl_udc_core: prime status stage once data stage has primedPeter Chen1-9/+16
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-10/+9
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-2/+3
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-2/+2
2012-02-24usb: fsl_udc_core: Fix scheduling while atomic dump messagePeter Chen1-10/+8
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz1-0/+1
2012-01-24usb: gadget: fsl_udc: fix the usage of udc->max_epPeter Chen1-2/+2
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-14powerpc/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-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+16
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-12/+24
2011-07-01USB: 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-06fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh1-6/+21
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin1-15/+132
2011-05-02USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin1-31/+110
2011-05-02USB: 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-02USB: Remove unused is_iso from fsl_udc_core.cHuzaifa Sidhpurwala1-2/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+0
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+5