summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-17usb: cdnsp: : add scatter gather support for ISOC endpointPawel Laszczak3-53/+63
2023-01-17usb: typec: maxim_contaminant: Implement check_contaminant callbackBadhri Jagan Sridharan4-32/+498
2023-01-17usb: typec: tcpci: Add callback for evaluating contaminant presenceBadhri Jagan Sridharan1-0/+11
2023-01-17usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminantBadhri Jagan Sridharan1-1/+54
2023-01-17usb: typec: Make bus switch code retimer-awarePrashant Malani2-1/+23
2023-01-17usb: typec: Add wrapper for bus switch set codePrashant Malani1-2/+9
2023-01-17usb: typec: Add retimer handle to port altmodePrashant Malani2-2/+15
2023-01-17xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar1-0/+125
2023-01-17xhci: hub: export symbol on xhci_hub_controlJim Lin1-0/+1
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin2-0/+4
2023-01-17usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen1-39/+228
2023-01-17phy: tegra: xusb: Add Tegra234 supportSing-Han Chen4-3/+91
2023-01-17phy: tegra: xusb: Disable trk clk when not in useWayne Chang1-2/+4
2023-01-17usb: gadget: usb: Remove "default" from color matching attributesDaniel Scally1-15/+14
2023-01-17usb: typec: tipd: Support wakeupJun Nie1-0/+38
2023-01-17USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-01-17usb: gadget: udc: add Renesas RZ/N1 USBF controller supportHerve Codina3-0/+3418
2023-01-17soc: renesas: r9a06g032-sysctrl: Handle h2mode setting based on USBF presenceHerve Codina1-0/+28
2023-01-17usb: typec: intel_pmc_mux: Deduplicate ACPI matching in probeAndy Shevchenko1-5/+4
2023-01-17usb: typec: intel_pmc_mux: Don't leak the ACPI device reference countAndy Shevchenko1-1/+3
2023-01-17usb: typec: tcpci: Request IRQ with IRQF_SHAREDXu Yang1-2/+6
2023-01-17usb: gadget: xudc: Refactor update data role workWayne Chang1-9/+24
2023-01-17usb: typec: hd3ss3220: Add polling supportBiju Das1-0/+29
2023-01-09Merge 6.2-rc3 into usb-nextGreg Kroah-Hartman164-932/+4652
2023-01-07Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+32
2023-01-07Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+9
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-20/+43
2023-01-07Merge tag 'drm-fixes-2023-01-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-153/+203
2023-01-07tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-07Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds10-0/+3003
2023-01-06Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-01-06xhci: Convert to use list_count_nodes()Andy Shevchenko1-5/+2
2023-01-06usb: gadget: udc: bcm63xx: Convert to use list_count_nodes()Andy Shevchenko1-8/+3
2023-01-06usb: gadget: hid: Convert to use list_count_nodes()Andy Shevchenko1-5/+2
2023-01-06i915: Move list_count() to list.h as list_count_nodes() for broader useAndy Shevchenko1-13/+2
2023-01-06usb: typec: ucsi: Register USB Power Delivery CapabilitiesSaranya Gopal2-13/+158
2023-01-06usb: chipidea: imx: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-01-06usb: musb: fix error return code in da8xx_musb_init()Wang Yufen1-1/+3
2023-01-06usb: gadget: f_fs: use io_data->status consistentlyJohn Keeping1-4/+4
2023-01-06usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe()Gaosheng Cui1-3/+7
2023-01-06usb: typec: altmodes/displayport: Add hpd sysfs attributeBadhri Jagan Sridharan1-0/+10
2023-01-06usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen1-1/+4
2023-01-06usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann1-0/+1
2023-01-06Merge tag 'drm-intel-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/d...Daniel Vetter8-48/+80
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
2023-01-06Merge tag 'thermal-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds63-345/+720
2023-01-05Merge tag 'gpio-fixes-for-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-24/+43
2023-01-05Merge tag 'fbdev-for-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-19/+25
2023-01-05Merge tag 'amd-drm-fixes-6.2-2023-01-04' of https://gitlab.freedesktop.org/ag...Daniel Vetter5-9/+39