summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2018-05-24usb: roles: intel_xhci: Always allow user controlHeikki Krogerus
2018-05-24usb: typec: Fix htmldocs warningHeikki Krogerus
2018-05-24usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva
2018-05-24usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda
2018-05-24typec: tcpm: Provide fwnode pointer as part of psy_cfgAdam Thomson
2018-05-24usb: mtu3: fix warning of sleep in atomic context in notifier callbackChunfeng Yun
2018-05-24usb: mtu3: reset gadget when VBUS_FALL interrupt arisesChunfeng Yun
2018-05-24usb: mtu3: avoid sleep in atomic context when enter test modeChunfeng Yun
2018-05-24usb: mtu3: clear test_mode flag when resetChunfeng Yun
2018-05-24usb: mtu3: fix uncontinuous SeqN issue after disable EPChunfeng Yun
2018-05-24usb: mtu3: re-enable controller to accept LPM request after LPM resumeChunfeng Yun
2018-05-24xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman
2018-05-24xhci: debugfs: add usb ports to xhci debugfsMathias Nyman
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman
2018-05-24xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman
2018-05-24xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman
2018-05-24xhci: rename faked_port_index to hcd_portnumMathias Nyman
2018-05-24xhci: xhci-ring: use port structures for port event handlerMathias Nyman
2018-05-24xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman
2018-05-24xhci: xhci-hub: use new port structures to get port address instead of port a...Mathias Nyman
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman
2018-05-24xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman
2018-05-24xhci: hisilicon: support HiSilicon STB xHCI host controllerJianguo Sun
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu
2018-05-24Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-05-22usb: musb: gadget: fix to_musb_ep() to not return NULLBin Liu
2018-05-22usb: musb: gadget: fix to_musb_request() to not return NULLBin Liu
2018-05-22USB: musb: dsps: propagate device-tree nodeJohan Hovold
2018-05-22usb: musb: disable otg protocol supportBin Liu
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu
2018-05-22usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu
2018-05-22usb: musb: remove unused members in struct musb_hdrc_configBin Liu
2018-05-22usb: musb: remove duplicated port mode enumBin Liu
2018-05-22usb: musb: dsps: remove duplicated get_musb_port_mode()Bin Liu
2018-05-22usb: musb: remove duplicated quirks flagBin Liu
2018-05-22usb: musb: remove some register access wrapper functionsBin Liu
2018-05-22usb: musb: remove adjust_channel_params() callback from musb_platform_opsBin Liu
2018-05-22usb: musb: remove readl/writel from struct musb_platform_opsBin Liu
2018-05-22usb: musb: merge musbhsdma.h into musbhsdma.cBin Liu
2018-05-22USB: serial: pl2303: add support for tx xon/xoff flow controlFlorian Zumbiehl
2018-05-21USB: serial: ftdi_sio: clean up flow control managementJohan Hovold
2018-05-21USB: serial: ftdi_sio: drop unnecessary urb_ variable prefixesJohan Hovold
2018-05-21USB: serial: ftdi_sio: use non-underscore fixed typesJohan Hovold
2018-05-21USB: serial: ftdi_sio: fix IXON/IXOFF mixupJohan Hovold
2018-05-21usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan
2018-05-21usb: gadget: udc: renesas_usb3: fix double phy_put()Yoshihiro Shimoda