public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-28 07:27:24 to 2024-07-03 15:09:49 UTC [more...]

[PATCH 00/47] arm64: qcom: dts: add QCS9100 support
 2024-07-03 15:09 UTC  (91+ messages)
` [PATCH 01/47] dt-bindings: arm: qcom: Document QCS9100 SoC and RIDE board
` [PATCH 02/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 SoC dtsi
` [PATCH 03/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 PMIC dtsi
` [PATCH 04/47] arm64: dts: qcom: qcs9100: Add QCS9100 RIDE board dts
` [PATCH 05/47] dt-bindings: firmware: qcom,scm: document SCM on QCS9100 SoC
` [PATCH 06/47] dt-bindings: interconnect: qcom: document the interconnect compatibles for QCS9100
` [PATCH 07/47] dt-bindings: clock: document QCS9100 GCC compatible
` [PATCH 08/47] dt-bindings: mailbox: qcom-ipcc: Document the QCS9100 IPCC
` [PATCH 09/47] dt-bindings: phy: Add QMP UFS PHY comptible for QCS9100
` [PATCH 10/47] dt-bindings: crypto: ice: Document QCS9100 inline crypto engine
` [PATCH 11/47] dt-bindings: crypto: qcom,prng: document QCS9100
` [PATCH 12/47] dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS9100
` [PATCH 13/47] dt-bindings: ufs: qcom: document QCS9100 UFS
` [PATCH 14/47] dt-bindings: phy: qcom,qmp-usb: Add QCS9100 USB3 PHY
` [PATCH 15/47] dt-bindings: usb: dwc3: Add QCS9100 compatible
` [PATCH 16/47] dt-bindings: clock: qcom: describe the GPUCC clock for QCS9100
` [PATCH 17/47] dt-bindings: arm-smmu: Document QCS9100 GPU SMMU
` [PATCH 18/47] dt-bindings: phy: describe the Qualcomm SGMII PHY for QCS9100
` [PATCH 19/47] dt-bindings: cache: qcom,llcc: Add QCS9100 description
` [PATCH 20/47] dt-bindings: interrupt-controller: qcom,pdc: document pdc on QCS9100
` [PATCH 21/47] dt-bindings: thermal: qcom-tsens: document the QCS9100 Temperature Sensor
` [PATCH 22/47] dt-bindings: soc: qcom,aoss-qmp: Document the QCS9100 AOSS channel
` [PATCH 23/47] dt-bindings: pinctrl: add qcs9100-tlmm compatible
` [PATCH 24/47] dt-bindings: soc: qcom: add qcom,qcs9100-imem compatible
` [PATCH 25/47] dt-bindings: watchdog: qcom-wdt: document QCS9100
` [PATCH 26/47] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS9100
` [PATCH 27/47] dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCS9100 compatibles
` [PATCH 28/47] dt-bindings: power: qcom,rpmpd: document the QCS9100 RPMh Power Domains
` [PATCH 29/47] dt-bindings: net: qcom,ethqos: add description for qcs9100
` [PATCH 30/47] dt-bindings: PCI: Document compatible for QCS9100
  ` [PATCH 31/47] dt-bindings: PCI: qcom-ep: Add support for QCS9100 SoC
  ` [PATCH 32/47] dt-bindings: phy: qcom,qmp: Add qcs9100 QMP PCIe PHY
  ` [PATCH 33/47] interconnect: qcom: add driver support for qcs9100
  ` [PATCH 34/47] clk: qcom: add the GCC driver support for QCS9100
  ` [PATCH 35/47] phy: qcom-qmp-ufs: Add QCS9100 support
  ` [PATCH 36/47] phy: qcpm-qmp-usb: Add support for QCS9100
  ` [PATCH 37/47] clk: qcom: add the GPUCC driver "
  ` [PATCH 38/47] phy: qcom: add the SGMII SerDes PHY driver support
  ` [PATCH 39/47] soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform
  ` [PATCH 40/47] pinctrl: qcom: add the tlmm driver support for qcs9100 platform
  ` [PATCH 41/47] clk: qcom: rpmh: Add support for QCS9100 rpmh clocks

[PATCH v4 0/7] usb: typec: ucsi: rework glue driver interface
 2024-07-03 14:05 UTC  (7+ messages)

USB4/Thunderbolt maintenance on vacation during July
 2024-07-03 13:53 UTC  (2+ messages)

[GIT PULL] USB-serial device ids for 6.10-rc6
 2024-07-03 13:47 UTC  (2+ messages)

[PATCH 00/20] Simplify of_property_for_each_u32()
 2024-07-03 13:09 UTC  (27+ messages)
` [PATCH 01/20] of: add of_property_for_each_u32_new()
` [PATCH 02/20] clk: convert to of_property_for_each_u32_new()
` [PATCH 03/20] clk: qcom: "
` [PATCH 04/20] clk: sunxi: clk-simple-gates: "
` [PATCH 05/20] clk: sunxi: clk-sun8i-bus-gates: "
` [PATCH 06/20] clocksource/drivers/samsung_pwm: "
` [PATCH 07/20] bus: ti-sysc: "
` [PATCH 08/20] lk: clk-conf: "
` [PATCH 09/20] gpio: brcmstb: "
` [PATCH 10/20] pinctrl: s32cc: "
` [PATCH 11/20] irqchip/atmel-aic: "
` [PATCH 12/20] iio: adc: ti_am335x_adc: "
` [PATCH 13/20] pwm: samsung: "
` [PATCH 14/20] tty: sysrq: "
` [PATCH 15/20] usb: usb251xb: "
` [PATCH 16/20] mfd: ti_am335x_tscadc: "
` [PATCH 17/20] ASoC: arizona: "
` [PATCH 18/20] powerpc/xive: "
` [PATCH 19/20] "
` [PATCH 20/20] of: deprecate and rename of_property_for_each_u32()

[PATCH 00/11] ARM: bcm2835: Implement initial S2Idle for Raspberry Pi
 2024-07-03 10:28 UTC  (20+ messages)
` [PATCH 01/11] firmware: raspberrypi: Improve timeout warning
` [PATCH 02/11] mailbox: bcm2835: Fix timeout during suspend mode
` [PATCH 03/11] pmdomain: raspberrypi-power: Adjust packet definition
` [PATCH 04/11] pmdomain: raspberrypi-power: Avoid powering down USB
` [PATCH 05/11] irqchip/bcm2835: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
` [PATCH 06/11] drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
` [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend
` [PATCH 08/11] usb: dwc2: debugfs: Print parameter no_clock_gating
` [PATCH 09/11] usb: dwc2: Skip clock gating on Broadcom SoCs
` [PATCH RFT 10/11] serial: 8250_bcm2835aux: add PM suspend/resume support
` [PATCH 11/11] ARM: bcm2835_defconfig: Enable SUSPEND

[PATCH v23 00/32] Introduce QC USB SND audio offloading support
 2024-07-03  9:50 UTC  (17+ messages)
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB

[PATCH-next v1] r8152: Convert tasklet API to new bottom half workqueue mechanism
 2024-07-03  3:47 UTC  (3+ messages)

Remote wake up in gadget drivers
 2024-07-03  2:52 UTC  (14+ messages)

Issues while implementing Designware DWC3 on an Actions S700 chip
 2024-07-03  0:47 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS f7697db8b1b3e80d8cd5af071a5af42c8b445fc4
 2024-07-02 20:52 UTC 

[PATCH] usb: core: add missing of_node_put() in usb_of_has_devices_or_graph
 2024-07-02 19:00 UTC  (2+ messages)

[PATCH] USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
 2024-07-02 15:44 UTC 

[PATCH] usb: dwc3: core: Check all ports when set phy suspend
 2024-07-02  0:19 UTC 

[PATCH v2] usb: typec: tcpci: add support to set connector orientation
 2024-07-01 13:21 UTC 

[PATCH V4] usb: serial: Fix mos7840 hangup on resume
 2024-07-01 12:28 UTC  (2+ messages)

[PATCH 1/2] usb: dwc3: core: add p3p2tranok quirk
 2024-07-01 11:48 UTC  (8+ messages)
` [PATCH v2, 2/3] "

[RFC 1/1] usb: host: xhci-plat: add enable XHCI-AVOID-BEI quirk by dts
 2024-07-01 11:44 UTC  (10+ messages)

[GIT PULL] USB driver fixes for 6.10-rc6
 2024-06-30 16:28 UTC  (2+ messages)

[PATCH] usb: typec: stusb160x: Use common code in stusb160x_probe()
 2024-06-29 14:40 UTC 

[westeri-thunderbolt:next] BUILD SUCCESS 49056c95df448c1fa870c8688f34e5d1abffb154
 2024-06-29 13:06 UTC 

[PATCH V2] USB: serial: option: add Netprisma LCUK54 series modules
 2024-06-29  1:54 UTC 

[usb:usb-linus] BUILD SUCCESS fc1d1a712b517bbcb383b1f1f7ef478e7d0579f2
 2024-06-29  0:39 UTC 

[usb:usb-testing] BUILD SUCCESS 2ea6d07efe5388d47afdb49079423334c97fe22b
 2024-06-28 22:28 UTC 

[PATCH] usb: dwc3: pci: add support for the Intel Panther Lake
 2024-06-28 21:06 UTC  (2+ messages)

[PATCH v7 0/1] usb: serial: add support for CH348
 2024-06-28 19:37 UTC  (6+ messages)
` [PATCH 1/1 v7] "

[PATCH] USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
 2024-06-28 18:23 UTC  (2+ messages)

[PATCH] usb/usbip: remove unnecessary code
 2024-06-28 17:16 UTC  (2+ messages)

[PATCH] usb: usbip: remove unnecessary cmd variable
 2024-06-28 17:15 UTC  (2+ messages)

[Bug 218987] New: USB devices are not detected after Save/Restore error on Intel xHC
 2024-06-28 17:00 UTC  (3+ messages)
` [Bug 218987] "

[PATCH] usb: typec: Prevent memory leak in typec_register_port()
 2024-06-28 16:08 UTC 

[PATCH] usb: xhci: Covert to update_device callback returning void
 2024-06-28 15:51 UTC 

[PATCH net-next v1] lan78xx: lan7801 MAC support with lan8841
 2024-06-28 13:03 UTC  (6+ messages)

[PATCH v2 0/7] usb: typec: ucsi: rework glue driver interface
 2024-06-28  9:27 UTC  (9+ messages)
` [PATCH v2 6/7] usb: typec: ucsi: extract common code for command handling
  ` [Linux-stm32] "

[PATCH v2 1/1] dt-bindings: usb: Convert fsl-usb to yaml
 2024-06-28  7:44 UTC  (2+ messages)

[PATCH] usb: typec: anx7411: Use scope-based resource management in anx7411_typec_port_probe()
 2024-06-28  7:26 UTC  (3+ messages)
  ` [PATCH 2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox