summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: udc: improve error handling on _hardware_enqueueFelipe F. Tonello2015-12-241-5/+14
* usb: chipidea: udc: _ep_queue and _hw_queue cleanupFelipe F. Tonello2015-12-241-2/+6
* usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-011-2/+1Star
* usb: chipidea: otg: gadget module load and unload supportLi Jun2015-11-181-0/+17
* usb: chipidea: udc: using the correct stall implementationPeter Chen2015-09-151-40/+44
* Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-08-151-1/+8
|\
| * usb: chipidea: udc: zero-length packet is only needed for TXPeter Chen2015-08-141-1/+1
| * usb: chipidea: udc: add USB_DEVICE_A_HNP_SUPPORT request supportPeter Chen2015-08-141-0/+7
* | usb: chipidea: udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+14
* | usb: chipidea: add ci->is_otg condition for otg judgementLi Jun2015-08-031-2/+2
* | usb: chipidea: set usb otg capabilitiesLi Jun2015-07-291-1/+6
|/
* usb: chipidea: udc: bypass pullup DP when gadget connect in OTG fsm modeLi Jun2015-04-081-0/+4
* Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-241-5/+5
|\
| * usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen2015-03-191-5/+5
* | Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman2015-03-231-0/+11
|\ \
| * | usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun2015-03-151-0/+11
| |/
* | usb: chipidea: Add errata for revision 2.40aSanchayan Maity2015-03-181-0/+20
* | usb: chipidea: udc: return immediately if re-enable non-empty endpointPeter Chen2015-03-181-3/+6
|/
* usb: chipidea: udc: add set_selfpowered gaget opsPeter Chen2015-01-291-2/+16
* usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen2014-11-261-2/+2
* usb: chipidea: gadget: use udc-core's reset notifierPeter Chen2014-11-111-6/+2Star
* usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart2014-11-031-2/+2
* usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi2014-11-031-4/+2Star
* usb: gadget: Refactor request completionMichal Sojka2014-09-251-3/+3
* usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza2014-07-181-2/+2
* usb: chipidea: udc: delete td from req's td list at ep_dequeuePeter Chen2014-07-021-0/+7
* usb: chipidea: udc: update gadget states according to ch9Peter Chen2014-05-231-2/+8
* usb: chipidea: udc: delete useless codePeter Chen2014-05-231-1/+0Star
* usb: chipidea: OTG HNP and SRP fsm implementationLi Jun2014-04-241-0/+8
* usb: chipidea: udc: driver update for OTG HNPLi Jun2014-04-241-1/+10
* usb: chipidea: export interrupt enable and status register read functionsLi Jun2014-04-241-20/+0Star
* usb: chipidea: operate on otgsc register in a general wayLi Jun2014-04-241-9/+10
* usb: chipidea: udc: refine isr_tr_complete_handlerPeter Chen2014-03-121-140/+154
* usb: chipidea: udc: refine ep operation at isr_tr_complete_handlerPeter Chen2014-02-251-20/+8Star
* usb: chipidea: refine PHY operationPeter Chen2014-02-251-6/+0Star
* usb: chipidea: need to mask when writting endptflush and endptprimeMatthieu CASTET2014-02-211-2/+2
* usb: chipidea: udc: using MultO at TD as real mult value for ISO-TXPeter Chen2014-01-141-2/+17
* Merge tag 'v3.13-rc5' into nextFelipe Balbi2013-12-231-3/+0Star
|\
| * usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen2013-12-091-3/+0Star
* | usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-2/+2
|/
* usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep contextPeter Chen2013-10-121-4/+3Star
* usb: chipidea: udc: Fix spinlock recursion during bus resetPeter Chen2013-10-121-1/+1
* usb: chipidea: move PHY operation to corePeter Chen2013-10-011-38/+1Star
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-301-1/+1
|\
| * usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-261-0/+2
| * usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-261-1/+1
* | usb: chipidea: udc: Consolidate the call of disconnectPeter Chen2013-09-261-3/+7
* | chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-261-0/+2
|/
* usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen2013-08-141-0/+3
* usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUSPeter Chen2013-08-141-18/+6Star