aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-24usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen1-1/+0
2015-12-24usb: chipidea: udc: improve error handling on _hardware_enqueueFelipe F. Tonello1-5/+14
2015-12-24usb: chipidea: udc: _ep_queue and _hw_queue cleanupFelipe F. Tonello1-2/+6
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-2/+1
2015-11-18usb: chipidea: otg: gadget module load and unload supportLi Jun1-0/+17
2015-09-15usb: chipidea: udc: using the correct stall implementationPeter Chen1-40/+44
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-1/+8
2015-08-14usb: chipidea: udc: zero-length packet is only needed for TXPeter Chen1-1/+1
2015-08-14usb: chipidea: udc: add USB_DEVICE_A_HNP_SUPPORT request supportPeter Chen1-0/+7
2015-08-04usb: chipidea: udc: add ep capabilities supportRobert Baldyga1-0/+14
2015-08-03usb: chipidea: add ci->is_otg condition for otg judgementLi Jun1-2/+2
2015-07-29usb: chipidea: set usb otg capabilitiesLi Jun1-1/+6
2015-04-08usb: chipidea: udc: bypass pullup DP when gadget connect in OTG fsm modeLi Jun1-0/+4
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+5
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman1-0/+11
2015-03-19usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen1-5/+5
2015-03-18usb: chipidea: Add errata for revision 2.40aSanchayan Maity1-0/+20
2015-03-18usb: chipidea: udc: return immediately if re-enable non-empty endpointPeter Chen1-3/+6
2015-03-15usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun1-0/+11
2015-01-29usb: chipidea: udc: add set_selfpowered gaget opsPeter Chen1-2/+16
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen1-2/+2
2014-11-10usb: chipidea: gadget: use udc-core's reset notifierPeter Chen1-6/+2
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-2/+2
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi1-4/+2
2014-09-25usb: gadget: Refactor request completionMichal Sojka1-3/+3
2014-07-17usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza1-2/+2
2014-07-01usb: chipidea: udc: delete td from req's td list at ep_dequeuePeter Chen1-0/+7
2014-05-23usb: chipidea: udc: update gadget states according to ch9Peter Chen1-2/+8
2014-05-23usb: chipidea: udc: delete useless codePeter Chen1-1/+0
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun1-0/+8
2014-04-24usb: chipidea: udc: driver update for OTG HNPLi Jun1-1/+10
2014-04-24usb: chipidea: export interrupt enable and status register read functionsLi Jun1-20/+0
2014-04-24usb: chipidea: operate on otgsc register in a general wayLi Jun1-9/+10
2014-03-12usb: chipidea: udc: refine isr_tr_complete_handlerPeter Chen1-140/+154
2014-02-24usb: chipidea: udc: refine ep operation at isr_tr_complete_handlerPeter Chen1-20/+8
2014-02-24usb: chipidea: refine PHY operationPeter Chen1-6/+0
2014-02-21usb: chipidea: need to mask when writting endptflush and endptprimeMatthieu CASTET1-2/+2
2014-01-13usb: chipidea: udc: using MultO at TD as real mult value for ISO-TXPeter Chen1-2/+17
2013-12-23Merge tag 'v3.13-rc5' into nextFelipe Balbi1-3/+0
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-2/+2
2013-12-09usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen1-3/+0
2013-10-11usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep contextPeter Chen1-4/+3
2013-10-11usb: chipidea: udc: Fix spinlock recursion during bus resetPeter Chen1-1/+1
2013-09-30usb: chipidea: move PHY operation to corePeter Chen1-38/+1
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-1/+1
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen1-0/+2
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen1-1/+1
2013-09-25usb: chipidea: udc: Consolidate the call of disconnectPeter Chen1-3/+7
2013-09-25chipidea: udc: free pending TD at removal procedurePeter Chen1-0/+2
2013-08-14usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen1-0/+3