name='generator' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host-bridge.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2-8/+2
2023-01-31usb: early: xhci-dbc: Use memcpy_and_pad()Christophe JAILLET1-2/+1
2023-01-31usb: early: xhci-dbc: Optimize early_xdbc_write()Christophe JAILLET1-1/+1
2023-01-31usb: early: xhci-dbc: Fix a potential out-of-bound memory accessChristophe JAILLET1-1/+2
2023-01-31dt-bindings: usb: mediatek,mtk-xhci: add MT8365 SoC bindingsFabien Parent1-0/+1
2023-01-31dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindingsFabien Parent1-0/+1
2023-01-31usb: chipidea: ci_hdrc_imx: use dev_err_probeAlexander Stein1-3/+7
2023-01-31dt-bindings: usb: fsa4480: Use generic node nameKonrad Dybcio1-1/+1
2023-01-31dt-bindings: usb: phy: nop: Fix a typo ("specifiy")Jonathan Neuschäfer1-1/+1
2023-01-31dt-bindings: usb: samsung,exynos-dwc3: allow unit address in DTSKrzysztof Kozlowski1-4/+4
2023-01-31usb: fotg210: fix return value check in fotg210_probe()Yang Yingliang1-2/+2
2023-01-31dt-bindings: usb: vialab,vl817: Cleanup compatible, reset-gpios and requiredAnand Moon1-8/+10
2023-01-31USB: MAX3421: Handle USB NAK correctlyMark Tomlinson1-11/+2
2023-01-31dt-bindings: usb: qcom,dwc3: allow required-oppsKrzysztof Kozlowski1-0/+3
2023-01-31usg: gadget: Move validation out of lock in webusb_bcdVersion_store()Andy Shevchenko1-7/+3
2023-01-31usb: gadget: Use correct APIs and data types for UUID handlingAndy Shevchenko2-8/+5
2023-01-31Documentation: usb: correct spellingRandy Dunlap3-11/+12
2023-01-31usb: uvc: use v4l2_fill_fmtdesc instead of open coded format nameMichael Grzeschik3-45/+0
2023-01-31usb: uvc: make uvc_format_desc table constMichael Grzeschik4-8/+8
2023-01-31usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unitMichael Grzeschik6-209/+228
2023-01-31usb: uvc: move media/v4l2-uvc.h to usb/uvc.hMichael Grzeschik4-3/+3
2023-01-31media: uvcvideo: Add GUID for BGRA/X 8:8:8:8Marek Vasut1-0/+8
2023-01-25xhci: host: Add Renesas RZ/V2M SoC supportBiju Das5-0/+78
2023-01-25usb: host: xhci-plat: Add reset supportBiju Das1-1/+16
2023-01-25usb: host: xhci-plat: Improve clock handling in probe()Biju Das1-5/+5
2023-01-25usb: gadget: udc: renesas_usb3: Add role switch support for RZ/V2MBiju Das1-5/+29
2023-01-25usb: gadget: Add support for RZ/V2M USB3DRD driverBiju Das5-37/+238