Linux-USB Archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/7] Thunderbolt and DP altmode support for cros-ec-typec
 2024-12-13 18:33 UTC  (16+ messages)
` [PATCH v4 1/7] usb: typec: Only use SVID for matching altmodes
` [PATCH v4 2/7] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
` [PATCH v4 3/7] usb: typec: Print err when displayport fails to enter
` [PATCH v4 4/7] platform/chrome: cros_ec_typec: Update partner altmode active
` [PATCH v4 5/7] platform/chrome: cros_ec_typec: Displayport support

[PATCH v6 0/5] Fix USB suspend on TI J7200 (cdns3-ti, cdns3, xhci)
 2024-12-13 16:03 UTC  (11+ messages)
` [PATCH v6 1/5] usb: cdns3-ti: move reg writes to separate function
` [PATCH v6 2/5] usb: cdns3-ti: run HW init at resume() if HW was reset
` [PATCH v6 3/5] usb: cdns3: rename hibernated argument of role->resume() to lost_power
` [PATCH v6 4/5] xhci: introduce xhci->lost_power flag
` [PATCH v6 5/5] usb: cdns3: host: transmit lost_power signal from wrapper to XHCI

[PATCH] USB: usblp: remove redundant semicolon
 2024-12-13 14:53 UTC 

[PATCH 1/2] arm64: dts: qcom: x1e80100-crd: Add USB multiport fingerprint reader
 2024-12-13 13:08 UTC  (5+ messages)
    ` [PATCH 1/2] arm64: dts: qcom: x1e80100-crd: Add USB multiport fingerprint readery

USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
 2024-12-13 12:03 UTC  (13+ messages)

[PATCH 0/3] Add FSUSB42 USB switch and external DP for Qualcomm X1E80100 QCP
 2024-12-13 11:18 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for FSUSB42
` [PATCH 2/3] arm64: dts: qcom: x1e80100-qcp: Add FSUSB42 USB switches
` [PATCH 3/3] arm64: dts: qcom: x1e80100-qcp: Enable external DP support

[PATCH v30 00/30] Introduce QC USB SND audio offloading support
 2024-12-13  9:10 UTC  (26+ messages)
` [PATCH v30 28/30] ALSA: usb-audio: Add USB offload route kcontrol

[PATCH v2] usb: typec: ucsi: Set orientation as none when connector is unplugged
 2024-12-13  9:00 UTC  (2+ messages)

[GIT PULL] USB-serial device ids for 6.13-rc3
 2024-12-13  8:22 UTC 

[PATCH] dt-bindings: usb: dwc3-st: convert to dt schema
 2024-12-13  5:15 UTC 

[PATCH] dt-bindings: usb: usb-device: Add panel-location
 2024-12-12 21:44 UTC 

[PATCH v2] usb: gadget: configfs: Ignore trailing LF for user strings to cdev
 2024-12-12 15:41 UTC 

[PATCH] USB: Optimize goto logic in API usb_register_driver()
 2024-12-12 15:30 UTC 

Annotating USB device Location in DT
 2024-12-12 15:15 UTC  (3+ messages)

[PATCH v2] USB: usblp: return error when setting unsupported protocol
 2024-12-12 14:38 UTC 

[PATCH v3] usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspend
 2024-12-12 12:53 UTC 

[PATCH] usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind retries
 2024-12-12 12:28 UTC  (6+ messages)

[PATCH v2 1/2] usb: typec: tcpci: fix NULL pointer issue on shared irq case
 2024-12-12 12:24 UTC  (2+ messages)
