Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docsLee Jones
2021-05-27usb: common: ulpi: Add leading underscores for function name '__ulpi_register...Lee Jones
2021-05-27usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Lee Jones
2021-05-27usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'Lee Jones
2021-05-27usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget...Lee Jones
2021-05-27usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_spee...Lee Jones
2021-05-27usb: chipidea: otg: Fix formatting and missing documentation issuesLee Jones
2021-05-27usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'Lee Jones
2021-05-27usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-docLee Jones
2021-05-27usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issuesLee Jones
2021-05-27usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-docLee Jones
2021-05-27usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issuesLee Jones
2021-05-27usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'Lee Jones
2021-05-27usb: cdns3: core: Fix a couple of incorrectly documented function namesLee Jones
2021-05-27PCI: Add sysfs "removable" attributeRajat Jain
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain
2021-05-27USB: fotg210-hcd: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-27USB: gadget: pxa27x_udc: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-27USB: gadget: bcm63xx_udc: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-27USB: chipidea: remove dentry storage for debugfs fileGreg Kroah-Hartman
2021-05-27usb: dwc3: trace: Remove unused fields in dwc3_log_trbMayank Rana
2021-05-27usb: typec: mux: Remove requirement for the "orientation-switch" device propertyHeikki Krogerus
2021-05-27usb: typec: mux: Use device type instead of device name for matchingHeikki Krogerus
2021-05-27usb: common: usb-conn-gpio: use usb_role_string() to print role statusChunfeng Yun
2021-05-27usb: roles: add helper usb_role_string()Chunfeng Yun
2021-05-24usb: typec: tcpci: Make symbol 'tcpci_apply_rc' staticWei Yongjun
2021-05-24usb: phy: isp1301: Deduplicate of_find_i2c_device_by_node()Andy Shevchenko
2021-05-24USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett
2021-05-24USB: gadget: udc: fix kernel-doc syntax in file headersAditya Srivastava
2021-05-22USB: core: WARN if pipe direction != setup packet directionAlan Stern
2021-05-21usb: typec: tcpci: Implement callback for apply_rcBadhri Jagan Sridharan
2021-05-21usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan
2021-05-21usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan
2021-05-21usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan
2021-05-21USB: gadget: drop irq-flags initialisationsJohan Hovold
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold
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: 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