aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-03-17usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan1-1/+8
2021-03-17usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg structElias Rudberg1-1/+0
2021-03-17usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern2-0/+19
2021-03-17usb: gadget: configfs: Fix KASAN use-after-freeJim Lin1-4/+10
2021-03-17usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-17USB: serial: pl2303: TA & TB alternate divider with non-standard baud ratesMichael G. Katzmann1-0/+44
2021-03-17USB: serial: pl2303: add device-type namesJohan Hovold1-1/+8
2021-03-17USB: serial: pl2303: tighten type HXN (G) detectionJohan Hovold1-12/+20
2021-03-17USB: serial: pl2303: rename legacy PL2303H typeJohan Hovold1-6/+6
2021-03-17USB: serial: pl2303: amend and tighten type detectionJohan Hovold1-8/+42
2021-03-17USB: serial: pl2303: clean up type detectionJohan Hovold1-26/+42
2021-03-16Merge tag 'usb-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linusGreg Kroah-Hartman1-1/+4
2021-03-15USB: serial: io_edgeport: drop unneeded forward declarationsJiri Slaby1-44/+1
2021-03-15USB: serial: keyspan: drop unneeded forward declarationsJiri Slaby1-20/+0
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman20-107/+258
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman20-107/+258
2021-03-13Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-107/+226
2021-03-13usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak1-1/+4
2021-03-12usb: typec: tipd: Separate file for tracepoint creationHeikki Krogerus4-6/+15
2021-03-12usb: typec: tps6598x: Move the driver under its own subdirectoryHeikki Krogerus7-17/+19
2021-03-12usb: typec: tps6598x: Fix tracepoint header fileHeikki Krogerus1-2/+2
2021-03-12usb: typec: tcpci: Refactor tcpc_presenting_cc1_rd macroBadhri Jagan Sridharan1-9/+5
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman1-32/+30
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman1-2/+6
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka3-1/+8
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+32
2021-03-11Merge tag 'usb-serial-5.12-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-35/+20
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan1-8/+34
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan1-4/+25
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-10usbip: fix vudc to check for stream socketShuah Khan1-0/+9
2021-03-10usbip: fix vhci_hcd to check for stream socketShuah Khan1-1/+9
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2021-03-10usb: typec: stusb160x: fix return value check in stusb160x_probe()Wei Yongjun1-2/+2
2021-03-10usb: typec: tps6598x: Fix return value check in tps6598x_probe()Wei Yongjun1-2/+2
2021-03-10usb: typec: tcpm: turn tcpm_ams_finish into void functionYang Li1-5/+1
2021-03-10usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan1-3/+18
2021-03-10usb: common: move function's kerneldoc next to its definitionChunfeng Yun2-2/+55
2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun1-8/+29
2021-03-10usb: common: add function to get interval expressed in us unitChunfeng Yun3-48/+49
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun8-66/+64
2021-03-10usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun1-9/+8
2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun1-9/+35
2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun1-18/+11
2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun1-6/+2
2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun2-19/+19
2021-03-10usb: xhci-mtk: use clear type instead of voidChunfeng Yun1-1/+1
2021-03-10usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun2-10/+1