summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2016-11-14xhci: cleanup and refactor process_ctrl_td()Mathias Nyman1-58/+45
2016-11-14xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman1-47/+7
2016-11-14xhci: add trb_is_noop() helper functionMathias Nyman1-7/+9
2016-11-14xhci: use trb helper functions when possibleMathias Nyman1-6/+5
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman1-1/+6
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman1-6/+6
2016-11-14xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman1-1/+0
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman1-0/+8
2016-11-11USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2016-11-07drivers/usb: Skip auto handoff for TI and RENESAS usb controllersBabu Moger1-0/+8
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches1-13/+14
2016-11-03usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi2-14/+9
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi5-13/+8
2016-11-03usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-3/+3
2016-11-03usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2-5/+7
2016-10-30Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman6-8/+59
2016-10-29usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe()Wei Yongjun1-1/+0
2016-10-27usb: xhci-mtk: make IPPC register optionalChunfeng Yun2-7/+32
2016-10-27USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar4-131/+74
2016-10-24usb: ohci-da8xx: Remove code that references machDavid Lechner2-47/+56
2016-10-24usb: ohci-at91: Use descriptor-based gpio APIsWenyou Yang1-90/+31
2016-10-24USB: EHCI: merge all cases that disable the IO watchdogLucas Stach1-2/+0
2016-10-24USB: EHCI: elide I/O watchdog on AMD partsLucas Stach1-0/+1
2016-10-24usb: Convert pr_warning to pr_warnJoe Perches1-13/+14
2016-10-24usb: increase ohci watchdog delay to 275 msecBryan Paluch1-1/+1
2016-10-24usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada1-1/+1
2016-10-24usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang1-3/+6
2016-10-20xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman1-2/+2
2016-10-20xhci: workaround for hosts missing CAS bitMathias Nyman3-0/+46
2016-10-20xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-190/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-10-05USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton2-190/+0
2016-09-27USB: bcma: drop Northstar PHY 2.0 initialization codeRafał Miłecki1-55/+25
2016-09-13usb: ohci: Allow ohci on omap5 alsoTony Lindgren1-1/+1
2016-09-13USB: host: ohci-at91: fix non static symbol warningWei Yongjun1-1/+1
2016-09-13usb: host: xhci-tegra: Fix error return code in tegra_xusb_probe()Wei Yongjun1-0/+1
2016-09-12Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman1-1/+5
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-08-30USB: ohci-omap - avoid including mach/irqs.hRussell King1-1/+0
2016-08-30usb: ohci-sa1111: remove mach/hardware.h includeRussell King1-1/+0
2016-08-30usb: ohci-sa1111: remove machine_has_neponset()Russell King1-2/+1
2016-08-30usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang1-1/+68
2016-08-30usb: host: xhci: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-30usb: host: xhci-tegra: don't print on ENOMEMWolfram Sang1-1/+0
2016-08-30usb: host: uhci-hcd: don't print on ENOMEMWolfram Sang1-4/+1
2016-08-30usb: host: max3421-hcd: don't print on ENOMEMWolfram Sang1-6/+2
2016-08-30usb: host: fhci-hcd: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-21Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman5-11/+17
2016-08-16xhci: don't dereference a xhci member after removing xhciMathias Nyman1-1/+2