index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
usb: chipidea: otg: Fix formatting and missing documentation issues
Lee Jones
1
-4
/
+5
2021-05-27
usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'
Lee Jones
1
-1
/
+1
2021-05-27
usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-doc
Lee Jones
1
-1
/
+1
2021-05-27
usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issues
Lee Jones
1
-3
/
+3
2021-05-27
usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-doc
Lee Jones
1
-1
/
+1
2021-05-27
usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issues
Lee Jones
1
-17
/
+17
2021-05-27
usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'
Lee Jones
1
-1
/
+1
2021-05-27
usb: cdns3: core: Fix a couple of incorrectly documented function names
Lee Jones
1
-2
/
+2
2021-05-27
driver core: Move the "removable" attribute from USB to core
Rajat Jain
2
-30
/
+7
2021-05-27
USB: fotg210-hcd: remove dentry storage for debugfs file
Greg Kroah-Hartman
2
-5
/
+3
2021-05-27
USB: gadget: pxa27x_udc: remove dentry storage for debugfs file
Greg Kroah-Hartman
2
-7
/
+1
2021-05-27
USB: gadget: bcm63xx_udc: remove dentry storage for debugfs file
Greg Kroah-Hartman
1
-6
/
+1
2021-05-27
USB: chipidea: remove dentry storage for debugfs file
Greg Kroah-Hartman
2
-20
/
+12
2021-05-27
usb: dwc3: trace: Remove unused fields in dwc3_log_trb
Mayank Rana
1
-2
/
+0
2021-05-27
usb: typec: mux: Remove requirement for the "orientation-switch" device property
Heikki Krogerus
1
-3
/
+0
2021-05-27
usb: typec: mux: Use device type instead of device name for matching
Heikki Krogerus
2
-16
/
+16
2021-05-27
usb: common: usb-conn-gpio: use usb_role_string() to print role status
Chunfeng Yun
1
-3
/
+3
2021-05-27
usb: roles: add helper usb_role_string()
Chunfeng Yun
1
-0
/
+9
2021-05-27
usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler
Pawel Laszczak
1
-3
/
+4
2021-05-25
xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall
Mathias Nyman
1
-2
/
+6
2021-05-25
xhci: fix giving back URB with incorrect status regression in 5.12
Mathias Nyman
1
-5
/
+1
2021-05-25
USB: serial: omninet: update driver description
Alexandre GRIVEAUX
1
-3
/
+3
2021-05-25
USB: serial: omninet: add device id for Zyxel Omni 56K Plus
Alexandre GRIVEAUX
1
-0
/
+2
2021-05-25
USB: serial: quatech2: fix control-request directions
Johan Hovold
1
-3
/
+3
2021-05-25
usb: cdns3: Enable TDL_CHK only for OUT ep
Sanket Parmar
1
-5
/
+3
2021-05-24
usb: typec: tcpci: Make symbol 'tcpci_apply_rc' static
Wei Yongjun
1
-1
/
+2
2021-05-24
usb: phy: isp1301: Deduplicate of_find_i2c_device_by_node()
Andy Shevchenko
1
-16
/
+9
2021-05-24
USB: usbfs: remove double evaluation of usb_sndctrlpipe()
Geoffrey D. Bennett
1
-1
/
+1
2021-05-24
USB: gadget: udc: fix kernel-doc syntax in file headers
Aditya Srivastava
2
-2
/
+2
2021-05-24
usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()
Yoshihiro Shimoda
1
-2
/
+3
2021-05-24
usb: typec: tcpm: Respond Not_Supported if no snk_vdo
Kyle Tso
1
-1
/
+4
2021-05-24
usb: typec: tcpm: Properly interrupt VDM AMS
Kyle Tso
1
-0
/
+30
2021-05-22
Merge tag 'usb-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus
Greg Kroah-Hartman
3
-8
/
+11
2021-05-22
USB: core: WARN if pipe direction != setup packet direction
Alan Stern
1
-0
/
+3
2021-05-21
USB: trancevibrator: fix control-request direction
Johan Hovold
1
-2
/
+2
2021-05-21
Merge tag 'usb-serial-5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
6
-0
/
+19
2021-05-21
usb: typec: tcpci: Implement callback for apply_rc
Badhri Jagan Sridharan
1
-0
/
+27
2021-05-21
usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAP
Badhri Jagan Sridharan
1
-0
/
+16
2021-05-21
usb: typec: tcpm: Refactor logic to enable/disable auto vbus dicharge
Badhri Jagan Sridharan
1
-21
/
+18
2021-05-21
usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalled
Badhri Jagan Sridharan
1
-0
/
+3
2021-05-21
USB: gadget: drop irq-flags initialisations
Johan Hovold
3
-6
/
+6
2021-05-21
USB: dwc2: drop irq-flags initialisations
Johan Hovold
1
-6
/
+6
2021-05-21
USB: cdnsp: drop irq-flags initialisations
Johan Hovold
1
-2
/
+2
2021-05-21
usb: gadget: tegra-xudc: Use dev_err_probe()
Jon Hunter
1
-14
/
+6
2021-05-21
usb: gadget: tegra-xudc: Don't print error on probe deferral
Jon Hunter
1
-2
/
+2
2021-05-21
usb: atm: cxacru: Fix typo in comment
zuoqilin
1
-1
/
+1
2021-05-21
usb: isp1763: add peripheral mode
Rui Miguel Silva
4
-19
/
+94
2021-05-21
usb: isp1760: add support for isp1763
Rui Miguel Silva
9
-204
/
+849
2021-05-21
usb: isp1760: use dr_mode binding
Rui Miguel Silva
3
-5
/
+5
2021-05-21
usb: isp1760: hcd: refactor mempool config and setup
Rui Miguel Silva
3
-49
/
+92
[prev]
[next]