linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 07:39:58 to 2020-07-25 03:53:28 UTC [more...]

[PATCH v6 0/5] Add USB PHY support for new Ingenic SoCs
 2020-07-25  3:51 UTC  (5+ messages)
` [PATCH v6 1/5] dt-bindings: USB: Add bindings "
` [PATCH v6 2/5] USB: PHY: JZ4770: Unify code style and simplify code
` [PATCH v6 3/5] USB: PHY: JZ4770: Add support for new Ingenic SoCs
` [PATCH v6 4/5] USB: PHY: JZ4770: Reformat the code to align it

[PATCH v3 00/12] usb: Handle different sublink speeds
 2020-07-25  3:33 UTC  (15+ messages)
` [PATCH v3 01/12] usb: ch9: Add sublink speed struct
` [PATCH v3 02/12] usb: gadget: composite: Avoid using magic numbers
` [PATCH v3 03/12] usb: gadget: Expose sublink speed attributes
` [PATCH v3 04/12] usb: gadget: Set max speed for SSP devices
` [PATCH v3 05/12] usb: composite: Properly report sublink speed
` [PATCH v3 06/12] usb: devicetree: Include USB SSP Gen X x Y
` [PATCH v3 07/12] usb: common: Add function to get num_lanes and transfer rate
` [PATCH v3 08/12] usb: dwc3: Initialize lane count and sublink speed
` [PATCH v3 09/12] usb: dwc3: gadget: Report sublink speed capability
` [PATCH v3 10/12] usb: dwc3: gadget: Implement setting of sublink speed
` [PATCH v3 11/12] usb: dwc3: gadget: Track connected lane and "
` [PATCH v3 12/12] usb: dwc3: gadget: Set speed only up to the max supported

[PATCH v5 0/4] Add USB PHY support for new Ingenic SoCs
 2020-07-25  3:12 UTC  (3+ messages)

[PATCH] net: cdc_ncm: USB_NET_CDC_NCM selects USB_NET_CDCETHER
 2020-07-25  2:54 UTC  (2+ messages)

[PATCH 0/2] usb: dwc3: Valid HW capability
 2020-07-24 21:01 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc3: core: Properly default unspecified speed
` [PATCH 2/2] usb: dwc3: core: Print warning on unsupported speed

[PATCH v9 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-24 20:33 UTC 

[PATCH v4] USB: Fix device driver race
 2020-07-24 20:05 UTC  (12+ messages)

[PATCH] USB:Fix kernel NULL pointer when unbind UHCI form vfio-pci
 2020-07-24 19:17 UTC  (13+ messages)
    ` 答复: "

[PATCH v2 1/6] usb: typec: tcpm: Move mod_delayed_work(&port->vdm_state_machine) call into tcpm_queue_vdm()
 2020-07-24 19:09 UTC  (8+ messages)
` [PATCH v2 2/6] usb: typec: tcpm: Add tcpm_queue_vdm_unlocked() helper
` [PATCH v2 3/6] usb: typec: tcpm: Refactor tcpm_handle_vdm_request payload handling
` [PATCH v2 4/6] usb: typec: tcpm: Refactor tcpm_handle_vdm_request
` [PATCH v2 5/6] usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the alt-mode drivers
` [PATCH v2 6/6] usb: typec: tcpm: Add WARN_ON ensure we are not trying to send 2 VDM packets at the same time

[PATCH 00/27] xhci features for usb-next
 2020-07-24 16:32 UTC  (33+ messages)
` [PATCH 01/27] xhci: Make debug message consistent with bus and port number
` [PATCH 02/27] xhci: dbc: Don't use generic xhci inc_deq() function for dbc
` [PATCH 03/27] xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()
` [PATCH 04/27] xhci: dbc: Don't use generic xhci erst allocation and free functions
` [PATCH 05/27] xhci: dbc: Remove dbc_dma_alloc_coherent() wrapper
` [PATCH 06/27] xhci: dbc: Remove dbc_dma_free_coherent() wrapper
` [PATCH 07/27] xhci: dbc: Add device pointer to dbc structure
` [PATCH 08/27] xhci: dbc: Use dev_info() and similar instead of xhci_info()
` [PATCH 09/27] xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameter
` [PATCH 10/27] xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()
` [PATCH 11/27] xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()
` [PATCH 12/27] xhci: dbc: Pass dbc pointer to endpoint init and exit functions
` [PATCH 13/27] xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()
` [PATCH 14/27] xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd pointer
` [PATCH 15/27] xhci: dbgtty: Pass dbc pointer when registering a dbctty device
` [PATCH 16/27] xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
` [PATCH 17/27] xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
` [PATCH 18/27] xhci: dbc: Don't use generic xhci context allocation for dbc
` [PATCH 19/27] xhci: dbc: don't use generic xhci ring allocation functions "
` [PATCH 20/27] xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functions
` [PATCH 21/27] xhci: dbc: Pass dbc pointer to dbc start and stop functions
` [PATCH 22/27] xhci: dbc: simplify dbc requests allocation and queueing
` [PATCH 23/27] xhci: dbc: remove endpoint pointers from dbc_port structure
` [PATCH 24/27] xhci: dbctty: split dbc tty driver registration and unregistration functions
` [PATCH 25/27] xhci: dbc: Add a operations structure to access driver functions
` [PATCH 26/27] xhci: dbgcap: remove dbc dependency on dbctty specific flag
` [PATCH 27/27] xhci: dbc: remove tty specific port structure from struct xhci_dbc

[PATCH v3 0/3] Add USB role switch support to DWC2
 2020-07-24 16:16 UTC  (8+ messages)
` [PATCH v3 1/3] usb: dwc2: override PHY input signals with usb role switch support
` [PATCH v3 2/3] dt-bindings: usb: dwc2: add optional usb-role-switch property
` [PATCH v3 3/3] usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCs

[PATCH 0/6] usb: typec: tcpm: Fix AB BA lock inversion between tcpm and alt-mode drivers
 2020-07-24 15:59 UTC  (13+ messages)
` [PATCH 2/6] usb: typec: tcpm: Move locking into tcpm_queue_vdm()
` [PATCH 4/6] usb: typec: tcpm: Refactor tcpm_handle_vdm_request
` [PATCH 5/6] usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the alt-mode drivers
` [PATCH 6/6] usb: typec: tcpm: Add WARN_ON ensure we are not tryong to send 2 VDM packets at the same time

usb: core: URB completer callback possibly called after usb_kill_anchored_urbs() returns
 2020-07-24 15:51 UTC  (2+ messages)

[PATCH v2] usb: typec: tcpm: Migrate workqueue to RT priority for processing events
 2020-07-24 15:51 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS WITH WARNING 9a360a7cae11461ccd933a9ea366b0dcb3afadb0
 2020-07-24 14:48 UTC 

[PATCH for v5.9] USB: serial: Replace HTTP links with HTTPS ones
 2020-07-24 14:45 UTC  (2+ messages)

[PATCH v5 net-next 0/5] usbnet: multicast filter support for cdc ncm devices
 2020-07-24 14:18 UTC  (4+ messages)
` [PATCH v5 net-next 2/5] net: cdc_ether: export usbnet_cdc_update_filter

[PATCH 0/3] Add USB role switch support to DWC2
 2020-07-24 13:45 UTC  (4+ messages)

[PATCH] usb-serial:cp210x: add CP210x support to software flow control
 2020-07-24 13:10 UTC  (2+ messages)

[PATCH 0/4] Fix DWC2 USB role switch support
 2020-07-24 12:37 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: usb: dwc2: add optional usb-role-switch property
` [PATCH 2/4] usb: dwc2: fix build issue when config is USB_DWC2_HOST only
` [PATCH 3/4] usb: dwc2: drd: fix sleeping while spinlock atomic context
` [PATCH 4/4] usb: dwc2: fix error path with missing dwc2_drd_exit

[balbi-usb:testing/next 1/39] drivers/usb/dwc2/drd.c:80:36: error: 'struct dwc2_hsotg' has no member named 'test_mode'
 2020-07-24 12:31 UTC  (5+ messages)

[PATCH v3] USB: Fix device driver race
 2020-07-24  8:59 UTC  (5+ messages)

[RFC PATCH] usb: dwc3: fix maximum_speed check for usb2.0-only core
 2020-07-24  8:27 UTC  (4+ messages)

[PATCH v5 0/9] usb: some PM changes for cdns3 and xhci-plat
 2020-07-24  6:24 UTC  (3+ messages)
` [PATCH v5 7/9] usb: host: xhci-plat: add priv quirk for skip PHY initialization

[PATCH v3 1/4] doc: dt-binding: ci-hdrc-usb2: add property for samsung picophy
 2020-07-24  6:05 UTC  (4+ messages)
` [PATCH v3 2/4] usb: chipidea: imx: add two samsung picophy parameters tuning implementation
` [PATCH v3 3/4] arm64: dts: imx8mm-evk: add two parameters for samsung picophy tuning
` [PATCH v3 4/4] arm64: dts: imx8mn-evk: "

[PATCH 0/2] Add Intel Input Output Manager driver
 2020-07-24  5:15 UTC  (6+ messages)
` [PATCH 1/2] platform/x86: Add Intel Input Output Manager (IOM) driver

[PATCH] usb: dwc3: debugfs: do not queue work if try to change mode on non-drd
 2020-07-24  3:29 UTC  (4+ messages)

[usb:usb-testing 193/195] drivers/usb/host/xhci-dbgtty.c:396:5: warning: no previous prototype for 'xhci_dbc_tty_register_device'
 2020-07-24  2:36 UTC 

[usb:usb-testing 187/195] drivers/usb/host/xhci-dbgcap.c:410:1: warning: no previous prototype for 'xhci_dbc_ring_alloc'
 2020-07-24  1:43 UTC 

[PATCH v2 00/12] usb: Handle different sublink speeds
 2020-07-24  2:39 UTC  (4+ messages)
` [PATCH v2 06/12] usb: devicetree: Introduce num-lanes and lsm

[PATCH] usb: typec: tcpm: Migrate workqueue to RT priority for processing events
 2020-07-24  2:06 UTC  (3+ messages)

[usb:usb-linus] BUILD SUCCESS 0b987032f8b58ef51cc8a042f46cc0cf1f277172
 2020-07-24  1:40 UTC 

[PATCH v3 0/4] Add logic to consolidate TRBs for Synopsys xHC
 2020-07-24  0:15 UTC  (3+ messages)

[PATCH] usbip: tools: fix build error for multiple definition
 2020-07-23 22:58 UTC  (3+ messages)

[PATCH v2] USB: Fix device driver race
 2020-07-23 21:29 UTC 

lpc32xx and stotg04
 2020-07-23 21:27 UTC 

[PATCH] Add two new configuration drivers for Microchip USB hubs
 2020-07-23 19:29 UTC  (4+ messages)
` [PATCH 3/4] dt-bindings: usb: Add Microchip USB47xx/USB49xx support
    ` [PATCH v2 "

[PATCH v10 0/2] ADD interconnect support for Qualcomm DWC3 driver
 2020-07-23 18:51 UTC  (4+ messages)
` [PATCH v10 1/2] usb: dwc3: qcom: Add interconnect support in dwc3 driver
` [PATCH v10 2/2] arm64: dts: qcom: sc7180: Add maximum speed property for DWC3 USB node

[PATCH v4 0/6] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC
 2020-07-23 18:49 UTC  (7+ messages)
` [PATCH v4 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match
` [PATCH v4 2/6] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60
` [PATCH v4 3/6] usb: gadget: udc: atmel: simplify endpoint allocation
` [PATCH v4 4/6] usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
` [PATCH v4 5/6] usb: gadget: udc: atmel: update endpoint allocation for sam9x60
` [PATCH v4 6/6] ARM: dts: at91: sam9x60ek: enable usb device

[PATCH v2 1/4] doc: dt-binding: ci-hdrc-usb2: add property for imx picophy
 2020-07-23 17:35 UTC  (2+ messages)

[PATCH v3 0/7] usb: bdc: Updates and fixes to the USB BDC driver
 2020-07-23 17:32 UTC  (3+ messages)
` [PATCH v3 1/7] dt-bindings: usb: bdc: Update compatible strings

Interact with a serial device over USB
 2020-07-23 17:11 UTC  (2+ messages)

[PATCH v3 0/6] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC
 2020-07-23 16:33 UTC  (5+ messages)
` [PATCH v3 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match

linux usb gadget - mass storage
 2020-07-23 15:16 UTC  (7+ messages)

[Linux-kernel-mentees] [PATCH v1] usbhid: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
 2020-07-23 14:51 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH v2] "

[RFC for-5.8] usb: dwc2: Cleanup debugfs when usb_add_gadget_udc() fails
 2020-07-23 13:22 UTC  (4+ messages)

[PATCH] usb: gadget: epautoconf: claim smallest endpoints first
 2020-07-23 13:14 UTC  (2+ messages)

[PATCH 1/2] USB: Fix device driver race
 2020-07-23 12:14 UTC  (10+ messages)

[PATCH v2 0/6] Add STUSB160x Type-C port controller support
 2020-07-23 12:06 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: connector: add power-opmode optional property to usb-connector
` [PATCH v2 2/6] usb: typec: add typec_find_pwr_opmode
` [PATCH v2 3/6] dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller
` [PATCH v2 4/6] usb: typec: add support for STUSB160x Type-C controller family
` [PATCH v2 5/6] ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx
` [PATCH v2 6/6] ARM: multi_v7_defconfig: enable STUSB160X Type-C port controller support

[PATCH v2] usb: gadget: function: printer: Interface is disabled and returns error
 2020-07-23 11:41 UTC  (3+ messages)

[PATCH 1/2] USB: phy: fsl-usb: remove sysfs abuse
 2020-07-23 11:40 UTC  (2+ messages)

[PATCH] usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLength
 2020-07-23 11:36 UTC  (4+ messages)

[PATCH v2 0/3] Add USB role switch support to DWC2
 2020-07-23 11:07 UTC  (4+ messages)
` [PATCH v2 1/3] usb: dwc2: override PHY input signals with usb role switch support
` [PATCH v2 2/3] dt-bindings: usb: dwc2: add optional usb-role-switch property
` [PATCH v2 3/3] usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCs

[PATCH v3] usb: dwc3: Add support for VBUS power control
 2020-07-23 11:05 UTC  (3+ messages)

[PATCH v2 0/5] add NXP imx8mp usb support
 2020-07-23  9:58 UTC  (4+ messages)
` [PATCH v2 1/5] usb: dwc3: add platform data to dwc3 core device to pass data

[PATCH] hwmon: add fan/pwm driver for corsair h100i platinum
 2020-07-23  9:17 UTC 

[PATCH] usb: gadget: net2280: fix memory leak on probe error handling paths
 2020-07-23  8:50 UTC  (5+ messages)

[PATCH 0/7] DWC3/Qualcomm connector based role-switching
 2020-07-23  8:13 UTC  (3+ messages)
` [PATCH 6/7] usb: dwc3: Add support for a role-switch notifier


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).