summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/udc.c
AgeCommit message (Expand)AuthorLines
2015-03-15usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun-0/+11
2015-01-29usb: chipidea: udc: add set_selfpowered gaget opsPeter Chen-2/+16
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen-2/+2
2014-11-10usb: chipidea: gadget: use udc-core's reset notifierPeter Chen-6/+2
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart-2/+2
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi-4/+2
2014-09-25usb: gadget: Refactor request completionMichal Sojka-3/+3
2014-07-17usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza-2/+2
2014-07-01usb: chipidea: udc: delete td from req's td list at ep_dequeuePeter Chen-0/+7
2014-05-23usb: chipidea: udc: update gadget states according to ch9Peter Chen-2/+8
2014-05-23usb: chipidea: udc: delete useless codePeter Chen-1/+0
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun-0/+8
2014-04-24usb: chipidea: udc: driver update for OTG HNPLi Jun-1/+10
2014-04-24usb: chipidea: export interrupt enable and status register read functionsLi Jun-20/+0
2014-04-24usb: chipidea: operate on otgsc register in a general wayLi Jun-9/+10
2014-03-12usb: chipidea: udc: refine isr_tr_complete_handlerPeter Chen-140/+154
2014-02-24usb: chipidea: udc: refine ep operation at isr_tr_complete_handlerPeter Chen-20/+8
2014-02-24usb: chipidea: refine PHY operationPeter Chen-6/+0
2014-02-21usb: chipidea: need to mask when writting endptflush and endptprimeMatthieu CASTET-2/+2
2014-01-13usb: chipidea: udc: using MultO at TD as real mult value for ISO-TXPeter Chen-2/+17
2013-12-23Merge tag 'v3.13-rc5' into nextFelipe Balbi-3/+0
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga-2/+2
2013-12-09usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen-3/+0
2013-10-11usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep contextPeter Chen-4/+3
2013-10-11usb: chipidea: udc: Fix spinlock recursion during bus resetPeter Chen-1/+1
2013-09-30usb: chipidea: move PHY operation to corePeter Chen-38/+1
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman-1/+1
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen-0/+2
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen-1/+1
2013-09-25usb: chipidea: udc: Consolidate the call of disconnectPeter Chen-3/+7
2013-09-25chipidea: udc: free pending TD at removal procedurePeter Chen-0/+2
2013-08-14usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen-0/+3
2013-08-14usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUSPeter Chen-18/+6
2013-08-14usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flagsPeter Chen-3/+2
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen-0/+7
2013-08-14usb: chipidea: add role init and destroy APIsPeter Chen-9/+27
2013-08-14usb: chipidea: udc: otg_set_peripheral is useless for some chipidea usersPeter Chen-1/+6
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin-109/+108
2013-06-17usb: chipidea: get rid of camelcase namesAlexander Shishkin-251/+252
2013-06-17usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik-82/+110
2013-06-17usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik-51/+110
2013-06-17usb: chipidea: udc: configure iso endpointsMichael Grzeschik-1/+19
2013-06-11usb: chipidea: fix no transceiver caseAlexander Shishkin-5/+8
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-26/+1
2013-04-05usb: chipidea: udc: fix memory leak in _ep_nukeMichael Grzeschik-0/+6
2013-04-05usb: chipidea: udc: fix memory access of shared memory on armv5 machinesMichael Grzeschik-0/+2
2013-03-30usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all usersMichael Grzeschik-2/+2
2013-03-30usb: chipidea: udc: move _ep_queue into an unlocked functionMichael Grzeschik-48/+56
2013-03-30usb: chipidea: udc: don't truncate requests to single tdsMichael Grzeschik-2/+2
2013-03-30usb: chipidea: udc: read status of td only once in hardware_dequeueMichael Grzeschik-3/+5