summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman
2024-06-27xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGLReka Norman
2024-06-27usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()Niklas Neronin
2024-06-27usb: xhci: move process TD code out of the while loopNiklas Neronin
2024-06-27usb: xhci: remove infinite loop preventionNiklas Neronin
2024-06-27usb: xhci: remove false xhci_giveback_urb_in_irq() header commentNiklas Neronin
2024-06-27usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stoppedNiklas Neronin
2024-06-27xhci: rework xhci internal endpoint halt state detection.Mathias Nyman
2024-06-27usb: xhci: remove obsolete sanity check debug messagesNiklas Neronin
2024-06-27usb: xhci: improve error message for targetless transfer eventNiklas Neronin
2024-06-27usb: xhci: move untargeted transfer event handling to a separate functionNiklas Neronin
2024-06-27usb: xhci: move all segment re-numbering to xhci_link_rings()Niklas Neronin
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2024-06-27usb: xhci: remove unused argument from handle_port_status()Niklas Neronin
2024-06-27usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()Niklas Neronin
2024-06-27usb: xhci: remove unused 'xhci' argumentNiklas Neronin
2024-06-27usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin
2024-06-27xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat
2024-06-27xhci: Set correct transferred length for cancelled isoc transfersMathias Nyman
2024-06-27xhci: show usb device name in xhci urb tracingMathias Nyman
2024-06-27xhci: Remove dead code in xhci_move_dequeue_past_td()Hector Martin
2024-06-27usb: gadget: aspeed_udc: validate endpoint index for ast udcMa Ke
2024-06-27usb: chipidea: ci_hdrc_tegra: Switch to RUNTIME_PM_OPS()Fabio Estevam
2024-06-27usb: chipidea: ci_hdrc_imx: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam
2024-06-27usb: misc: onboard_usb_dev: Add match functionMatthias Kaehlcke
2024-06-27usb: uas: set host status byte on data completion errorShantanu Goel
2024-06-25Merge tag 'thunderbolt-for-v6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman
2024-06-20usb: typec-mux: nb7vpq904m: broadcast typec state to next muxNeil Armstrong
2024-06-20usb: typec-mux: ptn36502: broadcast typec state to next muxNeil Armstrong
2024-06-20usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and removeNeil Armstrong
2024-06-20usb: typec-mux: ptn36502: unregister typec switch on probe error and removeNeil Armstrong
2024-06-20usb: typec: ucsi: psy: Add support for the charge type propertyHeikki Krogerus
2024-06-20usb: typec: ucsi: Changing the driver data type to voidHeikki Krogerus
2024-06-20usb: typec: ucsi: don't retrieve PDOs if not supportedMark Pearson
2024-06-20usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LODaehwan Jung
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung
2024-06-20usb: dwc3: Support quirk for writing high-low orderDaehwan Jung
2024-06-20usb: typec: tipd: use min() to set tps6598x firmware packet sizeJavier Carrasco
2024-06-20usb: typec: tipd: add error log to provide firmware name and sizeJavier Carrasco
2024-06-20usb: typec: tipd: drop second firmware name readJavier Carrasco
2024-06-20usb: typec: tcpm: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-06-20usb: misc: Drop explicit initialization of struct i2c_device_id::driver_data ...Uwe Kleine-König
2024-06-20usb: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-20usb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-20usb: phy: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-20usb: host: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-20usb: misc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-19thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo
2024-06-18Merge tag 'v6.10-rc4' into usb-nextGreg Kroah-Hartman