aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds4-11/+11
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-213/+53
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-11/+11
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-15/+13
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman1-4/+4
2018-01-22usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt1-1/+1
2018-01-22usb: gadget: compress return logic into one lineGustavo A. R. Silva1-4/+2
2018-01-16usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner1-23/+7
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman1-15/+13
2018-01-09usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2018-01-09USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern1-15/+13
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman9-203/+44
2017-12-12Revert "usb: gadget: allow to enable legacy drivers without USB_ETH"Felipe Balbi2-12/+2
2017-12-12usb: gadget: webcam: fix V4L2 Kconfig dependencyArnd Bergmann1-1/+1
2017-12-11USB: dummy-hcd: Adapt dummy_udc_set_speed()Roger Quadros1-13/+1
2017-12-11USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()Roger Quadros1-2/+0
2017-12-11usb: gadget: bcm63xx_udc: Use common error handling code in bcm63xx_udc_probe()Markus Elfring1-8/+8
2017-12-11usb: gadget: pxa27x: Remove redundant assignment to is_short and devColin Ian King1-3/+0
2017-12-11usb: gadget: udc-xilinx: remove redundant pointer udcColin Ian King1-2/+0
2017-12-11USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King1-1/+0
2017-12-11USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"Colin Ian King1-1/+1
2017-12-11usb: gadget: ffs: Make sparse happierVincent Pelletier1-3/+6
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu1-168/+24
2017-12-11gadget event trace : add request pointerMatthieu CASTET1-2/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro4-8/+8
2017-11-28usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping1-2/+11
2017-11-28usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros1-2/+6
2017-11-28usb: gadget: allow to enable legacy drivers without USB_ETHBart Van Assche2-2/+12
2017-11-28usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda1-1/+1
2017-11-28usb: gadget: don't dereference g until after it has been null checkedColin Ian King1-2/+5
2017-11-27media: annotate ->poll() instancesAl Viro3-3/+3
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych1-1/+0
2017-11-27usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook6-20/+19
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds22-51/+51
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds143-781/+287
2017-11-09usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov1-0/+1
2017-11-07USB: gadget: Remove redundant license textGreg Kroah-Hartman7-32/+0
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman55-244/+0
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman60-346/+1
2017-11-07USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman17-74/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar12-0/+12
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman143-0/+143
2017-11-03usb: gadget: udc: renesas_usb3: make const array max_packet_array staticColin Ian King1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-11-01usb: gadget: zero: Convert timers to use timer_setup()Kees Cook1-3/+5
2017-11-01usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-01usb: gadget: composite: mark expected switch fall-throughsGustavo A. R. Silva1-3/+4
2017-11-01usb: gadget: f_phonet: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2