summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
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-18vfs: 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-16Merge 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
2019-08-28usb: udc: lpc32xx: remove set but not used 3 variablesMao Wenan1-6/+3
2019-08-28usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros1-1/+1
2019-08-21usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva1-1/+1
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman3-12/+22
2019-08-15usb: udc: lpc32xx: allow compile-testingArnd Bergmann2-3/+3
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt1-10/+18
2019-08-12usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt1-0/+1
2019-08-12usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda1-2/+3
2019-08-12usb: gadget: aspeed: Implement dummy hub TT requestsBenjamin Herrenschmidt1-0/+6
2019-08-12usb: gadget: aspeed: Improve debugging when nukingBenjamin Herrenschmidt1-2/+4
2019-08-12usb: gadget: aspeed: Remove unused "suspended" flagBenjamin Herrenschmidt2-5/+0
2019-08-12usb: gadget: aspeed: Rework the reset logicBenjamin Herrenschmidt1-31/+27
2019-08-12usb: gadget: aspeed: Check suspend/resume callback existenceBenjamin Herrenschmidt1-2/+2
2019-08-12usb: gadget: aspeed: Don't reject requests on suspended devicesBenjamin Herrenschmidt3-6/+11
2019-08-12usb: gadget: aspeed: Fix EP0 stall handlingBenjamin Herrenschmidt2-16/+33