aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-05-25USB: serial: quatech2: fix control-request directionsJohan Hovold1-3/+3
2021-05-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar1-5/+3
2021-05-24usb: typec: tcpci: Make symbol 'tcpci_apply_rc' staticWei Yongjun1-1/+2
2021-05-24usb: phy: isp1301: Deduplicate of_find_i2c_device_by_node()Andy Shevchenko1-16/+9
2021-05-24USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett1-1/+1
2021-05-24USB: gadget: udc: fix kernel-doc syntax in file headersAditya Srivastava2-2/+2
2021-05-24usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda1-2/+3
2021-05-24usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso1-1/+4
2021-05-24usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso1-0/+30
2021-05-22Merge tag 'usb-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman3-8/+11
2021-05-22USB: core: WARN if pipe direction != setup packet directionAlan Stern1-0/+3
2021-05-21USB: trancevibrator: fix control-request directionJohan Hovold1-2/+2
2021-05-21Merge tag 'usb-serial-5.13-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman6-0/+19
2021-05-21usb: typec: tcpci: Implement callback for apply_rcBadhri Jagan Sridharan1-0/+27
2021-05-21usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan1-0/+16
2021-05-21usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan1-21/+18
2021-05-21usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan1-0/+3
2021-05-21USB: gadget: drop irq-flags initialisationsJohan Hovold3-6/+6
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold1-6/+6
2021-05-21USB: cdnsp: drop irq-flags initialisationsJohan Hovold1-2/+2
2021-05-21usb: gadget: tegra-xudc: Use dev_err_probe()Jon Hunter1-14/+6
2021-05-21usb: gadget: tegra-xudc: Don't print error on probe deferralJon Hunter1-2/+2
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin1-1/+1
2021-05-21usb: isp1763: add peripheral modeRui Miguel Silva4-19/+94
2021-05-21usb: isp1760: add support for isp1763Rui Miguel Silva9-204/+849
2021-05-21usb: isp1760: use dr_mode bindingRui Miguel Silva3-5/+5
2021-05-21usb: isp1760: hcd: refactor mempool config and setupRui Miguel Silva3-49/+92
2021-05-21usb: isp1760: remove platform data struct and codeRui Miguel Silva1-17/+3
2021-05-21usb: isp1760: use relaxed primitivesRui Miguel Silva1-4/+4
2021-05-21usb: isp1760: move to regmap for register accessRui Miguel Silva9-531/+789
2021-05-21usb: isp1760: fix strict typecheckingRui Miguel Silva1-45/+47
2021-05-21USB: serial: drop irq-flags initialisationsJohan Hovold3-14/+13
2021-05-21USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold1-5/+0
2021-05-21USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold1-15/+2
2021-05-21USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold1-26/+1
2021-05-21USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold1-9/+11
2021-05-21USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold1-2/+1
2021-05-21usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko1-2/+2
2021-05-21usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson1-1/+1
2021-05-21usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson1-3/+4
2021-05-21misc/uss720: fix memory leak in uss720_probeDongliang Mu1-0/+1
2021-05-21usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen1-6/+7
2021-05-21USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern1-3/+8
2021-05-21usb: common: usb-conn-gpio: use dev_err_probe() to print logChunfeng Yun1-9/+5
2021-05-21usb: common: usb-conn-gpio: fix NULL pointer dereference of chargerChunfeng Yun1-18/+26
2021-05-21usb: musb: Check devctl status again for a spurious session requestTony Lindgren1-0/+9
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren1-0/+32
2021-05-21Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"Chris Chiu1-1/+0
2021-05-21USB: Verify the port status when timeout happens during port suspendChris Chiu1-0/+21
2021-05-21usb: gadget: s3c-hsudc: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+2