Age | Commit message (Expand) | Author |
2024-05-10 | Merge 6.9-rc7 into usb-next | Greg Kroah-Hartman |
2024-05-01 | usb: xhci: compact 'trb_in_td()' arguments | Niklas Neronin |
2024-05-01 | usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls | Niklas Neronin |
2024-05-01 | xhci: pci: Use PCI_VENDOR_ID_RENESAS | Andy Shevchenko |
2024-05-01 | xhci: pci: Group out Thunderbolt xHCI IDs | Andy Shevchenko |
2024-05-01 | xhci: pci: Use full names in PCI IDs for Intel platforms | Andy Shevchenko |
2024-05-01 | usb: xhci: remove goto 'cleanup' in handle_tx_event() | Niklas Neronin |
2024-05-01 | usb: xhci: replace goto with return when possible in handle_tx_event() | Niklas Neronin |
2024-05-01 | usb: xhci: remove 'handling_skipped_tds' from handle_tx_event() | Niklas Neronin |
2024-05-01 | usb: xhci: prevent potential failure in handle_tx_event() for Transfer events... | Niklas Neronin |
2024-05-01 | xhci: remove XHCI_TRUST_TX_LENGTH quirk | Mathias Nyman |
2024-05-01 | xhci: improve PORTSC register debugging output | Mathias Nyman |
2024-05-01 | usb: xhci: use array_size() when allocating and freeing memory | Niklas Neronin |
2024-05-01 | usb: xhci: remove redundant variable 'erst_size' | Niklas Neronin |
2024-05-01 | usb: xhci: address off-by-one in xhci_num_trbs_free() | Niklas Neronin |
2024-05-01 | usb: xhci: improve debug message in xhci_ring_expansion_needed() | Niklas Neronin |
2024-05-01 | usb: xhci: check if 'requested segments' exceeds ERST capacity | Niklas Neronin |
2024-05-01 | xhci: remove xhci_check_usb2_port_capability helper | Mathias Nyman |
2024-05-01 | xhci: stored cached port capability values in one place | Mathias Nyman |
2024-04-30 | usb: ohci: Prevent missed ohci interrupts | Guenter Roeck |
2024-04-23 | usb: xhci-plat: Don't include xhci.h | Thinh Nguyen |
2024-04-23 | Merge 6.9-rc5 into usb-next | Greg Kroah-Hartman |
2024-04-18 | usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions | Anand Moon |
2024-04-18 | usb: ohci-exynos: Use devm_clk_get_enabled() helpers | Anand Moon |
2024-04-18 | usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions | Anand Moon |
2024-04-18 | usb: ehci-exynos: Use devm_clk_get_enabled() helpers | Anand Moon |
2024-04-04 | xhci: Fix root hub port null pointer dereference in xhci tracepoints | Mathias Nyman |
2024-04-04 | usb: xhci: correct return value in case of STS_HCE | Oliver Neukum |
2024-03-26 | USB: Use EHCI control transfer pid macros instead of constant values. | Dingyan Li |
2024-03-21 | Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2024-03-07 | usb: ohci-pxa27x: Remove unused of_gpio.h | Andy Shevchenko |
2024-03-07 | usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined | Colin Ian King |
2024-03-05 | xhci: Allow RPM on the USB controller (1022:43f7) by default | Basavaraj Natikar |
2024-03-05 | xhci: Fix failure to detect ring expansion need. | Mathias Nyman |
2024-03-02 | usb: xhci: Add error handling in xhci_map_urb_for_dma | Prashanth K |
2024-03-02 | xhci: dbc: poll at different rate depending on data transfer activity | Mathias Nyman |
2024-03-02 | xhci: retry Stop Endpoint on buggy NEC controllers | Michal Pecio |
2024-03-02 | xhci: fix matching completion events with TDs | Michal Pecio |
2024-03-02 | usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segments | Niklas Neronin |
2024-03-02 | usb: xhci: remove duplicate code from 'xhci_clear_command_ring()' | Niklas Neronin |
2024-03-02 | xhci: save slot ID in struct 'xhci_port' | Niklas Neronin |
2024-03-02 | xhci: replace real & fake port with pointer to root hub port | Niklas Neronin |
2024-03-02 | xhci: rework how real & fake ports are found | Niklas Neronin |
2024-02-26 | Merge v6.8-rc6 into usb-next | Greg Kroah-Hartman |
2024-02-19 | Revert "xhci: add helper to stop endpoint and wait for completion" | Greg Kroah-Hartman |
2024-02-19 | usb: uhci-grlib: Explicitly include linux/platform_device.h | Andreas Larsson |
2024-02-17 | xhci: add helper to stop endpoint and wait for completion | Mathias Nyman |
2024-02-17 | xhci: Decouple handling an event from checking for unhandled events | Mathias Nyman |
2024-02-17 | xhci: Don't check if the event ring is valid before every event TRB | Mathias Nyman |
2024-02-17 | xhci: add helper that checks for unhandled events on a event ring | Mathias Nyman |