summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2019-11-25usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai1-1/+1
2019-11-16usb: gadget: core: unmap request from DMA only if previously mappedJack Pham1-1/+4
2019-11-12usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan1-2/+4
2019-11-12usb: fsl: Check memory resource before releasing itNikhil Badola1-1/+1
2019-11-06USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern1-0/+11
2019-10-29usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva1-3/+3
2019-10-17USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com1-1/+2
2019-07-10usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni1-2/+1
2019-07-10usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao1-0/+5
2019-05-04usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener1-0/+1
2019-05-04usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener1-2/+2
2019-05-04usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener1-3/+1
2019-02-12usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2018-12-17USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen1-0/+1
2018-12-17USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen1-1/+2
2018-12-17USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen1-31/+19
2018-12-17USB: omap_udc: use devm_request_irq()Aaro Koskinen1-27/+10
2018-12-08usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann1-5/+4
2018-11-13usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni1-0/+2
2018-10-10usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev1-5/+10
2018-09-26USB: net2280: Fix erroneous synchronization changeAlan Stern1-2/+14
2018-09-26usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda1-1/+4
2018-09-05usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai1-1/+1
2018-09-05usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai1-2/+2
2018-06-16usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda1-0/+7
2018-05-25usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-05-25usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner1-2/+2
2018-05-25usb: gadget: core: Fix use-after-free of usb_requestManu Gautam1-1/+1
2018-04-24usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi1-0/+3
2018-04-08usb: gadget: remove redundant self assignmentStefan Agner1-3/+1
2018-03-22usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam1-1/+1
2018-03-22USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun1-0/+1
2018-03-22usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du1-12/+8
2018-02-03usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt1-1/+1
2017-12-25usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva1-1/+0
2017-12-14usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverRaz Manor1-12/+13
2017-12-14usb: gadget: pxa27x: Test for a valid argument pointerPetr Cvek1-2/+3
2017-12-14usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda1-1/+1
2017-10-18USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern1-3/+6
2017-10-12USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern1-2/+30
2017-10-12USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern1-0/+9
2017-10-12USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern1-4/+11
2017-10-12usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda1-2/+3
2017-10-12usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda1-1/+10
2017-10-12usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda1-1/+2
2017-10-12usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre1-1/+3
2017-08-16usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() callingYoshihiro Shimoda1-5/+16
2017-06-24USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2-17/+5
2017-06-24USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold1-3/+3
2017-06-24usb: gadget: udc: renesas_usb3: lock for PN_ registers accessYoshihiro Shimoda1-3/+25