index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-mxc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-31
usb: chipidea: Fix ULPI on imx51
Andrey Smirnov
1
-1
/
+2
2018-05-31
usbip: usbip_detach: fix to check for invalid ports
Shuah Khan (Samsung OSG)
1
-9
/
+30
2018-05-31
usbip: usbip_detach: Fix memory, udev context and udev leak
Shuah Khan (Samsung OSG)
1
-3
/
+6
2018-05-31
usb: musb: remove an unused variable
Arnd Bergmann
1
-1
/
+0
2018-05-31
usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver
Douglas Anderson
1
-1
/
+0
2018-05-31
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
Prasanthi Chellakumar
1
-1
/
+1
2018-05-31
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Ruslan Bilovol
1
-1
/
+1
2018-05-31
usbip: dynamically allocate idev by nports found in sysfs
Michael Grzeschik
2
-15
/
+20
2018-05-31
NFC: pn533: don't send USB data off of the stack
Greg Kroah-Hartman
1
-12
/
+30
2018-05-24
usb: xhci: tegra: Add support for managing powergates
Jon Hunter
1
-19
/
+49
2018-05-24
usb: xhci: tegra: Add runtime PM support
Jon Hunter
1
-26
/
+62
2018-05-24
usb: xhci: tegra: Prepare for adding runtime PM support
Jon Hunter
1
-17
/
+17
2018-05-24
usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
Alexander Kappner
2
-0
/
+18
2018-05-24
usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
Alexander Kappner
1
-0
/
+6
2018-05-24
usb: typec: wcove: Remove dependency on HW FSM
Heikki Krogerus
1
-2
/
+28
2018-05-24
usb: roles: intel_xhci: Enable runtime PM
Heikki Krogerus
1
-1
/
+13
2018-05-24
usb: typec: fusb302: Fix debugfs issue
Heikki Krogerus
1
-0
/
+1
2018-05-24
platform: x86: intel_cht_int33fe: Fix dependencies
Heikki Krogerus
2
-4
/
+3
2018-05-24
usb: roles: intel_xhci: Always allow user control
Heikki Krogerus
1
-21
/
+2
2018-05-24
usb: typec: Fix htmldocs warning
Heikki Krogerus
1
-1
/
+1
2018-05-24
usbip: vhci_sysfs: fix potential Spectre v1
Gustavo A. R. Silva
1
-8
/
+16
2018-05-24
usb: gadget: function: printer: avoid wrong list handling in printer_write()
Yoshihiro Shimoda
1
-3
/
+3
2018-05-24
typec: tcpm: Provide fwnode pointer as part of psy_cfg
Adam Thomson
1
-0
/
+2
2018-05-24
power: supply: Add fwnode pointer to power_supply_config struct
Adam Thomson
2
-1
/
+5
2018-05-24
usb: mtu3: fix warning of sleep in atomic context in notifier callback
Chunfeng Yun
2
-9
/
+46
2018-05-24
usb: mtu3: reset gadget when VBUS_FALL interrupt arises
Chunfeng Yun
1
-1
/
+3
2018-05-24
usb: mtu3: avoid sleep in atomic context when enter test mode
Chunfeng Yun
1
-1
/
+1
2018-05-24
usb: mtu3: clear test_mode flag when reset
Chunfeng Yun
1
-0
/
+1
2018-05-24
usb: mtu3: fix uncontinuous SeqN issue after disable EP
Chunfeng Yun
1
-2
/
+12
2018-05-24
usb: mtu3: re-enable controller to accept LPM request after LPM resume
Chunfeng Yun
1
-1
/
+7
2018-05-24
xhci: debugfs: add debugfs interface to enable compliance mode for a port
Mathias Nyman
1
-1
/
+38
2018-05-24
xhci: debugfs: add usb ports to xhci debugfs
Mathias Nyman
1
-0
/
+48
2018-05-24
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
2
-97
/
+11
2018-05-24
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
1
-2
/
+2
2018-05-24
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
Mathias Nyman
1
-24
/
+4
2018-05-24
xhci: use port structures instead of port arrays in xhci.c functions
Mathias Nyman
1
-28
/
+22
2018-05-24
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
3
-26
/
+15
2018-05-24
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
3
-22
/
+19
2018-05-24
xhci: rename faked_port_index to hcd_portnum
Mathias Nyman
1
-22
/
+19
2018-05-24
xhci: xhci-ring: use port structures for port event handler
Mathias Nyman
1
-71
/
+8
2018-05-24
xhci: xhci-hub: use new port structures for cas and wake mask functions.
Mathias Nyman
1
-11
/
+10
2018-05-24
xhci: xhci-hub: use new port structures to get port address instead of port a...
Mathias Nyman
1
-62
/
+78
2018-05-24
xhci: Add helper to get xhci roothub from hcd
Mathias Nyman
2
-0
/
+11
2018-05-24
xhci: set hcd pointers for xhci usb2 and usb3 roothub structures
Mathias Nyman
1
-0
/
+2
2018-05-24
xhci: Create new structures to store xhci port information
Mathias Nyman
2
-6
/
+73
2018-05-24
xhci: hisilicon: support HiSilicon STB xHCI host controller
Jianguo Sun
3
-0
/
+418