aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2020-09-07Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-09-04usb: bdc: Halt controller on suspendDanesh Petigara
2020-09-04bdc: Fix bug causing crash after multiple disconnectsSasi Kumar
2020-09-04usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov
2020-08-20Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-08-18usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov
2020-08-16Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-08-13usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2020-07-20Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-07-16usb: gadget: udc: Potential Oops in error handling codeDan Carpenter
2020-07-13usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu
2020-07-13usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King
2020-07-13USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor
2020-07-13usb: gadget: core: sync interrupt before unbind the udcPeter Chen
2020-06-11Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-06-08usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-06-04usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan
2020-06-04usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor
2020-05-19Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-05-15usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai
2020-03-21Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-03-20USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov
2020-02-05Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-01-31usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva
2019-12-29Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-12-29usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2019-12-29usb: fsl: Check memory resource before releasing itNikhil Badola
2019-12-18Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-12-16usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros
2019-12-12Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-12-10USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-11-25Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-11-25usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-11-10Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-11-09USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-08-27Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-08-25usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda
2019-07-04usb: gadget: udc-xilinx: Resolve kernel-doc warningsManish Narani
2019-07-04usb: gadget: udc: udc-xilinx: Resolve compilation warningsManish Narani
2019-07-04usb: gadget: udc: udc-xilinx: Add identifier to read_fn function argManish Narani
2019-07-04usb: xilinx: Add suspend resume supportShubhrajyoti Datta
2019-07-04usb: gadget: udc-xilinx: Add clock supportShubhrajyoti Datta
2019-06-06usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()Wei Yongjun
2019-06-06usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni
2019-06-06usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao
2019-05-03usb: gadget: atmel: tie wake lock to running clockJonas Bonn
2019-05-03usb: gadget: atmel: support USB suspendJonas Bonn
2019-05-03usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun