Linux-USB Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 14:44:20 to 2021-04-19 05:02:23 UTC [more...]

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-19  5:02 UTC  (6+ messages)
` [RFC v1 PATCH 1/3] drivers: soc: add support for soc_device_match returning -EPROBE_DEFER
` [RFC v1 PATCH 2/3] caam: add defer probe when the caam driver cannot identify SoC
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[PATCH] [v2] usb: cdns3: Fix runtime PM imbalance on error
 2021-04-19  3:55 UTC  (2+ messages)

[PATCH v2] usb: gadget: dummy_hcd: fix gpf in gadget_setup
 2021-04-19  3:37 UTC 

[PATCH] usb: dwc3: core: Do core softreset when switch mode
 2021-04-18 23:03 UTC  (27+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] usb: musb: davinci: change the variable type
 2021-04-18 18:36 UTC 

[PATCH] usb: musb: musb_core: Add space after that ','
 2021-04-18 17:47 UTC 

[PATCH] usb: gadget: dummy_hcd: fix gpf in gadget_setup
 2021-04-17 15:42 UTC  (2+ messages)

[RFC PATCH] USB:XHCI:skip hub registration
 2021-04-17 15:31 UTC  (10+ messages)

INFO: task hung in usb_remote_wakeup (2)
 2021-04-17 10:41 UTC  (2+ messages)
` [syzbot] "

[PATCH 0/8] USB Audio Gadget part 2: Feedback endpoint, Volume/Mute support
 2021-04-17  9:43 UTC  (3+ messages)
` [PATCH 2/8] usb: gadget: f_uac2/u_audio: add feedback endpoint support

[PATCH net v2 2/9] r8152: reset flow control patch when linking on for RTL8153B
 2021-04-16 22:40 UTC  (16+ messages)
` [PATCH net v2 3/9] r8152: get default setting of WOL before initializing
  ` [PATCH net-next 1/6] r8152: set inter fram gap time depending on speed
` [PATCH net v2 4/9] r8152: disable U2P3 for RTL8153B
  ` [PATCH net-next 2/6] r8152: adjust rtl8152_check_firmware function
` [PATCH net v2 5/9] r8152: Disable PLA MCU clock speed down
  ` [PATCH net-next 3/6] r8152: add help function to change mtu
` [PATCH net v2 6/9] r8152: disable test IO for RTL8153B
  ` [PATCH net-next 4/6] r8152: support new chips
` [PATCH net v2 7/9] r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153B
  ` [PATCH net-next 5/6] r8152: support PHY firmware for RTL8156 series
` [PATCH net v2 8/9] r8152: avoid the MCU to clear the lanwake
  ` [PATCH net-next 6/6] r8152: search the configuration of vendor mode
` [PATCH net-next 0/6] r8152: support new chips

usbnet: ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
 2021-04-16 18:13 UTC 

[syzbot] general protection fault in gadget_setup
 2021-04-16 17:46 UTC  (13+ messages)

[PATCH v3] USB: Don't set USB_PORT_FEAT_SUSPEND on WD19's Realtek Hub
 2021-04-16 15:39 UTC  (6+ messages)

[PATCH] [RFC] xhci: Add Link TRB sync quirk for ASM3142
 2021-04-16 15:18 UTC  (4+ messages)

[PATCH 01/15] usb: dwc2: Update exit hibernation when port reset is asserted
 2021-04-16 12:48 UTC  (38+ messages)
` [PATCH 02/15] usb: dwc2: Reset DEVADDR after exiting gadget hibernation
` [PATCH 03/15] usb: dwc2: Fix host mode hibernation exit with remote wakeup flow
` [PATCH 04/15] usb: dwc2: Fix hibernation between host and device modes
` [PATCH 05/15] usb: dwc2: Allow exiting hibernation from gpwrdn rst detect
` [PATCH 06/15] usb: dwc2: Clear fifo_map when resetting core
` [PATCH 07/15] usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated
` [PATCH 08/15] usb: dwc2: Move enter hibernation to dwc2_port_suspend() function
` [PATCH 09/15] usb: dwc2: Move exit hibernation to dwc2_port_resume() function
` [PATCH 10/15] usb: dwc2: Allow exit hibernation in urb enqueue
` [PATCH 11/15] usb: dwc2: Add hibernation entering flow by system suspend
` [PATCH 12/15] usb: dwc2: Add hibernation exiting flow by system resume
` [PATCH 13/15] usb: dwc2: Add exit hibernation mode before removing drive
  ` [kbuild] "
` [PATCH 14/15] usb: dwc2: Update dwc2_handle_usb_suspend_intr function
` [PATCH 15/15] usb: dwc2: Get rid of useless error checks in suspend interrupt
` [PATCH v2 00/15] usb: dwc2: Fix Hibernation issues
` [PATCH v2 01/15] usb: dwc2: Update exit hibernation when port reset is asserted
` [PATCH v2 02/15] usb: dwc2: Reset DEVADDR after exiting gadget hibernation
` [PATCH v2 03/15] usb: dwc2: Fix host mode hibernation exit with remote wakeup flow
` [PATCH v2 04/15] usb: dwc2: Fix hibernation between host and device modes
` [PATCH v2 05/15] usb: dwc2: Allow exiting hibernation from gpwrdn rst detect
` [PATCH v2 06/15] usb: dwc2: Clear fifo_map when resetting core
` [PATCH v2 07/15] usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated
` [PATCH v2 08/15] usb: dwc2: Move enter hibernation to dwc2_port_suspend() function
` [PATCH v2 09/15] usb: dwc2: Move exit hibernation to dwc2_port_resume() function
` [PATCH v2 10/15] usb: dwc2: Allow exit hibernation in urb enqueue
` [PATCH v2 11/15] usb: dwc2: Add hibernation entering flow by system suspend
` [PATCH v2 12/15] usb: dwc2: Add hibernation exiting flow by system resume
` [PATCH v2 13/15] usb: dwc2: Add exit hibernation mode before removing drive
` [PATCH v2 14/15] usb: dwc2: Update dwc2_handle_usb_suspend_intr function
` [PATCH v2 15/15] usb: dwc2: Get rid of useless error checks in suspend interrupt

[PATCH v6 0/5] USB DWC3 host wake up support from system suspend
 2021-04-16 10:01 UTC  (6+ messages)
` [PATCH v6 1/5] usb: dwc3: host: Add suspend_quirk for dwc3 host
` [PATCH v6 2/5] usb: dwc3: core: Host wake up support from system suspend
` [PATCH v6 3/5] usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
` [PATCH v6 4/5] usb: dwc3: qcom: Configure wakeup interrupts during suspend
` [PATCH v6 5/5] usb: dwc3: qcom: Set genpd active wakeup flag for usb gdsc

[PATCH] usb: misc: adutux: fix whitespace coding style issue
 2021-04-16  9:50 UTC  (2+ messages)

[next PATCH] usb: xhci-mtk: remove bus status check
 2021-04-16  6:48 UTC 

[PATCH] usb: Fix missing whitespace in function calls
 2021-04-16  5:15 UTC  (2+ messages)

USB port resume can take 60 seconds in worst case scenario
 2021-04-16  4:47 UTC  (4+ messages)

[PATCH] usb: dwc3: gadget: Check for disabled LPM quirk
 2021-04-15 21:18 UTC  (7+ messages)
` [PATCH v2 0/2] usb: dwc3: gadget: Add disabling LPM option
  ` [PATCH v2 1/2] dt-bindings: usb: dwc3: Add disabling LPM for gadget
  ` [PATCH v2 2/2] usb: dwc3: gadget: Check for disabled LPM quirk

[PATCH] usb: dwc3: gadget: Avoid canceling current request for queuing error
 2021-04-15 19:28 UTC  (5+ messages)

[PATCH v4 1/3] usb: typec: tcpm: Honour pSnkStdby requirement during negotiation
 2021-04-15 16:22 UTC  (5+ messages)
` [PATCH v4 2/3] usb: typec: tcpm: Allow slow charging loops to comply to pSnkStby
` [PATCH v4 3/3] dt-bindings: connector: Add slow-charger-loop definition

[RFC]extension of the anchor API
 2021-04-15 15:18 UTC  (12+ messages)

rtl8152 / power management kernel hang
 2021-04-15 15:11 UTC  (3+ messages)

UBSAN: array-index-out-of-bounds in ehci_hub_control
 2021-04-15 14:37 UTC  (2+ messages)

Question on typec_unregister_altmode
 2021-04-15 11:06 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: Remove FS bInterval_m1 limitation
 2021-04-15 10:45 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1] usb: typec: tcpm: Fix error while calculating PPS out values
 2021-04-15  5:07 UTC  (3+ messages)

[usb:usb-testing] BUILD SUCCESS 4b853c236c7b5161a2e444bd8b3c76fe5aa5ddcb
 2021-04-15  3:35 UTC 

[PATCH] USB: Don't set USB_PORT_FEAT_SUSPEND on WD19's Realtek Hub
 2021-04-14 17:05 UTC  (7+ messages)

[PATCH v2] usb: dwc3: core: Add shutdown callback for dwc3
 2021-04-14 16:02 UTC  (3+ messages)

Re: [PATCH v2] usb: Add a lock when freeing data in usbtmc_disconnect
 2021-04-14 15:34 UTC 

[PATCH v2] usb: Add a lock when freeing data in usbtmc_disconnect
 2021-04-14 15:10 UTC 

[PATCH] usb: dwc3: gadget: Ignore Packet Pending bit
 2021-04-14  9:40 UTC  (2+ messages)

[PATCH] usb: typec: silence a static checker warning
 2021-04-14  8:01 UTC  (2+ messages)

[PATCH v3 1/3] usb: typec: tcpm: Honour pSnkStdby requirement during negotiation
 2021-04-14  7:55 UTC  (5+ messages)
` [PATCH v3 2/3] usb: typec: tcpm: Allow slow charging loops to comply to pSnkStby
` [PATCH v3 3/3] dt-bindings:: connector: Add slow-charger-loop definition

[bug report] usb: typec: Port mapping utility
 2021-04-14  6:37 UTC  (2+ messages)

[PATCH] usb: core: remove unused including <linux/version.h>
 2021-04-14  6:12 UTC  (2+ messages)

[PATCH v2 1/6] usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply
 2021-04-14  1:27 UTC  (11+ messages)
` [PATCH v2 4/6] usb: typec: tcpm: Honour pSnkStdby requirement during negotiation
` [PATCH v2 5/6] usb: typec: tcpm: Allow slow charging loops to comply to pSnkStby
` [PATCH v2 6/6] Documentation: connector: Add slow-charger-loop definition

[usb:usb-testing] BUILD SUCCESS 401411bbc4e62bcbcc020c2c458ecb90843140a8
 2021-04-13 22:59 UTC 

[PATCH v3 0/1] dwc2: Enable USB when booted in ACPI mode
 2021-04-13 21:58 UTC  (2+ messages)
` [PATCH v3 1/1] usb: dwc2: Enable RPi "

USB network gadget / DWC3 issue
 2021-04-13 21:21 UTC  (20+ messages)

[PATCH 00/10] USB: serial: clean up the ti drivers
 2021-04-13 16:31 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).