` [PATCH v2 2/2] usb: typec: tcpci: write ALERT_MASK after devm_request_threaded_irq()

[PATCH v2] usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspend
 2024-12-12 12:06 UTC  (3+ messages)

[PATCH] usb: gadget: configfs: Ignore trailing LF for user strings to cdev
 2024-12-12 11:32 UTC  (2+ messages)

[PATCH] usb: chipidea: ci_hdrc_imx: decrement device's refcount on the error path of .probe()
 2024-12-12  9:49 UTC 

I urge you to understand my viewpoint accurately
 2024-12-12  3:22 UTC 

[PATCH net 1/1] net: usb: qmi_wwan: add Telit FE910C04 compositions
 2024-12-12  4:30 UTC  (2+ messages)

[PATCH] usb: typec: tcpci: fix NULL pointer issue on shared irq case
 2024-12-12  4:09 UTC  (6+ messages)

[PATCH] usb: typec: ucsi: Fix connector status writing past buffer size
 2024-12-12  3:35 UTC  (2+ messages)

[PATCH v5] lib/math: Add int_sqrt test suite
 2024-12-11 22:33 UTC  (3+ messages)

[PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
 2024-12-11 21:21 UTC  (13+ messages)

[PATCH v3 00/28] usb: gadget: f_tcm: Enhance UASP driver
 2024-12-11 17:11 UTC  (31+ messages)
` [PATCH v3 01/28] usb: gadget: f_tcm: Don't free command immediately
` [PATCH v3 02/28] usb: gadget: f_tcm: Translate error to sense
` [PATCH v3 03/28] usb: gadget: f_tcm: Decrement command ref count on cleanup
` [PATCH v3 04/28] usb: gadget: f_tcm: Fix Get/SetInterface return value
` [PATCH v3 05/28] usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint
` [PATCH v3 06/28] usb: gadget: f_tcm: Don't prepare BOT write request twice
` [PATCH v3 07/28] usb: gadget: f_tcm: Increase stream count
` [PATCH v3 08/28] usb: gadget: f_tcm: Increase bMaxBurst
` [PATCH v3 09/28] usb: gadget: f_tcm: Limit number of sessions
` [PATCH v3 10/28] usb: gadget: f_tcm: Get stream by sbitmap number
` [PATCH v3 11/28] usb: gadget: f_tcm: Don't set static stream_id
` [PATCH v3 12/28] usb: gadget: f_tcm: Allocate matching number of commands to streams
` [PATCH v3 13/28] usb: gadget: f_tcm: Handle multiple commands in parallel
` [PATCH v3 14/28] usb: gadget: f_tcm: Use extra number of commands
` [PATCH v3 15/28] usb: gadget: f_tcm: Return ATA cmd direction
` [PATCH v3 16/28] usb: gadget: f_tcm: Execute command on write completion
` [PATCH v3 17/28] usb: gadget: f_tcm: Minor cleanup redundant code
` [PATCH v3 18/28] usb: gadget: f_tcm: Handle abort command
` [PATCH v3 19/28] usb: gadget: f_tcm: Cleanup requests on ep disable
` [PATCH v3 20/28] usb: gadget: f_tcm: Stop proceeding further on -ESHUTDOWN
` [PATCH v3 21/28] usb: gadget: f_tcm: Save CPU ID per command
` [PATCH v3 22/28] usb: gadget: f_tcm: Send sense on cancelled transfer
` [PATCH v3 23/28] usb: gadget: f_tcm: Handle TASK_MANAGEMENT commands
` [PATCH v3 24/28] usb: gadget: f_tcm: Check overlapped command
` [PATCH v3 25/28] usb: gadget: f_tcm: Stall on invalid CBW
` [PATCH v3 26/28] usb: gadget: f_tcm: Requeue command request on error
` [PATCH v3 27/28] usb: gadget: f_tcm: Track BOT command kref
` [PATCH v3 28/28] usb: gadget: f_tcm: Refactor goto check_condition

[PATCH v3 0/3] usb: typec: hd3ss3220: enhance driver with port type, power opmode, and role preference settings
 2024-12-11 16:32 UTC  (4+ messages)
` [PATCH v3 1/3] usb: typec: hd3ss3220: configure advertised power opmode based on fwnode property
` [PATCH v3 2/3] usb: typec: hd3ss3220: support configuring port type
` [PATCH v3 3/3] usb: typec: hd3ss3220: support configuring role preference based on fwnode property and typec_operation

[syzbot] [mm?] kernel BUG in __page_table_check_zero (2)
 2024-12-11 15:59 UTC 

[PATCH] USB: usblp: return error when setting unsupported protocol
 2024-12-11 15:49 UTC  (2+ messages)

[PATCH v2 00/15] Add initial USB support for the Renesas RZ/G3S SoC
 2024-12-11 13:29 UTC  (29+ messages)
` [PATCH v2 01/15] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Add #renesas,sysc-signal-cells
` [PATCH v2 03/15] soc: renesas: rz-sysc: Enable SYSC driver for RZ/G3S
` [PATCH v2 04/15] soc: renesas: rz-sysc: Add SoC detection support
` [PATCH v2 05/15] soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver
` [PATCH v2 07/15] dt-bindings: phy: renesas,usb2-phy: Mark resets as required for RZ/G3S
` [PATCH v2 08/15] dt-bindings: phy: renesas,usb2-phy: Add renesas,sysc-signal
` [PATCH v2 09/15] phy: renesas: rcar-gen3-usb2: Fix an error handling path in rcar_gen3_phy_usb2_probe()
` [PATCH v2 11/15] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G3S support
` [PATCH v2 12/15] arm64: dts: renesas: Add #renesas,sysc-signal-cells to system controller node
` [PATCH v2 13/15] arm64: dts: renesas: r9a08g045: Enable the system controller
` [PATCH v2 14/15] arm64: dts: renesas: r9a08g045: Add USB support
` [PATCH v2 15/15] arm64: dts: renesas: rzg3s-smarc: Enable "

