aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24usb: xhci: tegra: Add runtime PM supportJon Hunter1-26/+62
2018-05-24usb: xhci: tegra: Prepare for adding runtime PM supportJon Hunter1-17/+17
2018-05-24usb-storage: Add compatibility quirk flags for G-Technologies G-DriveAlexander Kappner2-0/+18
2018-05-24usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner1-0/+6
2018-05-24usb: typec: wcove: Remove dependency on HW FSMHeikki Krogerus1-2/+28
2018-05-24usb: roles: intel_xhci: Enable runtime PMHeikki Krogerus1-1/+13
2018-05-24usb: typec: fusb302: Fix debugfs issueHeikki Krogerus1-0/+1
2018-05-24usb: roles: intel_xhci: Always allow user controlHeikki Krogerus1-21/+2
2018-05-24usb: typec: Fix htmldocs warningHeikki Krogerus1-1/+1
2018-05-24usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva1-8/+16
2018-05-24usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda1-3/+3
2018-05-24typec: tcpm: Provide fwnode pointer as part of psy_cfgAdam Thomson1-0/+2
2018-05-24usb: mtu3: fix warning of sleep in atomic context in notifier callbackChunfeng Yun2-9/+46
2018-05-24usb: mtu3: reset gadget when VBUS_FALL interrupt arisesChunfeng Yun1-1/+3
2018-05-24usb: mtu3: avoid sleep in atomic context when enter test modeChunfeng Yun1-1/+1
2018-05-24usb: mtu3: clear test_mode flag when resetChunfeng Yun1-0/+1
2018-05-24usb: mtu3: fix uncontinuous SeqN issue after disable EPChunfeng Yun1-2/+12
2018-05-24usb: mtu3: re-enable controller to accept LPM request after LPM resumeChunfeng Yun1-1/+7
2018-05-24xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman1-1/+38
2018-05-24xhci: debugfs: add usb ports to xhci debugfsMathias Nyman1-0/+48
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2-97/+11
2018-05-24xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman1-2/+2
2018-05-24xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman1-24/+4
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman1-28/+22
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman3-26/+15
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman3-22/+19
2018-05-24xhci: rename faked_port_index to hcd_portnumMathias Nyman1-22/+19
2018-05-24xhci: xhci-ring: use port structures for port event handlerMathias Nyman1-71/+8
2018-05-24xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman1-11/+10
2018-05-24xhci: xhci-hub: use new port structures to get port address instead of port arrayMathias Nyman1-62/+78
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman2-0/+11
2018-05-24xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman1-0/+2
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman2-6/+73
2018-05-24xhci: hisilicon: support HiSilicon STB xHCI host controllerJianguo Sun3-0/+418
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu3-1/+3
2018-05-24Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman53-758/+5400
2018-05-22usb: musb: gadget: fix to_musb_ep() to not return NULLBin Liu1-4/+1
2018-05-22usb: musb: gadget: fix to_musb_request() to not return NULLBin Liu1-4/+1
2018-05-22USB: musb: dsps: propagate device-tree nodeJohan Hovold1-0/+1
2018-05-22usb: musb: disable otg protocol supportBin Liu2-5/+3
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu10-51/+25
2018-05-22usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu1-346/+384
2018-05-22usb: musb: remove unused members in struct musb_hdrc_configBin Liu1-4/+0
2018-05-22usb: musb: remove duplicated port mode enumBin Liu7-22/+16
2018-05-22usb: musb: dsps: remove duplicated get_musb_port_mode()Bin Liu1-20/+1
2018-05-22usb: musb: remove duplicated quirks flagBin Liu4-15/+11
2018-05-22usb: musb: remove some register access wrapper functionsBin Liu2-76/+21
2018-05-22usb: musb: remove adjust_channel_params() callback from musb_platform_opsBin Liu2-12/+0
2018-05-22usb: musb: remove readl/writel from struct musb_platform_opsBin Liu3-28/+14
2018-05-22usb: musb: merge musbhsdma.h into musbhsdma.cBin Liu2-73/+65