aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 5-295/+260
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-08-01Merge branch 'pci/msi-affinity' into nextGravatar Bjorn Helgaas 39-423/+532
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-283/+0
2016-07-28Merge branch 'for-4.8/hid-led' into for-linusGravatar Jiri Kosina 3-283/+0
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-1/+1
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-7/+25
2016-07-26Merge tag 'usb-serial-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 5-295/+260
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+0
2016-07-24Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 87-2828/+5311
2016-07-18cdc-acm: beautify probe()Gravatar Oliver Neukum 1-20/+24
2016-07-18cdc-wdm: use the common CDC parserGravatar Oliver Neukum 1-25/+5
2016-07-18cdc-acm: cleanup error handlingGravatar Oliver Neukum 1-5/+3
2016-07-18cdc-acm: use the common parserGravatar Oliver Neukum 1-59/+10
2016-07-18usbnet: move the CDC parser into USB coreGravatar Oliver Neukum 1-0/+153
2016-07-17usb: musb: sunxi: Simplify dr_mode handlingGravatar Hans de Goede 1-43/+25
2016-07-17usb: musb: sunxi: make unexported symbols staticGravatar Ben Dooks 1-3/+3
2016-07-17usb: musb: cppi41: add dma channel tracepointsGravatar Bin Liu 2-12/+80
2016-07-17usb: musb: cppi41: move struct cppi41_dma_channel to headerGravatar Bin Liu 2-21/+23
2016-07-17usb: musb: cleanup cppi_dma headerGravatar Bin Liu 2-8/+1
2016-07-17usb: musb: gadget: add usb-request tracepointsGravatar Bin Liu 2-21/+90
2016-07-17usb: musb: host: add urb tracepointsGravatar Bin Liu 2-26/+71
2016-07-17usb: musb: add tracepoints to dump interrupt eventsGravatar Bin Liu 2-3/+22
2016-07-17usb: musb: add tracepoints for register accessGravatar Bin Liu 2-3/+103
2016-07-17usb: musb: dsps: use musb register read/write wrappers insteadGravatar Bin Liu 1-68/+44
2016-07-17usb: musb: switch dev_dbg to tracepointsGravatar Bin Liu 8-199/+187
2016-07-17usb: musb: add tracepoints support for debuggingGravatar Bin Liu 4-1/+93
2016-07-16USB: serial: use variable for statusGravatar Oliver Neukum 1-8/+10
2016-07-16USB: serial: option: add support for Telit LE910 PID 0x1206Gravatar Daniele Palmas 1-0/+3
2016-07-15USB: serial: cp210x: use kmemdupGravatar Muhammad Falak R Wani 1-3/+1
2016-07-15USB: serial: ti_usb_3410_5052: use functions rather than macrosGravatar Mathieu OTHACEHE 1-4/+11
2016-07-15USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hGravatar Mathieu OTHACEHE 2-261/+235
2016-07-15USB: serial: ti_usb_3410_5052: use __packedGravatar Mathieu OTHACEHE 1-7/+7
2016-07-15USB: serial: ti_usb_3410_5052: remove useless commentsGravatar Mathieu OTHACEHE 1-21/+2
2016-07-14usb: quirks: Add no-lpm quirk for ElanGravatar Joseph Salisbury 1-0/+3
2016-07-08Merge tag 'v4.7-rc6' into patchworkGravatar Mauro Carvalho Chehab 39-423/+532
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsGravatar Hans Verkuil 1-1/+1
2016-07-07timers: Remove set_timer_slack() leftoversGravatar Thomas Gleixner 2-3/+0
2016-07-04Merge 4.7-rc6 into usb-nextGravatar Greg Kroah-Hartman 5-16/+21
2016-07-04Merge 4.7-rc6 into tty-nextGravatar Greg Kroah-Hartman 5-16/+21
2016-07-01Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2016-07-01Merge tag 'usb-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-10/+9
2016-07-01usb: dwc3: host: Fix broken XHCI hostGravatar Roger Quadros 1-1/+42
2016-07-01xhci: free the correct ringGravatar Arnd Bergmann 1-0/+1
2016-07-01Merge tag 'usb-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pet...Gravatar Greg Kroah-Hartman 1-2/+3
2016-07-01usb: dwc3: st: Use explicit reset_control_get_exclusive() APIGravatar Lee Jones 1-1/+2
2016-06-30Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 3-5/+10
2016-06-30usb: dwc3: st: Inform the reset framework that our reset line may be sharedGravatar Lee Jones 1-1/+2
2016-06-30usb: host: ehci-st: Inform the reset framework that our reset line may be sharedGravatar Lee Jones 1-2/+4
2016-06-30usb: host: ohci-st: Inform the reset framework that our reset line may be sharedGravatar Lee Jones 1-2/+4