summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-15usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman1-0/+70
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi4-0/+61
2017-12-12usb: xhci: make function xhci_dbc_free_req staticColin Ian King1-1/+1
2017-12-12xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman1-1/+1
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern7-13/+2
2017-12-12usb: typec: wcove: fix the sink capabilitiesHeikki Krogerus1-3/+1
2017-12-08doc: usb: chipidea: Fix typo in 'enumerate'Fabio Estevam1-6/+6
2017-12-08xhci: add port status tracing for Get Hub Status requestsMathias Nyman2-0/+7
2017-12-08xhci: add port status tracing for Get Port Status hub requestsMathias Nyman2-0/+6
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis7-5/+23
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu3-21/+0
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu4-258/+0
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu9-0/+1829
2017-12-08usb: xhci: Make some static functions globalLu Baolu3-42/+72
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman5-31/+16
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman3-4/+26
2017-12-08dt-bindings: usb-xhci: Document r8a7743 supportFabrizio Castro1-1/+3
2017-12-08usb: xhci: remove unused variable ep_ringCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable urb_privCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable epCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable last_freed_endpointCorentin Labbe1-3/+0
2017-12-07typec: tcpm: Only request matching pdosBadhri Jagan Sridharan1-42/+121
2017-12-07typec: tcpm: Validate source and sink capsBadhri Jagan Sridharan3-17/+131
2017-12-07usb: early: Correct the endpoint type value for bulk in endpointLu Baolu1-1/+1
2017-12-07uas: Remove US_FL_NO_ATA_1X unusual device entries for Seagate devicesHans de Goede1-63/+0
2017-12-07usb: host: fotg210: Use dma_pool_zallocVasyl Gomonovych1-5/+2
2017-12-07usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman1-1/+1
2017-12-07tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT1-1/+1
2017-12-06USB: storage: Remove obsolete "FIXME"Mikhail Zaytsev1-4/+4
2017-12-06usb: typec: remove duplicate includesPravin Shedge1-1/+0
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches3-17/+14
2017-11-28USB: of: clean up device-node helperJohan Hovold4-20/+19
2017-11-28USB: ledtrig-usbport: fix of-node leakJohan Hovold1-1/+7
2017-11-28USB: add device-tree support for interfacesJohan Hovold3-6/+96
2017-11-28dt-bindings: usb: add interface bindingJohan Hovold1-2/+66
2017-11-28typec: tcpm: fusb302: Resolve out of order messaging eventsAdam Thomson1-4/+17
2017-11-28typec: fusb302: Use dev_err during probeMats Karrman1-9/+8
2017-11-28USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King1-1/+1
2017-11-28USB: host: whci: remove redundant variable tColin Ian King1-2/+0
2017-11-28usb: core: lower log level when device is not able to deal with stringKai-Heng Feng1-1/+1
2017-11-26Linux 4.15-rc1v4.15-rc1Linus Torvalds1-2/+2
2017-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-6/+42
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-15/+52
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-616/+472
2017-11-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+17
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+32
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2017-11-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-40/+72
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King2-0/+24
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds351-1773/+1225