Show patches with: Submitter = Wesley Cheng       |    Archived = No       |   740 patches
« 1 2 3 47 8 »
Patch Series S/W/F Date Submitter Delegate State
usb: gadget: f_fs: Wake up IO thread during disconnect usb: gadget: f_fs: Wake up IO thread during disconnect --- 2021-12-01 Wesley Cheng New
[RFC,1/3] usb: dwc3: Flush pending SETUP data during stop active xfers Fix enumeration issues during composition switching --- 2022-02-03 Wesley Cheng Superseded
[RFC,2/3] usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue Fix enumeration issues during composition switching --- 2022-02-03 Wesley Cheng New
[RFC,3/3] usb: dwc3: Issue core soft reset before enabling run/stop Fix enumeration issues during composition switching --- 2022-02-03 Wesley Cheng Superseded
[RFC,v2,1/3] usb: dwc3: Flush pending SETUP data during stop active xfers Fix enumeration issues during composition switching --- 2022-02-16 Wesley Cheng New
[RFC,v2,2/3] usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue Fix enumeration issues during composition switching --- 2022-02-16 Wesley Cheng New
[RFC,v2,3/3] usb: dwc3: Issue core soft reset before enabling run/stop Fix enumeration issues during composition switching --- 2022-02-16 Wesley Cheng Superseded
usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue --- 2022-03-09 Wesley Cheng New
[v3] usb: dwc3: Issue core soft reset before enabling run/stop [v3] usb: dwc3: Issue core soft reset before enabling run/stop --- 2022-03-15 Wesley Cheng Superseded
[v4] usb: dwc3: Issue core soft reset before enabling run/stop [v4] usb: dwc3: Issue core soft reset before enabling run/stop --- 2022-03-16 Wesley Cheng New
usb: dwc3: EP clear halt leading to incorrect submission of delayed_status usb: dwc3: EP clear halt leading to incorrect submission of delayed_status --- 2022-04-07 Wesley Cheng New
[v2] usb: dwc3: EP clear halt leading to clearing of delayed_status [v2] usb: dwc3: EP clear halt leading to clearing of delayed_status --- 2022-04-14 Wesley Cheng New
[v3] usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback [v3] usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback --- 2022-04-14 Wesley Cheng New
usb: dwc3: gadget: Fix IN endpoint max packet size allocation usb: dwc3: gadget: Fix IN endpoint max packet size allocation --- 2022-05-23 Wesley Cheng New
dt-bindings: Update QCOM USB subsystem maintainer information dt-bindings: Update QCOM USB subsystem maintainer information --- 2022-06-03 Wesley Cheng New
[1/5] usb: dwc3: Do not service EP0 and conndone events if soft disconnected Fix controller halt and endxfer timeout issues --- 2022-07-08 Wesley Cheng Superseded
[2/5] usb: dwc3: gadget: Force sending delayed status during soft disconnect Fix controller halt and endxfer timeout issues --- 2022-07-08 Wesley Cheng Superseded
[3/5] usb: dwc3: gadget: Adjust IRQ management during soft disconnect/connect Fix controller halt and endxfer timeout issues --- 2022-07-08 Wesley Cheng New
[4/5] usb: dwc3: Allow end transfer commands to be sent during soft disconnect Fix controller halt and endxfer timeout issues --- 2022-07-08 Wesley Cheng New
[5/5] usb: dwc3: gadget: Increase DWC3 controller halt timeout Fix controller halt and endxfer timeout issues --- 2022-07-08 Wesley Cheng New
usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stage usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stage --- 2022-07-12 Wesley Cheng New
[v2,1/5] usb: dwc3: Do not service EP0 and conndone events if soft disconnected Fix controller halt and endxfer timeout issues --- 2022-07-13 Wesley Cheng Superseded
[v2,2/5] usb: dwc3: gadget: Force sending delayed status during soft disconnect Fix controller halt and endxfer timeout issues --- 2022-07-13 Wesley Cheng New
[v2,3/5] usb: dwc3: gadget: Adjust IRQ management during soft disconnect/connect Fix controller halt and endxfer timeout issues --- 2022-07-13 Wesley Cheng New
[v2,4/5] usb: dwc3: Allow end transfer commands to be sent during soft disconnect Fix controller halt and endxfer timeout issues --- 2022-07-13 Wesley Cheng New
[v2,5/5] usb: dwc3: gadget: Increase DWC3 controller halt timeout Fix controller halt and endxfer timeout issues --- 2022-07-13 Wesley Cheng New
usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop --- 2022-07-25 Wesley Cheng Superseded
[v2] usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop [v2] usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop --- 2022-07-26 Wesley Cheng Superseded
[v3] usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop [v3] usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop --- 2022-07-28 Wesley Cheng New
[v3,1/8] usb: dwc3: Do not service EP0 and conndone events if soft disconnected Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng New
[v3,2/8] usb: dwc3: gadget: Force sending delayed status during soft disconnect Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng Superseded
[v3,3/8] usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnect Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng New
[v3,4/8] usb: dwc3: gadget: Continue handling EP0 xfercomplete events Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng New
[v3,5/8] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng Superseded
[v3,6/8] usb: dwc3: Increase DWC3 controller halt timeout Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng New
[v3,7/8] usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxfer Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng Superseded
[v3,8/8] usb: dwc3: gadget: Submit endxfer command if delayed during disconnect Fix controller halt and endxfer timeout issues --- 2022-08-15 Wesley Cheng Superseded
[v4,1/9] usb: dwc3: Do not service EP0 and conndone events if soft disconnected [v4,1/9] usb: dwc3: Do not service EP0 and conndone events if soft disconnected --- 2022-08-17 Wesley Cheng Superseded
[v4,2/9] usb: dwc3: gadget: Force sending delayed status during soft disconnect [v4,1/9] usb: dwc3: Do not service EP0 and conndone events if soft disconnected --- 2022-08-17 Wesley Cheng New
[v4,5/9] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete [v4,1/9] usb: dwc3: Do not service EP0 and conndone events if soft disconnected --- 2022-08-17 Wesley Cheng Superseded
[v4,6/9] usb: dwc3: Remove DWC3 locking during gadget suspend/resume [v4,1/9] usb: dwc3: Do not service EP0 and conndone events if soft disconnected --- 2022-08-17 Wesley Cheng Superseded
[v4,9/9] usb: dwc3: gadget: Submit endxfer command if delayed during disconnect [v4,1/9] usb: dwc3: Do not service EP0 and conndone events if soft disconnected --- 2022-08-17 Wesley Cheng Superseded
[v5,2/5] usb: dwc3: Remove DWC3 locking during gadget suspend/resume Untitled series #185314 --- 2022-08-31 Wesley Cheng Superseded
[v5,3/5] usb: dwc3: Increase DWC3 controller halt timeout Untitled series #185314 --- 2022-08-31 Wesley Cheng Superseded
[v5,4/5] usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxfer Untitled series #185314 --- 2022-08-31 Wesley Cheng Superseded
[v6,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete [v6,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng New
[v6,3/5] usb: dwc3: Increase DWC3 controller halt timeout [v6,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng New
[v6,5/5] usb: dwc3: gadget: Submit endxfer command if delayed during disconnect [v6,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng New
[v7,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete [v7,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng Superseded
[v7,2/5] usb: dwc3: Remove DWC3 locking during gadget suspend/resume [v7,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng New
[v7,3/5] usb: dwc3: Increase DWC3 controller halt timeout [v7,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng Superseded
[v8,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete [v8,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng Superseded
[v8,3/5] usb: dwc3: Increase DWC3 controller halt timeout [v8,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng Superseded
[v8,4/5] usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxfer [v8,1/5] usb: dwc3: Avoid unmapping USB requests if endxfer is not complete --- 2022-09-01 Wesley Cheng New
usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disable usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disable --- 2022-09-19 Wesley Cheng New
[RFC,01/14] ASoC: Add SOC USB APIs for adding an USB backend Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,02/14] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,03/14] ASoC: qcom: Add USB backend ASoC driver for Q6 Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng Superseded
[RFC,04/14] sound: usb: card: Introduce USB SND vendor op callbacks Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,05/14] sound: usb: Export USB SND APIs for modules Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,06/14] usb: core: hcd: Introduce USB HCD APIs for interrupter management Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,07/14] usb: host: xhci: Add XHCI secondary interrupter support Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,08/14] usb: dwc3: Add DT parameter to specify maximum number of interrupters Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng Superseded
[RFC,09/14] sound: usb: Introduce QC USB SND offloading support Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,10/14] sound: usb: card: Check for support for requested audio format Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,11/14] sound: soc: soc-usb: Add PCM format check API for USB backend Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng New
[RFC,12/14] sound: soc: qcom: qusb6: Ensure PCM format is supported by USB audio device Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng Superseded
[RFC,13/14] ASoC: dt-bindings: Add Q6USB backend bindings Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng Superseded
[RFC,14/14] ASoC: dt-bindings: Update example for enabling USB offload on SM8250 Introduce QC USB SND audio offloading support --- 2022-12-23 Wesley Cheng Superseded
[RFC,v2,03/22] xhci: Refactor interrupter code for initial multi interrupter support. Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng New
[RFC,v2,04/22] xhci: Add support to allocate several interrupters Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng New
[RFC,v2,06/22] usb: host: xhci-mem: Cleanup pending secondary event ring events Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng Superseded
[RFC,v2,08/22] ASoC: dt-bindings: Add USB_RX port Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng Superseded
[RFC,v2,11/22] ASoC: qcom: Add USB backend ASoC driver for Q6 Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng New
[RFC,v2,12/22] sound: usb: card: Introduce USB SND platform op callbacks Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng New
[RFC,v2,13/22] sound: usb: Export USB SND APIs for modules Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng Superseded
[RFC,v2,16/22] sound: usb: Introduce QC USB SND offloading support Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng New
[RFC,v2,18/22] sound: soc: soc-usb: Add PCM format check API for USB backend Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng Superseded
[RFC,v2,21/22] ASoC: dt-bindings: Add Q6USB backend bindings Introduce QC USB SND audio offloading support --- 2023-01-26 Wesley Cheng Superseded
usb: dwc3: gadget: Add 100uS delay after end transfer command without IOC usb: dwc3: gadget: Add 100uS delay after end transfer command without IOC --- 2023-02-27 Wesley Cheng Superseded
[v2] usb: dwc3: gadget: Add 100uS delay after end transfer command without IOC [v2] usb: dwc3: gadget: Add 100uS delay after end transfer command without IOC --- 2023-02-28 Wesley Cheng Superseded
[v3] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC [v3] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC --- 2023-02-28 Wesley Cheng Superseded
[v4] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC [v4] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC --- 2023-03-01 Wesley Cheng Superseded
[v5] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC [v5] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC --- 2023-03-06 Wesley Cheng New
[v3,01/28] xhci: Add support to allocate several interrupters Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng New
[v3,02/28] usb: xhci: Add XHCI APIs to support USB offloading Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng New
[v3,03/28] usb: host: xhci-mem: Cleanup pending secondary event ring events Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,04/28] ASoC: Add SOC USB APIs for adding an USB backend Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,05/28] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,06/28] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,07/28] ASoC: qdsp6: q6afe: Increase APR timeout Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,08/28] ASoC: qcom: Add USB backend ASoC driver for Q6 Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,09/28] sound: usb: card: Introduce USB SND platform op callbacks Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng New
[v3,10/28] sound: usb: Export USB SND APIs for modules Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng New
[v3,11/28] dt-bindings: usb: dwc3: Add snps,num-hc-interrupters definition Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,12/28] usb: dwc3: Add DT parameter to specify maximum number of interrupters Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,13/28] usb: host: xhci-plat: Set XHCI max interrupters if property is present Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,14/28] sound: usb: pcm: Export fixed rate check USB SND API Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
[v3,15/28] sound: usb: Introduce QC USB SND offloading support Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng New
[v3,16/28] sound: usb: card: Check for support for requested audio format Introduce QC USB SND audio offloading support --- 2023-03-08 Wesley Cheng Superseded
« 1 2 3 47 8 »