summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)Author
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-02-07usb: gadget: fix various indentation issuesColin Ian King
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2018-07-26usb: gadget: tcm: fix spelling mistake: "Manufactor" -> "Manufacturer"Colin Ian King
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-03-26usb: Remove Blackfin references in USB supportAaron Wu
2018-03-13usb: gadget: mass_storage: Set max_speed to SSPThinh Nguyen
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-22usb: gadget: compress return logic into one lineGustavo A. R. Silva
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: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28usb: gadget: allow to enable legacy drivers without USB_ETHBart Van Assche
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: gadget: zero: Convert timers to use timer_setup()Kees Cook
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern
2017-09-22USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern
2017-09-22USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol
2017-06-15USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern
2017-06-13usb: gadget: mass_storage: set msg_registered after msg registeredLi Jun
2017-06-09USB: gadget: fix GPF in gadgetfsAlan Stern
2017-03-17drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova
2017-03-17drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak
2017-01-02USB: gadgetfs: remove unnecessary assignmentAlan Stern
2017-01-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern
2017-01-02USB: gadgetfs: fix use-after-free bugAlan Stern
2017-01-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern
2017-01-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds