linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 20:16:03 to 2023-02-07 13:32:20 UTC [more...]

[PATCH v3 0/6] Introduce STM32 system bus
 2023-02-07 13:31 UTC  (6+ messages)
` [PATCH v3 2/6] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH v3 3/6] dt-bindings: bus: add STM32 System Bus

Converting dev->mutex into dev->spinlock ?
 2023-02-07 13:07 UTC  (23+ messages)

[usb:usb-testing 34/39] drivers/usb/gadget/configfs.c:824:6: warning: variable 'ret' set but not used
 2023-02-07 12:18 UTC 

[PATCH] usb: gadget: dummyhcd: Fix use-after-free in dummy_free_request
 2023-02-07 11:59 UTC  (3+ messages)

[syzbot] usb-testing build error (3)
 2023-02-07 11:43 UTC 

[usb:usb-testing 34/39] drivers/usb/gadget/configfs.c:824:13: warning: variable 'ret' set but not used
 2023-02-07 11:37 UTC 

[PATCH 0/3] Fix ehci-fsl autoload regression on fsl-mph-dr-of
 2023-02-07 11:05 UTC  (4+ messages)
` [PATCH 1/3] of: device: Ignore modalias of reused nodes
` [PATCH 2/3] of: device: Do not ignore error code in of_device_uevent_modalias
` [PATCH 3/3] usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev

[PATCH v3 0/5] Add function suspend/resume and remote wakeup support
 2023-02-07 10:45 UTC  (15+ messages)
` [PATCH v3 1/5] usb: gadget: Properly configure the device for remote wakeup
` [PATCH v3 2/5] usb: dwc3: Add remote wakeup handling
` [PATCH v3 3/5] usb: gadget: Add function wakeup support
` [PATCH v3 4/5] usb: dwc3: Add function suspend and "
` [PATCH v3 5/5] usb: gadget: f_ecm: Add suspend/resume and remote "

[PATCH 1/3] arm64: dts: mediatek: Introduce MT8195 LAPTOP and IOT's USB configurations
 2023-02-07  9:36 UTC  (4+ messages)
` [PATCH 3/3] arm64: dts: mediatek: enable USB device port for mt8195-demo board

remove arch/sh
 2023-02-07  9:06 UTC  (24+ messages)
