summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)6 days8-47/+47
* Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7 days79-1446/+1869
|\
| * usb: fotg210: Add missing kernel doc descriptionAndy Shevchenko2024-05-111-0/+1
| * usb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati2024-05-111-3/+0
| * usb: typec: tipd: rely on i2c_get_match_data()Javier Carrasco2024-05-101-4/+1
| * usb: typec: tipd: fix event checking for tps6598xJavier Carrasco2024-05-102-13/+43
| * usb: typec: tipd: fix event checking for tps25750Javier Carrasco2024-05-101-3/+3
| * usb: fotg210: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-05-101-7/+3
| * usb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus2024-05-101-4/+0
| * usb: typec: qcom-pmic-typec: split HPD bridge alloc and registrationDmitry Baryshkov2024-05-101-2/+8
| * usb: musc: Remove unused list 'buffers'Dr. David Alan Gilbert2024-05-101-9/+0
| * usb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K2024-05-101-3/+1
| * Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2024-05-1015-84/+147
| |\
| * | usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff2024-05-041-0/+2
| * | usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff2024-05-041-10/+9
| * | usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET2024-05-042-7/+6
| * | USB: usb_parse_endpoint: ignore reserved bitsOliver Neukum2024-05-031-4/+4
| * | usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin2024-05-012-27/+16
| * | usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin2024-05-011-11/+6
| * | xhci: pci: Use PCI_VENDOR_ID_RENESASAndy Shevchenko2024-05-011-2/+2
| * | xhci: pci: Group out Thunderbolt xHCI IDsAndy Shevchenko2024-05-011-7/+9
| * | xhci: pci: Use full names in PCI IDs for Intel platformsAndy Shevchenko2024-05-011-9/+9
| * | usb: xhci: remove goto 'cleanup' in handle_tx_event()Niklas Neronin2024-05-011-17/+21
| * | usb: xhci: replace goto with return when possible in handle_tx_event()Niklas Neronin2024-05-011-3/+3
| * | usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()Niklas Neronin2024-05-011-9/+4
| * | usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin2024-05-011-2/+3
| * | xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman2024-05-014-30/+10
| * | xhci: improve PORTSC register debugging outputMathias Nyman2024-05-011-1/+6
| * | usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin2024-05-011-7/+7
| * | usb: xhci: remove redundant variable 'erst_size'Niklas Neronin2024-05-012-3/+1
| * | usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin2024-05-011-1/+1
| * | usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin2024-05-011-4/+2
| * | usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2024-05-012-14/+14
| * | xhci: remove xhci_check_usb2_port_capability helperMathias Nyman2024-05-011-21/+8
| * | xhci: stored cached port capability values in one placeMathias Nyman2024-05-013-28/+7
| * | usb: dwc3: exynos: add support for Google Tensor gs101André Draszik2024-04-301-0/+9
| * | USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"Stephen Rothwell2024-04-301-1/+5
| * | usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati2024-04-261-3/+3
| * | usb: dwc3: qcom: Add multiport suspend/resume support for wrapperKrishna Kurapati2024-04-231-6/+17
| * | usb: dwc3: qcom: Enable wakeup for applicable ports of multiportKrishna Kurapati2024-04-231-30/+41
| * | usb: dwc3: qcom: Refactor IRQ handling in glue driverKrishna Kurapati2024-04-231-34/+106
| * | usb: dwc3: qcom: Add helper function to request wakeup interruptsKrishna Kurapati2024-04-231-29/+24
| * | usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati2024-04-233-84/+201
| * | usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati2024-04-231-0/+13
| * | usb: dwc3: core: Access XHCI address space temporarily to read port infoKrishna Kurapati2024-04-232-0/+66
| * | Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2024-04-2313-43/+85
| |\ \
| * | | usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon2024-04-181-10/+3
| * | | usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon2024-04-181-10/+3
| * | | usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon2024-04-181-11/+3
| * | | usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon2024-04-181-10/+3