aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 23-198/+246
2020-10-02usb: bdc: remove duplicated error messageGravatar Tang Bin 1-4/+3
2020-10-02usb: bdc: Fix unused assignment in bdc_probe()Gravatar Tang Bin 1-1/+1
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callGravatar Zqiang 1-4/+4
2020-10-02usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_rootGravatar Chunfeng Yun 1-0/+1
2020-10-02usb: gadget: tegra-xudc: Do not print errors on probe deferralGravatar Thierry Reding 1-2/+6
2020-10-02usb: gadget: tegra-xudc: Properly align parametersGravatar Thierry Reding 1-10/+8
2020-10-02usb: gadget: fix spelling mistake "Dectected" -> "Detected"Gravatar Colin Ian King 1-1/+1
2020-10-02usb: gadget: tegra-xudc: Use consistent spelling and formattingGravatar Thierry Reding 1-18/+18
2020-10-02usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not neededGravatar Christophe JAILLET 1-1/+1
2020-10-02usb: gadget: core: do not try to disconnect gadget if it is not connectedGravatar Peter Chen 1-0/+3
2020-10-02usb: gadget: s3c: Remove unused 'udc' variableGravatar Krzysztof Kozlowski 1-3/+0
2020-10-02Revert "usb: udc: allow adding and removing the same gadget device"Gravatar Peter Chen 1-1/+0
2020-10-02USB: UDC: net2272: Fix memory leaksGravatar Alan Stern 2-10/+14
2020-10-02USB: UDC: net2280: Fix memory leaksGravatar Alan Stern 2-4/+8
2020-10-02USB: UDC: Expand device model API interfaceGravatar Alan Stern 1-15/+63
2020-10-02usb: gadget: fsl: Fix unsigned expression compared with zero in fsl_udc_probeGravatar Ye Bin 1-3/+4
2020-10-02usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellGravatar Lorenzo Colitti 1-1/+1
2020-10-02usb: gadget: u_serial: clear suspended flag when disconnectingGravatar Yoshihiro Shimoda 1-0/+1
2020-10-02usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Gravatar Lorenzo Colitti 1-1/+1
2020-10-02usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15Gravatar Lorenzo Colitti 1-1/+1
2020-10-02usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Gravatar Lorenzo Colitti 1-2/+4
2020-10-02usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedGravatar Pawel Laszczak 1-6/+6
2020-10-02usb: gadget: lpc32xx_udc: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-14/+3
2020-10-02USB: gadget: f_ncm: Fix NDP16 datagram validationGravatar Bryan O'Donoghue 1-28/+2
2020-10-02usb: gadget: pch_udc: Convert to use GPIO descriptorsGravatar Linus Walleij 1-33/+22
2020-10-02usb: gadget: function: printer: fix use-after-free in __lock_acquireGravatar Zqiang 1-2/+14
2020-10-02usb: gadget: f_acm: don't disable disabled EPGravatar Michał Mirosław 1-3/+5
2020-10-02usb: gadget: aspeed: fixup vhub port irq handlingGravatar Tao Ren 2-7/+6
2020-10-02usb: gadget: udc: Drop surplus includeGravatar Linus Walleij 1-1/+0
2020-09-25usb: udc: net2280: convert to readl_poll_timeout_atomic()Gravatar Chunfeng Yun 1-11/+10
2020-09-24usb: gadget: udc: atmel: update endpoint allocation for sam9x60Gravatar Cristian Birsan 2-3/+19
2020-09-24usb: gadget: udc: atmel: use 1 bank endpoints for control transfersGravatar Cristian Birsan 1-0/+1
2020-09-24usb: gadget: udc: atmel: simplify endpoint allocationGravatar Cristian Birsan 2-14/+8
2020-09-24usb: gadget: udc: atmel: use of_find_matching_node_and_matchGravatar Claudiu Beznea 1-7/+19
2020-08-31Merge 5.9-rc3 into usb-nextGravatar Greg Kroah-Hartman 7-31/+104
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-26/+100
2020-08-27USB: gadget: u_f: Unbreak offset calculation in VLAsGravatar Andy Shevchenko 1-4/+4
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Gravatar Brooke Basile 1-12/+69
2020-08-25USB: gadget: u_f: add overflow checks to VLA macrosGravatar Brooke Basile 1-11/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-5/+4
2020-08-18usb/gadget: fsl_qe_udc: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-08-18usb/gadget: f_midi: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsGravatar Christophe JAILLET 1-3/+4
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 48-196/+247
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2020-08-03Merge tag 'arm-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Gravatar Kees Cook 1-1/+1
2020-07-30usb: gadget: udc: Avoid tasklet passing a globalGravatar Kees Cook 1-4/+2
2020-07-29usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_bynameGravatar Chunfeng Yun 1-5/+2