aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-16usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-08-15ehci-platform: add the max clock number to 4Icenowy Zheng1-1/+1
2016-08-15USB: bcma: support old USB 2.0 controller on Northstar devicesRafał Miłecki1-4/+82
2016-08-15whci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-09usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim1-1/+1
2016-08-09usb: ehci: change order of register cleanup during shutdownMarc Ohlf1-2/+2
2016-08-09USB: bcma: initialize Northstar USB 3.0 controllerRafał Miłecki1-0/+19
2016-08-09usb: host: fsl-mph-dr-of: use of_property_read_boolJulia Lawall1-12/+6
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas11-32/+103
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+0
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner2-3/+0
2016-07-04Merge 4.7-rc6 into usb-nextGreg Kroah-Hartman2-4/+8
2016-07-01xhci: free the correct ringArnd Bergmann1-0/+1
2016-06-30Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-4/+8
2016-06-30usb: host: ehci-st: Inform the reset framework that our reset line may be sharedLee Jones1-2/+4
2016-06-30usb: host: ohci-st: Inform the reset framework that our reset line may be sharedLee Jones1-2/+4
2016-06-29Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2016-06-26xhci: get rid of platform dataHeikki Krogerus1-4/+1
2016-06-26xhci: plat: adapt to unified device property interfaceHeikki Krogerus1-3/+2
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman1-40/+25
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman1-7/+1