aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-26/+100
2020-08-27USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko1-4/+4
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile1-12/+69
2020-08-25USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile1-11/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+4
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET1-3/+4
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds48-196/+247
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+2
2020-08-03Merge tag 'arm-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-30usb: gadget: udc: Avoid tasklet passing a globalKees Cook1-4/+2
2020-07-29usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-5/+2
2020-07-29usb: gadget: r8a66597: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-4/+2
2020-07-24usb: gadget: function: printer: Interface is disabled and returns errorZqiang1-0/+36
2020-07-24usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol1-5/+2
2020-07-24usb: bdc: Use devm_clk_get_optional()Florian Fainelli1-5/+3
2020-07-24usb: bdc: Halt controller on suspendDanesh Petigara1-2/+7
2020-07-24usb: bdc: driver runs out of buffer descriptors on large ADB transfersAl Cooper1-1/+1
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper1-3/+7
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2-6/+14
2020-07-24usb: bdc: Add compatible string for new style USB DT nodesAl Cooper1-1/+1
2020-07-24usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov1-1/+3
2020-07-24usb: gadget: net2272: skip BAR1 on error handling paths in probeEvgeny Novikov1-0/+2
2020-07-24usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun1-15/+11
2020-07-24usb: gadget: udc: atmel: implement .pullup callbackMichał Mirosław1-0/+20
2020-07-24usb: gadget: udc: Flush pending work also in error pathMarek Szyprowski1-0/+1
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman3-10/+9
2020-07-15usb: gadget: Replace HTTP links with HTTPS onesAlexander A. Klimov6-6/+6
2020-07-10udc: lpc32xx: make symbol 'lpc32xx_usbddata' staticWei Yongjun1-1/+1
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva16-41/+43
2020-07-09usb: gadget: udc: max3420_udc: Remove set, but never checked variable 'addr'Lee Jones1-2/+1
2020-07-09usb: gadget: udc: mv_u3d_core: Remove unused static const 'driver_desc'Lee Jones1-1/+0
2020-07-09usb: gadget: function: u_uac1_legacy: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-7/+7
2020-07-09usb: gadget: udc: pch_udc: Fix a plethora of function documentation related issuesLee Jones1-18/+18
2020-07-09usb: gadget: udc: mv_udc_core: Remove unused static const variable 'driver_desc'Lee Jones1-1/+0
2020-07-09usb: gadget: udc: lpc32xx_udc: Staticify 2 local functionsLee Jones1-2/+2
2020-07-09usb: gadget: function: f_fs: Demote function header which is clearly not kerneldocLee Jones1-1/+1
2020-07-09usb: gadget: legacy: nokia: Remove unused static variable 'product_nokia'Lee Jones1-1/+0
2020-07-09usb: gadget: udc: atmel_usba_udc: Remove set but unused variable 'pp'Lee Jones1-3/+0
2020-07-09usb: gadget: udc: pxa27x_udc: Fix a bunch of kerneldoc issuesLee Jones1-9/+6
2020-07-09usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make the markLee Jones1-2/+2
2020-07-09usb: gadget: udc: amd5536udc_pci: Remove unused variable 'mod_desc'Lee Jones1-1/+0
2020-07-09usb: gadget: legacy: printer: Remove unused variable 'driver_desc'Lee Jones1-1/+0
2020-07-09usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd'Lee Jones1-1/+1
2020-07-09usb: gadget: function: u_serial: Repair misdocumented function argumentLee Jones1-1/+1
2020-07-09usb: gadget: udc: core: Fix a bunch of kerneldoc misdemeanoursLee Jones1-8/+10
2020-07-09usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang1-0/+2
2020-07-09usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław1-1/+1
2020-07-09usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław1-7/+1
2020-07-09usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov1-2/+5