summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu2017-10-051-2/+1
| * | | usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu2017-10-051-6/+8
| * | | usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2017-10-053-24/+11
| * | | usb: xhci: Disable slot even when virt-dev is nullLu Baolu2017-10-052-4/+3
| * | | usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-056-4/+700
| * | | xhci: add port speed ID to portsc tracingMathias Nyman2017-10-051-2/+3
| * | | usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen2017-10-053-1/+5
| * | | ehci-atmel: Power down during suspend is normalRomain Izard2017-10-041-1/+2
| * | | usb: ohci-sa1111: remove special sa1111 mmio accessorsRussell King2017-10-041-5/+5
| * | | usb: ohci-sa1111: convert shutdown method to native device_driverRussell King2017-10-041-2/+3
| * | | usb: ohci-sa1111: use sa1111_get_irq() to obtain IRQ resourcesRussell King2017-10-041-2/+8
| * | | usb: max3421: Add devicetree supportJules Maselbas2017-10-041-1/+86
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0714-0/+14
|\ \ \ \
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
| | |_|/ | |/| |
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-3/+3
|/ / /
* | | usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-10-171-5/+18
* | | usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-171-7/+13
* | | xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen2017-10-171-0/+1
* | | xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
| |/ |/|
* | Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1
* | xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-09-181-1/+10
* | xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman2017-09-181-1/+1
* | usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-09-181-6/+10
* | xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
* | usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-09-181-4/+4
* | xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
* | usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
|/
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-122-10/+6
|\
| * dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-012-10/+6
* | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-071-1/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-058-12/+133
| |\ \ \ | | | |/
| | * | mfd: tps65010: Move header file out of I2C realmWolfram Sang2017-08-151-1/+1
| |/ /
* | | usb: imx21-hcd: make imx21_hc_driver constBhumika Goyal2017-08-311-1/+1
* | | usb: host: make ehci_fsl_overrides const and __initconstBhumika Goyal2017-08-311-1/+1
* | | usb: xhci-mtk: add generic compatible stringChunfeng Yun2017-08-311-0/+1
* | | usb: xhci: Support enabling of compliance mode for xhci 1.1Jack Pham2017-08-281-0/+33
* | | usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh2017-08-281-17/+18
* | | xhci: rework bus_resume and check ports are suspended before resuming them.Mathias Nyman2017-08-161-43/+51
* | | xhci: add port status tracingMathias Nyman2017-08-162-0/+25
* | | xhci: rename temp and temp1 variablesMathias Nyman2017-08-161-10/+10
* | | xhci: Add port status decoder for tracing purposesMathias Nyman2017-08-161-0/+81
* | | xhci: add definitions for all port link statesMathias Nyman2017-08-161-1/+8
* | | usb: host: xhci: rcar: Add support for R-Car H3 ES2.0Yoshihiro Shimoda2017-08-161-1/+6
* | | usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3Yoshihiro Shimoda2017-08-161-9/+1
* | | usb: host: xhci: rcar: Add firmware_name selection by soc_device_match()Yoshihiro Shimoda2017-08-161-1/+32
* | | Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-143-5/+40
|\ \ \ | | |/ | |/|
| * | Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-131-5/+12
| |\ \
| | * | usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-101-5/+12
| * | | xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issueMarc Zyngier2017-08-023-0/+28
| |/ /
* | | usb: imx21-hcd: fix error return code in imx21_probe()Gustavo A. R. Silva2017-08-101-2/+4
OpenPOWER on IntegriCloud