summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2016-11-14usb: host: xhci: plat: add support for Renesas r8a7796 SoCYoshihiro Shimoda
2016-11-14usb: host: xhci: rcar: add a new firmware version for r8a7796Yoshihiro Shimoda
2016-11-14usb: xhci: clean up error_bitmask usageLu Baolu
2016-11-14xhci: Remove duplicate xhci urb giveback functionsMathias Nyman
2016-11-14xhci: Giveback urb in finish_td directlyMathias Nyman
2016-11-14xhci: refactor handle_tx_event() urb givebackMathias Nyman
2016-11-14xhci: fix non static symbol warningWei Yongjun
2016-11-14xhci: cleanup and refactor td_to_noop()Mathias Nyman
2016-11-14xhci: refactor and cleanup process_isoc_td()Mathias Nyman
2016-11-14xhci: rename endpoint related trb variablesMathias Nyman
2016-11-14xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman
2016-11-14xhci: cleanup and refactor process_ctrl_td()Mathias Nyman
2016-11-14xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman
2016-11-14xhci: add trb_is_noop() helper functionMathias Nyman
2016-11-14xhci: use trb helper functions when possibleMathias Nyman
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman
2016-11-14xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman
2016-11-11USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern
2016-11-07drivers/usb: Skip auto handoff for TI and RENESAS usb controllersBabu Moger
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches
2016-11-03usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi
2016-11-03usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-11-03usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-10-30Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman
2016-10-29usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe()Wei Yongjun
2016-10-27usb: xhci-mtk: make IPPC register optionalChunfeng Yun
2016-10-27USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar
2016-10-24usb: ohci-da8xx: Remove code that references machDavid Lechner
2016-10-24usb: ohci-at91: Use descriptor-based gpio APIsWenyou Yang
2016-10-24USB: EHCI: merge all cases that disable the IO watchdogLucas Stach
2016-10-24USB: EHCI: elide I/O watchdog on AMD partsLucas Stach
2016-10-24usb: Convert pr_warning to pr_warnJoe Perches
2016-10-24usb: increase ohci watchdog delay to 275 msecBryan Paluch
2016-10-24usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada
2016-10-24usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang
2016-10-20xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman
2016-10-20xhci: workaround for hosts missing CAS bitMathias Nyman
2016-10-20xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-05USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton
2016-09-27USB: bcma: drop Northstar PHY 2.0 initialization codeRafał Miłecki
2016-09-13usb: ohci: Allow ohci on omap5 alsoTony Lindgren
2016-09-13USB: host: ohci-at91: fix non static symbol warningWei Yongjun
2016-09-13usb: host: xhci-tegra: Fix error return code in tegra_xusb_probe()Wei Yongjun
2016-09-12Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman