aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/fsl_udc_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epGravatar Robert Baldyga 1-2/+3
2013-11-26usb: gadget: remove superfluous name castsGravatar Geert Uytterhoeven 1-1/+1
2013-07-30usb: gadget: use dev_get_platdata()Gravatar Jingoo Han 1-3/+3
2013-05-05gadget: single_open() leaksGravatar Al Viro 1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-81/+43
2013-04-29fsl_udc: Don't use create_proc_read_entry()Gravatar David Howells 1-81/+43
2013-03-18usb: gadget: fsl_udc_core: Use module_platform_driver_probe macroGravatar Sachin Kamat 1-15/+1
2013-03-18usb: gadget: fsl_udc_core: don't assign gadget.dev.release directlyGravatar Felipe Balbi 1-2/+2
2013-03-18usb: gadget: fsl_udc_core: don't touch gadget.dev.driverGravatar Felipe Balbi 1-3/+0
2013-03-18usb: gadget: fsl_udc_core: remove unnecessary initializationsGravatar Felipe Balbi 1-1/+0
2013-03-18usb: gadget: fsl_udc_core: switch over to usb_gadget_map/unmap_request()Gravatar Felipe Balbi 1-38/+13
2013-03-18usb: gadget: drop now unnecessary flagGravatar Felipe Balbi 1-1/+0
2013-03-18usb: gadget: fsl_udc_core: let udc-core manage gadget->devGravatar Felipe Balbi 1-7/+2
2013-01-25Merge 3.8-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-17/+25
2013-01-24usb: gadget: constify all struct usb_gadget_opsGravatar Felipe Balbi 1-1/+1
2013-01-24usb: gadget: fsl_udc_core: convert to udc_start/udc_stopGravatar Felipe Balbi 1-47/+11
2013-01-18usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremapGravatar Peter Chen 1-1/+3
2013-01-18usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_idGravatar Peter Chen 1-16/+22
2012-11-06usb: fix typo in drivers/usbGravatar Masanari Iida 1-1/+1
2012-09-10usb: gadget: remove global variable composite in composite.cGravatar Sebastian Andrzej Siewior 1-3/+3
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Greg Kroah-Hartman 1-8/+9
2012-07-05Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-0/+1
2012-07-02usb: phy: fix return value check of usb_get_phyGravatar Kishon Vijay Abraham I 1-7/+8
2012-07-02usb: gadget: fsl_udc: Propagate devicetree to gadget driversGravatar Alexandre Pereira da Silva 1-0/+1
2012-06-25usb: otg: support for multiple transceivers by a single controllerGravatar Kishon Vijay Abraham I 1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsGravatar Kishon Vijay Abraham I 1-1/+1
2012-06-04usb: gadget: regression fix - usage of usb_epGravatar Christoph Fritz 1-1/+1
2012-06-04usb: gadget: fsl_udc_core: Remove unneeded conditionGravatar Ido Shayevitz 1-1/+1
2012-05-07Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-13/+14
2012-05-04usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once wri...Gravatar Peter Chen 1-0/+2
2012-05-04usb: gadget: Update fsl_udc_core to use usb_endpoint_descriptor inside the st...Gravatar Ido Shayevitz 1-13/+12
2012-04-22Merge 3.4-rc4 into usb-next.Gravatar Greg Kroah-Hartman 1-5/+23
2012-04-18fsl/usb: Add controller version based ULPI and UTMI phy supportGravatar Ramneek Mehresh 1-5/+23
2012-04-10usb: fsl_udc_core: prime status stage once data stage has primedGravatar Peter Chen 1-9/+16
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-10/+9
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsGravatar Heikki Krogerus 1-2/+3
2012-02-27usb: Convert all users to new usb_phyGravatar Heikki Krogerus 1-2/+2
2012-02-24usb: fsl_udc_core: Fix scheduling while atomic dump messageGravatar Peter Chen 1-10/+8
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableGravatar Ido Shayevitz 1-0/+1
2012-01-24usb: gadget: fsl_udc: fix the usage of udc->max_epGravatar Peter Chen 1-2/+2
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedGravatar Michal Nazarewicz 1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedGravatar Michal Nazarewicz 1-1/+1
2011-11-29usb: gadget: fsl_udc: fix dequeuing a request in progressGravatar Li Yang 1-36/+32
2011-11-29USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFERGravatar Peter Chen 1-2/+2
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversGravatar Michal Nazarewicz 1-2/+1
2011-11-14powerpc/usb: fix type cast for address of ioremap to compatible with 64-bitGravatar Shaohui Xie 1-2/+1
2011-11-14usb: gadget: fsl_udc_core: fix compile error.Gravatar Alexander Aring 1-1/+1
2011-09-18usb: Provide usb_speed_string() functionGravatar Michal Nazarewicz 1-34/+19
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Gravatar Kuninori Morimoto 1-1/+1