index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
mos7720.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
usb: dwc3: qcom: Remove redundant dev_err call in dwc3_qcom_probe()
Bixuan Cui
1
-1
/
+0
2021-04-10
usb: core: reduce power-on-good delay time of root hub
Chunfeng Yun
1
-2
/
+4
2021-04-10
USB:ehci:fix Kunpeng920 ehci hardware problem
Longfang Liu
1
-0
/
+3
2021-04-09
USB: cdc-acm: fix TIOCGSERIAL implementation
Johan Hovold
1
-2
/
+1
2021-04-09
USB: cdc-acm: fix unprivileged TIOCCSERIAL
Johan Hovold
1
-2
/
+0
2021-04-09
Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"
Johan Hovold
1
-9
/
+2
2021-04-09
platform/x86/intel_cht_int33fe: Add displayport altmode fwnode to the connect...
Hans de Goede
1
-0
/
+19
2021-04-09
usb: typec: tcpm: Add support for altmodes
Hans de Goede
1
-0
/
+4
2021-04-09
usb: typec: Add typec_port_register_altmodes()
Hans de Goede
2
-0
/
+60
2021-04-09
usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()
Hans de Goede
1
-0
/
+2
2021-04-09
usb: dwc3: xilinx: Remove the extra freeing of clocks
Manish Narani
1
-2
/
+0
2021-04-09
usb: dwc3: Resolve kernel-doc warning for Xilinx DWC3 driver
Manish Narani
1
-1
/
+1
2021-04-09
docs: usbip: Fix major fields and descriptions in protocol
Hongren Zheng (Zenithal)
1
-151
/
+193
2021-04-09
usb: core: hub: Fix PM reference leak in usb_port_resume()
Bixuan Cui
1
-1
/
+1
2021-04-09
usb: musb: fix PM reference leak in musb_irq_work()
Bixuan Cui
1
-1
/
+1
2021-04-09
usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()
Yang Yingliang
1
-1
/
+1
2021-04-09
usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
1
-2
/
+1
2021-04-09
usb: gadget: r8a66597: Add missing null check on return from platform_get_res...
Colin Ian King
1
-0
/
+2
2021-04-09
usb: dwc3: pci: add support for the Intel Alder Lake-M
Heikki Krogerus
1
-0
/
+4
2021-04-09
usb: typec: Link all ports during connector registration
Heikki Krogerus
3
-7
/
+68
2021-04-09
usb: Iterator for ports
Heikki Krogerus
2
-0
/
+55
2021-04-09
usb: Link the ports to the connectors they are attached to
Heikki Krogerus
2
-0
/
+12
2021-04-09
usb: typec: Port mapping utility
Heikki Krogerus
5
-2
/
+248
2021-04-09
usb: typec: tcpm: update power supply once partner accepts
Badhri Jagan Sridharan
1
-3
/
+1
2021-04-09
usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply
Badhri Jagan Sridharan
1
-35
/
+53
2021-04-09
usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply
Badhri Jagan Sridharan
1
-7
/
+10
2021-04-09
usb: dwc2: Add exit partial power down before removing driver
Artur Petrosyan
1
-1
/
+10
2021-04-09
usb: dwc2: Fix partial power down exiting by system resume
Artur Petrosyan
1
-44
/
+46
2021-04-09
usb: dwc2: Update partial power down entering by system suspend
Artur Petrosyan
1
-35
/
+18
2021-04-09
usb: dwc2: Fix session request interrupt handler
Artur Petrosyan
1
-0
/
+8
2021-04-09
usb: dwc2: Allow exit partial power down in urb enqueue
Artur Petrosyan
1
-0
/
+7
2021-04-09
usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change().
Artur Petrosyan
1
-0
/
+9
2021-04-09
usb: dwc2: Add exit partial power down when port reset is asserted
Artur Petrosyan
1
-0
/
+9
2021-04-09
usb: dwc2: Add exit partial power down when port is resumed
Artur Petrosyan
2
-24
/
+42
2021-04-09
usb: dwc2: Add enter partial power down when port is suspended
Artur Petrosyan
2
-19
/
+34
2021-04-09
usb: dwc2: Update port suspend/resume function definitions.
Artur Petrosyan
2
-6
/
+23
2021-04-09
usb: dwc2: Add partial power down exit flow in wakeup intr.
Artur Petrosyan
1
-9
/
+8
2021-04-09
usb: dwc2: Update enter and exit partial power down functions
Artur Petrosyan
6
-115
/
+45
2021-04-09
usb: dwc2: Add host partial power down functions
Artur Petrosyan
2
-0
/
+168
2021-04-09
usb: dwc2: Add device partial power down functions
Artur Petrosyan
2
-0
/
+138
2021-04-06
xhci: prevent double-fetch of transfer and transfer event TRBs
Mathias Nyman
1
-23
/
+19
2021-04-06
xhci: fix potential array out of bounds with several interrupters
Mathias Nyman
1
-1
/
+5
2021-04-06
xhci: check control context is valid before dereferencing it.
Mathias Nyman
1
-0
/
+8
2021-04-06
xhci: check port array allocation was successful before dereferencing it
Mathias Nyman
1
-0
/
+3
2021-04-05
usb: typec: Declare the typec_class static
Heikki Krogerus
1
-11
/
+13
2021-04-05
usb: typec: Organize the private headers properly
Heikki Krogerus
6
-84
/
+107
2021-04-04
Linux 5.12-rc6
v5.12-rc6
Linus Torvalds
1
-1
/
+1
2021-04-04
firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
Zheyu Ma
1
-2
/
+7
2021-04-03
soc: litex: Remove duplicated header file inclusion
Zhen Lei
1
-1
/
+0
2021-04-03
io_uring: fix !CONFIG_BLOCK compilation failure
Jens Axboe
1
-0
/
+5
[next]