aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2018-03-08usb: gadget: udc: atmel: Use devm_ioremap_resource()Ladislav Michl
2018-03-08USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King
2018-03-08usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder
2018-03-08USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-03-08USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-03-08USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-03-08USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-03-05usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong
2018-02-15USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun
2018-02-12usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner
2018-02-12usb: gadget: udc: Remove USB_GADGET_DUALSPEED selectUlf Magnusson
2018-02-12usb: gadget: core: Fix use-after-free of usb_requestManu Gautam
2018-02-12usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham
2018-02-12usb: gadget: f_fs: Process all descriptors during bindJack Pham
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping
2018-02-12usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()Yoshihiro Shimoda
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman
2018-01-22usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt
2018-01-22usb: gadget: compress return logic into one lineGustavo A. R. Silva
2018-01-16usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman
2018-01-09usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar
2018-01-09USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-12-12Revert "usb: gadget: allow to enable legacy drivers without USB_ETH"Felipe Balbi
2017-12-12usb: gadget: webcam: fix V4L2 Kconfig dependencyArnd Bergmann
2017-12-11USB: dummy-hcd: Adapt dummy_udc_set_speed()Roger Quadros
2017-12-11USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()Roger Quadros
2017-12-11usb: gadget: bcm63xx_udc: Use common error handling code in bcm63xx_udc_probe()Markus Elfring
2017-12-11usb: gadget: pxa27x: Remove redundant assignment to is_short and devColin Ian King
2017-12-11usb: gadget: udc-xilinx: remove redundant pointer udcColin Ian King
2017-12-11USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King
2017-12-11USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"Colin Ian King
2017-12-11usb: gadget: ffs: Make sparse happierVincent Pelletier
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu
2017-12-11gadget event trace : add request pointerMatthieu CASTET
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping
2017-11-28usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros
2017-11-28usb: gadget: allow to enable legacy drivers without USB_ETHBart Van Assche
2017-11-28usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda
2017-11-28usb: gadget: don't dereference g until after it has been null checkedColin Ian King
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych
2017-11-27usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier