aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-02-03usb: musb: dsps: make dsps_musb_clear_ep_rxintr() staticWei Yongjun
2017-02-03usb: musb: sunxi: add support for the variant in H3/V3s SoCIcenowy Zheng
2017-02-03usb: musb: omap2430: constify dev_pm_ops structuresBhumika Goyal
2017-02-03usb: musb: Add support for optional VBUS irq to dsps glue layerTony Lindgren
2017-02-03usb: musb: blackfin: fix unused warnings on suspend/resumeJérémy Lefaure
2017-02-03usb: musb: dsps: switch to static id for musb-hdrc platform devicesBin Liu
2017-02-03usb: musb: debugfs: allow forcing host mode together with speed in testmodePali Rohár
2017-02-03usb: musb: sunxi: Uses the resource-managed extcon API when registering extco...Chanwoo Choi
2017-02-03usb: musb: da8xx: Fix host mode suspendAlexandre Bailon
2017-02-03usb: musb: Add a quirk to preserve the session during suspendAlexandre Bailon
2017-02-03usb: musb: da8xx: Add support of suspend / resumeAlexandre Bailon
2017-02-03usb: musb: davinci: remove redundant codeBin Liu
2017-02-03usb: musb: am35x: remove redundant codeBin Liu
2017-02-03usb: musb: da8xx: remove redundant codeBin Liu
2017-02-03usb: musb: dsps: remove redundant codeBin Liu
2017-02-03usb: musb: remove musb_generic_disable functionBin Liu
2017-02-03usb: musb: da8xx: Remove CPPI 3.0 quirk and methodsAlexandre Bailon
2017-02-03usb: misc: adutux: remove redundant error check on copy_to_user return codeColin Ian King
2017-01-31Merge tag 'phy-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman
2017-01-27phy: qcom-ufs: Fix misplaced jump labelVivek Gautam
2017-01-27phy: fix rockchip-inno-usb2 build errorsRandy Dunlap
2017-01-27phy: Add USB3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy
2017-01-27phy: qcom-ufs: Suppress extraneous loggingBjorn Andersson
2017-01-27phy: qcom-ufs: Remove -always-on propertyBjorn Andersson
2017-01-27phy: qcom-ufs: Correct usage of regulator_get()Bjorn Andersson
2017-01-27phy: qcom-ufs: Don't kfree devres resourceBjorn Andersson
2017-01-27phy: Add support for Qualcomm's USB HS phyStephen Boyd
2017-01-27phy: Add support for Qualcomm's USB HSIC phyStephen Boyd
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-26usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit
2017-01-26usb: phy: ab8500: remove unused ab8500_eyediagram_workaroud()Arnd Bergmann
2017-01-26usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja
2017-01-25usb: dwc3: gadget: read IN ep FIFO size from HWFelipe Balbi
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman
2017-01-25xhci: rename size variable to num_tdsMathias Nyman
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi
2017-01-25usb: host: xhci: remove newline from tracerFelipe Balbi
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi
2017-01-25usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi
2017-01-25usb: host: xhci: convert to list_for_each_entry_safe()Felipe Balbi
2017-01-25xhci: use the trb_to_noop() helper for command trbsMathias Nyman
2017-01-25xhci: Introduce helper to turn one TRB into a no-opMathias Nyman
2017-01-25usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()Felipe Balbi