summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2020-06-30usb: gadget: udc: Potential Oops in error handling codeDan Carpenter1-1/+2
2020-06-24usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak1-17/+61
2020-06-24usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu1-1/+1
2020-06-24usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King1-5/+6
2020-06-24USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-06-24usb: gadget: core: sync interrupt before unbind the udcPeter Chen1-0/+2
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-20usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-05-20usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET1-0/+2
2020-05-20USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-05-02usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan1-2/+2
2020-05-02usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor1-1/+1
2020-04-29usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami1-0/+4
2020-04-17usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen1-0/+9
2020-04-17usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki1-0/+1
2020-03-12usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
2020-03-12usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2020-03-12usb: gadget: composite: Support more than 500mA MaxPowerJack Pham1-6/+18
2020-02-28usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham1-5/+3
2020-02-24usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai1-7/+9
2020-02-11usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+12
2020-02-11usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+13
2020-02-11usb: gadget: legacy: set max_speed to super-speedRoger Quadros4-4/+4
2020-02-11usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen1-0/+2
2020-01-12USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov1-4/+4
2020-01-09usb: gadget: fix wrong endpoint descEJ Hsu2-1/+6
2019-12-17USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov1-1/+1
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva1-1/+0
2019-12-17usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2019-12-13usb: gadget: u_serial: add missing port entry lockingMichał Mirosław1-0/+2
2019-10-29USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern1-0/+11
2019-10-27usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen1-5/+105
2019-10-27usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru1-0/+4
2019-10-27usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan1-2/+4
2019-10-27usb: gadget: udc: renesas_usb3: Fix __le16 warningsYoshihiro Shimoda1-5/+6
2019-10-27usb: fsl: Check memory resource before releasing itNikhil Badola1-1/+1
2019-10-15usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva1-3/+3
2019-10-04udc: lpc32xx: fix 64-bit compiler warningArnd Bergmann2-3/+3
2019-10-04USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com1-1/+2
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-113/+120
2019-09-19vfs: Convert functionfs to use the new mount APIDavid Howells1-113/+120
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-132/+167
2019-09-17Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-3/+3
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman12-104/+156
2019-08-30usb: gadget: net2280: Add workaround for AB chip Errata 11Benjamin Herrenschmidt1-0/+10
2019-08-30usb: gadget: net2280: Move all "ll" registers in one structureBenjamin Herrenschmidt2-20/+11
2019-08-28usb: gadget: composite: Set recommended BESL valuesThinh Nguyen1-12/+26
2019-08-28usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva1-1/+1