summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorLines
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2020-12-10USB: gadget: f_fs: remove likely/unlikelyGreg Kroah-Hartman-89/+88
2020-12-10usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham-1/+4
2020-12-10USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker-0/+6
2020-12-10USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho-1/+1
2020-12-10USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker-1/+3
2020-12-07USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh-1/+1
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman-2/+4
2020-12-04usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam-2/+4
2020-12-01block: remove i_bdevChristoph Hellwig-4/+4
2020-11-30Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman-3/+10
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva-1/+6
2020-11-20usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong-0/+3
2020-11-20usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong-3/+7
2020-11-09Merge 5.10-rc3 into usb-nextGreg Kroah-Hartman-3/+6
2020-11-02Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-3/+6
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman-1/+1
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-10-28usb: gadget: pxa27x_udc: Replace in_interrupt() usage in commentsAhmed S. Darwish-9/+10
2020-10-28usb: gadget: udc: Remove in_interrupt()/in_irq() from commentsAhmed S. Darwish-4/+4
2020-10-27usb: raw-gadget: fix memory leak in gadget_setupZqiang-1/+4
2020-10-27usb: gadget: fsl: fix null pointer checkingRan Wang-1/+1
2020-10-27usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov-1/+1
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-71/+162
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-198/+246
2020-10-02usb: bdc: remove duplicated error messageTang Bin-4/+3
2020-10-02usb: bdc: Fix unused assignment in bdc_probe()Tang Bin-1/+1
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang-4/+4
2020-10-02usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_rootChunfeng Yun-0/+1
2020-10-02usb: gadget: tegra-xudc: Do not print errors on probe deferralThierry Reding-2/+6
2020-10-02usb: gadget: tegra-xudc: Properly align parametersThierry Reding-10/+8
2020-10-02usb: gadget: fix spelling mistake "Dectected" -> "Detected"Colin Ian King-1/+1
2020-10-02usb: gadget: tegra-xudc: Use consistent spelling and formattingThierry Reding-18/+18
2020-10-02usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET-1/+1
2020-10-02usb: gadget: core: do not try to disconnect gadget if it is not connectedPeter Chen-0/+3
2020-10-02usb: gadget: s3c: Remove unused 'udc' variableKrzysztof Kozlowski-3/+0
2020-10-02Revert "usb: udc: allow adding and removing the same gadget device"Peter Chen-1/+0
2020-10-02USB: UDC: net2272: Fix memory leaksAlan Stern-10/+14
2020-10-02USB: UDC: net2280: Fix memory leaksAlan Stern-4/+8
2020-10-02USB: UDC: Expand device model API interfaceAlan Stern-15/+63
2020-10-02usb: gadget: fsl: Fix unsigned expression compared with zero in fsl_udc_probeYe Bin-3/+4
2020-10-02usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti-1/+1
2020-10-02usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda-0/+1
2020-10-02usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti-1/+1
2020-10-02usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15Lorenzo Colitti-1/+1
2020-10-02usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti-2/+4
2020-10-02usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak-6/+6
2020-10-02usb: gadget: lpc32xx_udc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-14/+3
2020-10-02USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue-28/+2
2020-10-02usb: gadget: pch_udc: Convert to use GPIO descriptorsLinus Walleij-33/+22