summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen2017-12-011-0/+7
* xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman2017-12-011-4/+8
* usbip: Fix USB device hang due to wrong enabling of scatter-gatherYuyang Du2017-11-301-1/+0
* Merge tag 'fixes-for-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-11-307-11/+36
|\
| * usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping2017-11-281-2/+11
| * usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros2017-11-281-2/+6
| * usb: gadget: allow to enable legacy drivers without USB_ETHBart Van Assche2017-11-282-2/+12
| * usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda2017-11-281-1/+1
| * usb: gadget: don't dereference g until after it has been null checkedColin Ian King2017-11-281-2/+5
| * usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych2017-11-271-1/+0
| * usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier2017-11-271-1/+1
* | Merge tag 'usb-serial-4.15-rc2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2017-11-302-0/+5
|\ \
| * | USB: serial: usb_debug: add new USB device idLu Baolu2017-11-281-0/+2
| * | USB: serial: option: add Quectel BG96 idSebastian Sjoholm2017-11-271-0/+3
| |/
* | uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devicesHans de Goede2017-11-281-0/+4
* | usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C HubKai-Heng Feng2017-11-281-0/+3
* | usb: hub: Cycle HUB power when initialization failsMike Looijmans2017-11-281-0/+9
* | USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2017-11-281-4/+24
* | usb: host: fix incorrect updating of offsetColin Ian King2017-11-281-1/+1
* | USB: ulpi: fix bus-node lookupJohan Hovold2017-11-281-2/+2
* | USB: usbfs: Filter flags passed in from user spaceOliver Neukum2017-11-281-5/+9
* | usb: add user selectable option for the whole USB Type-C SupportHeikki Krogerus2017-11-282-9/+46
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2118-66/+60
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-213-20/+29
* Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-4/+26
|\
| * Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-1371-0/+71
| |\
| * \ Merge branch 'for-next' into for-linusTakashi Iwai2017-11-131-4/+26
| |\ \
| | * | usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2017-10-111-4/+26
* | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-1422-51/+51
|\ \ \ \
| * | | | usb: gadget: configfs: make config_item_type constBhumika Goyal2017-10-191-5/+5
| * | | | usb: gadget: make config_item_type structures constBhumika Goyal2017-10-1921-46/+46
* | | | | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-13658-8691/+3984
|\ \ \ \ \
| * | | | | usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov2017-11-091-0/+1
| * | | | | USB: usbfs: compute urb->actual_length for isochronousAlan Stern2017-11-091-0/+14
| * | | | | usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi2017-11-091-0/+2
| * | | | | USB: typec: Remove remaining redundant license textGreg Kroah-Hartman2017-11-074-34/+0
| * | | | | USB: typec: add SPDX identifiers to some filesGreg Kroah-Hartman2017-11-075-0/+5
| * | | | | USB: renesas_usbhs: rcar?.h: add SPDX tagsGreg Kroah-Hartman2017-11-072-0/+2
| * | | | | USB: chipidea: ci_hdrc_tegra.c: add SPDX lineGreg Kroah-Hartman2017-11-071-0/+1
| * | | | | USB: host: xhci-debugfs: add SPDX linesGreg Kroah-Hartman2017-11-072-0/+2
| * | | | | USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-0710-0/+10
| * | | | | usb: host: isp1362-hcd: remove a couple of redundant assignmentsColin Ian King2017-11-071-2/+1
| * | | | | USB: adutux: remove redundant variable minorColin Ian King2017-11-071-2/+0
| * | | | | usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi2017-11-071-7/+40
| * | | | | usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-073-10/+10
| * | | | | usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi2017-11-071-3/+3
| * | | | | usb: core: add Status Type definitionsFelipe Balbi2017-11-071-2/+2
| * | | | | USB: gadget: Remove redundant license textGreg Kroah-Hartman2017-11-077-32/+0
| * | | | | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-0755-244/+0