summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros3-0/+15
2017-04-08usb: xhci: refine xhci_decode_trb()Lu Baolu1-20/+20
2017-04-08usb: xhci: fix link trb decodingLu Baolu1-7/+5
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu3-181/+0
2017-04-08usb: xhci: remove xhci_debug_trb()Lu Baolu3-63/+0
2017-04-08usb: xhci: remove ring debugging codeLu Baolu4-75/+0
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu4-16/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu4-16/+12
2017-04-08usb: xhci: make several functions staticLu Baolu2-70/+30
2017-04-08usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2-27/+0
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu3-0/+74
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman4-67/+80
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley1-10/+10
2017-04-08xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing1-25/+55
2017-04-08usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi1-22/+37
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi4-2/+302
2017-04-08usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2-12/+18
2017-04-08usb: host: xhci: print device slot from URB tracersFelipe Balbi1-3/+5
2017-04-08usb: xhci: Add port test modes support for usb2.Guoqing Zhang2-0/+87
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang2-1/+2
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2-18/+33
2017-04-08usb: xhci: Add helper function xhci_set_power_on().Guoqing Zhang1-21/+45
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu1-2/+2
2017-04-08usb: xhci: plat: Enable async suspend/resumeAndrew Bresticker1-0/+2
2017-04-08usb: usbip: Remove unnecessary get_vdev()Yuyang Du1-30/+2
2017-04-08usb: misc: refactor codeGustavo A. R. Silva1-28/+21
2017-04-08usb: misc: add missing continue in switchGustavo A. R. Silva1-0/+1
2017-04-08usb: hcd: use correct device pointer for dma opsSekhar Nori1-1/+1
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman80-253/+2486
2017-04-02Merge tag 'dmaengine-fix-4.11-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2-1/+6
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2017-04-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+1
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-04-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+5
2017-04-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-39/+57
2017-04-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2017-04-01Merge tag 'usb-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-21/+35
2017-04-01Merge tag 'tty-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-5/+36
2017-04-01Merge tag 'acpi-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-4/+12
2017-04-01Merge tag 'pm-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-17/+39
2017-04-01Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-28/+6
2017-04-01tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi1-2/+21
2017-04-01cdc-acm: remove unused element of struct acmTobias Herzog1-1/+0
2017-04-01cdc-acm: log message for serial state notificationTobias Herzog1-0/+2
2017-04-01cdc-acm: reassemble fragmented notificationsTobias Herzog2-29/+86
2017-04-01cdc-acm: fix possible invalid access when processing notificationTobias Herzog1-4/+9
2017-03-31drivers/rapidio/devices/tsi721.c: make module parameter variable name uniqueRandy Dunlap2-4/+4
2017-03-31Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes'Rafael J. Wysocki2-17/+39
2017-03-31Merge branches 'acpi-hotplug-fixes', 'acpi-build-fixes' and 'acpi-apei-fixes'Rafael J. Wysocki2-1/+1
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-0/+47