` [PATCH 01/22] gpu/drm: remove the shmobile drm driver
` [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

[PATCH] usb: typec: disable pm for typec class devices
 2023-02-07  9:03 UTC  (4+ messages)

All USB tools hang when one descriptor read fails and needs to timeout
 2023-02-07  8:33 UTC  (13+ messages)

[PATCH] USB: core: hub: fix usb_hub worker blocking drain_all_pages() worker issue
 2023-02-07  8:23 UTC  (7+ messages)

[PATCH v2] usb: roles: disable pm for role switch device
 2023-02-07  7:48 UTC  (4+ messages)

[usb:usb-testing] BUILD SUCCESS 41070a7027e9c4493791266fa38e59ded6aea7b4
 2023-02-07  6:43 UTC 

[RFC PATCH] usb: typec: ucsi: change role command to async write
 2023-02-07  5:44 UTC  (5+ messages)

[PATCH] usb: max-3421: Fix setting of I/O pins
 2023-02-07  3:33 UTC 

[PATCH v1] usb: handle warm-reset port requests on hub_init
 2023-02-07  1:30 UTC  (6+ messages)

[PATCH] xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
 2023-02-07  1:22 UTC 

[usb:usb-next] BUILD SUCCESS 25746a3fa2dad79a6dfc42522b5bb38b4bdec844
 2023-02-07  1:17 UTC 

[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
 2023-02-07  1:15 UTC  (12+ messages)
` [RFC PATCH v2 09/22] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [RFC PATCH v2 20/22] sound: usb: Prevent starting of audio stream if in use

[PATCH] usb: storage: sddr55: avoid integer overflow
 2023-02-06 20:17 UTC  (4+ messages)

[PATCH] USB: ene_usb6250: Allocate enough memory for full object
 2023-02-06 19:00 UTC  (4+ messages)

[PATCH v5 00/11] Add XU support to UVC Gadget
 2023-02-06 16:18 UTC  (12+ messages)
` [PATCH v5 01/11] usb: gadget: uvc: Make bSourceID read/write
` [PATCH v5 02/11] usb: gadget: uvc: Generalise helper functions for reuse
` [PATCH v5 03/11] usb: gadget: uvc: Allow definition of XUs in configfs
` [PATCH v5 04/11] usb: gadget: uvc: Copy XU descriptors during .bind()
` [PATCH v5 05/11] usb: gadget: configfs: Rename struct gadget_strings
` [PATCH v5 06/11] usb: gadget: configfs: Support arbitrary string descriptors
` [PATCH v5 07/11] usb: gadget: configfs: Attach arbitrary strings to cdev
` [PATCH v5 08/11] usb: gadget: uvc: Allow linking XUs to string descriptors
` [PATCH v5 09/11] usb: gadget: uvc: Pick up custom string descriptor IDs
` [PATCH v5 10/11] usb: gadget: uvc: Allow linking function to string descs
` [PATCH v5 11/11] usb: gadget: uvc: Use custom strings if available

[PATCH v1 0/7] xhci: mem: Short cleanup series
 2023-02-06 16:10 UTC  (8+ messages)
` [PATCH v1 1/7] xhci: mem: Carefully calculate size for memory allocations
` [PATCH v1 2/7] xhci: mem: Use __GFP_ZERO instead of explicit memset() call
` [PATCH v1 3/7] xhci: mem: Get rid of redundant 'else'
` [PATCH v1 4/7] xhci: mem: Drop useless return:s
` [PATCH v1 5/7] xhci: mem: Use while (i--) pattern to clean up
` [PATCH v1 6/7] xhci: mem: Replace explicit castings with appropriate specifiers
` [PATCH v1 7/7] xhci: mem: Join string literals back

[PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML
 2023-02-06 15:46 UTC  (6+ messages)
` (subset) "

[PATCH v2] usb: gadget: uvc: Correct documentation formatting
 2023-02-06 15:11 UTC 

[PATCH] i915: fix up merge with usb-next branch
 2023-02-06 12:44 UTC 

[usb:usb-testing 1/25] drivers/gpu/drm/i915/gt/intel_execlists_submission.c:4162:6: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2023-02-06 12:16 UTC 

[usb:usb-testing 1/25] drivers/gpu/drm/i915/gt/intel_execlists_submission.c:4161:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2023-02-06 11:55 UTC 

[usb:usb-testing 1/25] drivers/gpu/drm/i915/gt/intel_execlists_submission.c:4161:38: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2023-02-06 11:45 UTC 

[PATCH v4 00/11] Add XU support to UVC Gadget
 2023-02-06 10:54 UTC  (5+ messages)

[RESEND PATCH] usb: gadget: uvc: Correct documentation formatting
 2023-02-06 10:27 UTC  (2+ messages)

[syzbot] WARNING in __usbnet_read_cmd/usb_submit_urb
 2023-02-06 10:10 UTC  (6+ messages)
      ` [PATCH] net: USB: Fix wrong-direction WARNING in plusb.c

[PATCH] usb: gadget: uvc: Correct documentation formatting
 2023-02-06 10:08 UTC  (3+ messages)

[PATCH 01/13] USB: chipidea: fix memory leak with using debugfs_lookup()
 2023-02-06  9:57 UTC  (8+ messages)
` [PATCH 02/13] USB: ULPI: "
` [PATCH 05/13] USB: fotg210: "
` [PATCH 13/13] USB: gadget: s3c2410_udc: "

[PATCH] usbserial: Add support for VW/Skoda "Carstick LTE"
 2023-02-06  8:20 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 6.2-rc7
 2023-02-05 20:36 UTC  (2+ messages)

[PATCH] usb: host: USB_XHCI_RZV2M depends on USB_GADGET
 2023-02-05 14:26 UTC  (3+ messages)

[PATCH] usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math
 2023-02-04 18:36 UTC 

[PATCH] USB: serial: whiteheat: use stack instead of heap memory
 2023-02-04 14:01 UTC  (3+ messages)

[PATCH v2] usb: gadget: add doc to struct usb_composite_dev
 2023-02-04 12:15 UTC 

[PATCH V2] dt-bindings: usb: snps,dwc3: support i.MX8MQ
 2023-02-03 23:49 UTC  (3+ messages)

[usb:usb-testing] BUILD SUCCESS 4f6dfc2136fb2e8dc3f571a5caff6b6e88281fc0
 2023-02-03 20:42 UTC 

[Bug 216697] New: Resume from suspend stopped working
 2023-02-03 18:39 UTC  (2+ messages)
` [Bug 216697] "

[PATCH stable 4.14] usb: host: xhci-plat: add wakeup entry at sysfs
 2023-02-03 17:50 UTC  (6+ messages)
` [PATCH stable 5.4] "

[PATCH] goku_udc: Add check for NULL in goku_irq
 2023-02-03 14:43 UTC  (3+ messages)

[PATCH V6 0/6] Enable USB host on Jetson AGX Orin
 2023-02-03 13:36 UTC  (4+ messages)
` [PATCH V6 2/6] dt-bindings: phy: tegra-xusb: Add support for Tegra234

[PATCH 0/2] use-after-free issues in configfs
 2023-02-03 12:46 UTC  (4+ messages)
` [PATCH 1/2] usb: gadget: u_ether: Do not make UDC parent of the net device

[PATCH] tree-wide: trivial: s/ a SPI/ an SPI/
 2023-02-03 12:30 UTC  (4+ messages)

[PATCH v1 1/1] usb: gadget: configfs: Use memcpy_and_pad()
 2023-02-03 11:27 UTC  (3+ messages)

[PATCH] usb: roles: disable pm for role switch device
 2023-02-03 10:18 UTC  (2+ messages)

[PATCH treewide v2 0/9] phy: Add devm_of_phy_optional_get() helper
 2023-02-03  9:58 UTC  (6+ messages)
` [PATCH v2 6/9] net: ethernet: ti: am65-cpsw: Convert to devm_of_phy_optional_get()

[PATCH v1] USB: core: hub: fix usb_hub worker blocking drain_all_pages() worker issue
 2023-02-03  7:32 UTC 

[usb:usb-testing] BUILD SUCCESS b0425784b942fffbbdb804896197f1dbccda37c5
 2023-02-03  6:02 UTC 

[PATCH] usb: dwc3: update link state when process wakeup interrupt
 2023-02-03  2:31 UTC  (11+ messages)

[PATCH] usb: dwc3: Clear DWC3_EVENT_PENDING when count is 0
 2023-02-03  2:18 UTC  (12+ messages)

USB3/xHCI support for DWC3 gadgets?
 2023-02-03  1:52 UTC 

[PATCH] dt-bindings: usb: snps,dwc3: support i.MX8MQ
 2023-02-03  1:08 UTC 

[usb:usb-linus] BUILD SUCCESS f82060da749c611ed427523b6d1605d87338aac1
 2023-02-03  0:09 UTC 

[PATCH] dt-bindings: phy: hisilicon: Fix 'hisilicon,eye-diagram-param' differing types
 2023-02-02 23:17 UTC  (2+ messages)

[PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
 2023-02-02 21:48 UTC  (2+ messages)

[PATCH] USB: dwc3: fix memory leak with using debugfs_lookup()
 2023-02-02 20:53 UTC  (2+ messages)

Explicit status phase for DWC3
 2023-02-02 20:15 UTC  (11+ messages)


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 NNTP newsgroup(s).