summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-05-21USB: cdnsp: drop irq-flags initialisationsJohan Hovold
2021-05-21usb: gadget: tegra-xudc: Use dev_err_probe()Jon Hunter
2021-05-21usb: gadget: tegra-xudc: Don't print error on probe deferralJon Hunter
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin
2021-05-21usb: isp1763: add peripheral modeRui Miguel Silva
2021-05-21usb: isp1760: add support for isp1763Rui Miguel Silva
2021-05-21usb: isp1760: use dr_mode bindingRui Miguel Silva
2021-05-21usb: isp1760: hcd: refactor mempool config and setupRui Miguel Silva
2021-05-21usb: isp1760: remove platform data struct and codeRui Miguel Silva
2021-05-21usb: isp1760: use relaxed primitivesRui Miguel Silva
2021-05-21usb: isp1760: move to regmap for register accessRui Miguel Silva
2021-05-21usb: isp1760: fix strict typecheckingRui Miguel Silva
2021-05-21USB: serial: drop irq-flags initialisationsJohan Hovold
2021-05-21USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold
2021-05-21USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold
2021-05-21USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold
2021-05-21USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold
2021-05-21USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold
2021-05-21usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko
2021-05-21usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson
2021-05-21usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson
2021-05-21misc/uss720: fix memory leak in uss720_probeDongliang Mu
2021-05-21usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen
2021-05-21USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern
2021-05-21usb: common: usb-conn-gpio: use dev_err_probe() to print logChunfeng Yun
2021-05-21usb: common: usb-conn-gpio: fix NULL pointer dereference of chargerChunfeng Yun
2021-05-21usb: musb: Check devctl status again for a spurious session requestTony Lindgren
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren
2021-05-21Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"Chris Chiu
2021-05-21USB: Verify the port status when timeout happens during port suspendChris Chiu
2021-05-21usb: gadget: s3c-hsudc: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2021-05-21usb: gadget: tegra-xudc: Constify static structsRikard Falkeborn
2021-05-21fsl-usb: add need_oc_pp_cycle flag for 85xx alsoGopalakrishnan Santhanam
2021-05-21USB: gadget: pxa25x_udc: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-21USB: gadget: s3c2410_udc: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-21USB: gadget: lpc32xx_udc: remove debugfs dentry variableGreg Kroah-Hartman
2021-05-21usb: typec: wcove: Fx wrong kernel doc formatAndy Shevchenko
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-05-17usb: host: xhci-tegra: Switch to use %ptTsAndy Shevchenko
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman
2021-05-17usb: chipidea: udc: assign interrupt number to USB gadget structureLi Jun
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen
2021-05-13USB: gadget: udc: s3c2410_udc: s3c2410_udc_set_ep0_ss() can be staticYang Yingliang
2021-05-13usb: dwc3: pci: Fix DEFINE for Intel Elkhart LakeRaymond Tan
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun