summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2021-01-27usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson1-1/+1
2021-01-27usb: udc: core: Use lock when write to soft_connectThinh Nguyen1-3/+10
2021-01-27usb: gadget: aspeed: fix stop dma register setting.Ryan Chen1-1/+4
2020-12-30USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh1-1/+1
2020-11-18usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov1-1/+1
2020-08-19usb: bdc: Halt controller on suspendDanesh Petigara1-2/+7
2020-08-19bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2-6/+14
2020-08-19usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov1-1/+3
2020-07-29usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov1-2/+5
2020-07-22usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław1-1/+1
2020-07-01usb: gadget: udc: Potential Oops in error handling codeDan Carpenter1-1/+2
2020-06-25usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu1-1/+1
2020-06-25usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King1-5/+6
2020-06-25USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-06-22PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2020-05-20usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET1-0/+2
2020-05-02usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor1-1/+1
2020-02-24usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai1-7/+9
2020-01-27usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire1-4/+26
2020-01-12USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov1-1/+1
2020-01-12USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov1-4/+4
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva1-1/+0
2019-11-24usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai1-1/+1
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-10usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros1-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-08-25usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda1-2/+3
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-08USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern1-4/+15
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
2019-01-26usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_deviceYoshihiro Shimoda1-5/+10
2018-12-17USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen1-0/+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-11-13usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"Yoshihiro Shimoda1-0/+3
2018-11-13usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni1-0/+2
2018-08-29usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda1-1/+4
2018-08-29usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev1-5/+10
2018-08-29USB: net2280: Fix erroneous synchronization changeAlan Stern1-2/+14
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman3-1/+102