aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2021-11-12usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven
2021-10-06usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter
2021-09-22usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET
2021-09-22usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova
2021-09-22usb: gadget: udc: at91: add IRQ checkSergey Shtylyov
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda
2021-05-22usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King
2021-05-22USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang
2021-05-22usb: gadget: aspeed: fix dma map failureTao Ren
2021-05-22fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-05-22fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-05-22fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-05-22fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-05-22fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-05-22fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2021-05-22usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko
2021-05-22usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko
2021-05-22usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko
2021-05-22usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko
2021-05-22usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang
2021-01-27usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson
2021-01-27usb: udc: core: Use lock when write to soft_connectThinh Nguyen
2021-01-27usb: gadget: aspeed: fix stop dma register setting.Ryan Chen
2020-12-30USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh
2020-11-18usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov
2020-08-19usb: bdc: Halt controller on suspendDanesh Petigara
2020-08-19bdc: Fix bug causing crash after multiple disconnectsSasi Kumar
2020-08-19usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov
2020-07-29usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov
2020-07-22usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2020-06-30usb: gadget: udc: Potential Oops in error handling codeDan Carpenter
2020-06-25usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu
2020-06-25usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King
2020-06-25USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor
2020-06-22PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2020-05-20usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET
2020-05-02usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor
2020-02-24usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai
2020-01-27usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire
2020-01-12USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov
2020-01-12USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva
2019-11-24usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai
2019-11-12usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2019-11-12usb: fsl: Check memory resource before releasing itNikhil Badola
2019-11-10usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros
2019-11-06USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-10-29usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-10-17USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com