[Bug 219590] New: Linux 6.13 ucsi driver error
 2024-12-11 13:23 UTC 

[PATCH] usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
 2024-12-11 11:59 UTC 

[PATCH] usb: typec: tcpci: set local CC to Rd only when cc1/cc2 status is Rp
 2024-12-11 10:57 UTC 

[PATCH] thunderbolt: Improve redrive mode handling
 2024-12-11 10:35 UTC 

[PATCH 1/1] USB: serial: option: add Telit FE910C04 rmnet compositions
 2024-12-11  9:38 UTC  (2+ messages)

[PATCH] USB: serial: ch341: Add product ID for CH9102
 2024-12-11  9:35 UTC  (2+ messages)

[PATCH v11 0/2] usb: typec: Implement UCSI driver for ChromeOS
 2024-12-11  9:33 UTC  (5+ messages)
` [PATCH v11 1/2] platform/chrome: Update ChromeOS EC header for UCSI
` [PATCH v11 2/2] usb: typec: ucsi: Implement ChromeOS UCSI driver

[PATCH] [v2]USB: serial: option: add MediaTek T7XX compositions Add the MediaTek T7XX compositions:
 2024-12-11  9:25 UTC  (2+ messages)

[PATCH] usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm()
 2024-12-11  9:18 UTC  (2+ messages)

[PATCH] USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
 2024-12-11  9:13 UTC  (2+ messages)

[PATCH] USB: serial: option: add MeiG Smart SLM770A
 2024-12-11  9:08 UTC  (2+ messages)

[PATCH 1/1] Add TCL IK512 MBIM & ECM
 2024-12-11  9:03 UTC  (2+ messages)

[PATCH] thunderbolt: debugfs: Add write capability to path config space
 2024-12-11  8:23 UTC 

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2024-12-11  8:18 UTC  (13+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v2] thunderbolt: Don't display nvm_version unless upgrade supported
 2024-12-11  7:14 UTC  (2+ messages)

[westeri-thunderbolt:fixes] BUILD SUCCESS 8644b48714dca8bf2f42a4ff8311de8efc9bd8c3
 2024-12-11  6:39 UTC 

[PATCH v2 0/3] Add support for responding to Get_Revision request
 2024-12-11  3:07 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: connector: Add pd-revision property
` [PATCH v2 2/3] usb: typec: tcpm: Add support for parsing pd-revision DT property
` [PATCH v2 3/3] usb: typec: tcpm: Add new AMS for Get_Revision response

[PATCH 0/3] Add support for responding to Get_Revision request
 2024-12-11  2:55 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: connector: Add pd-revision property

[PATCH] usb: dwc3-am62: Disable autosuspend during remove
 2024-12-11  2:20 UTC  (2+ messages)

[PATCH v2] usb: dwc3: gadget: fix writing NYET threshold
 2024-12-10 22:51 UTC  (2+ messages)

[PATCH v2 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
 2024-12-10 19:54 UTC  (11+ messages)
` [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees

Different speed of USB control transfers for HS USB devices depending on used USB port
 2024-12-10 17:18 UTC  (3+ messages)

[PATCH v2 0/2] Add support to ignore single SE0 glitches
 2024-12-10 11:47 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: usb: snps,dwc3: Add snps,filter-se0-fsls-eop quirk

[PATCH v10 0/2] usb: typec: Implement UCSI driver for ChromeOS
 2024-12-10 10:35 UTC  (4+ messages)
` [PATCH v10 2/2] usb: typec: ucsi: Implement ChromeOS UCSI driver

[PATCH] usb: common: expand documentation for USB functions
 2024-12-10 10:29 UTC 

[PATCH] thunderbolt: Add support for Intel Panther Lake-M/P
 2024-12-10  6:13 UTC  (2+ messages)

[PATCH v2] usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property
 2024-12-10  2:47 UTC  (5+ messages)

USB: workqueues stuck in 'D' state?
 2024-12-09 23:27 UTC  (3+ messages)

[PATCH] thunderbolt: Don't display retimers unless nvm was initialized
 2024-12-09 15:47 UTC  (6+ messages)

[PATCH] usb: phy-tahvo: fix call balance for tu->ick handling routines
 2024-12-09 15:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).