[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250422103231.1954387-1-prashanth.k@oss.qualcomm.com>
Date: Tue, 22 Apr 2025 16:02:28 +0530
From: Prashanth K <prashanth.k@....qualcomm.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Thinh Nguyen <Thinh.Nguyen@...opsys.com>,
Kees Bakker <kees@...erbout.nl>,
William McVicker <willmcvicker@...gle.com>,
Marek Szyprowski <m.szyprowski@...sung.com>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Prashanth K <prashanth.k@....qualcomm.com>
Subject: [PATCH v2 0/3] Fixes for USB3 CV Chapter 9.15 tests
While performing USB3 Command Verifier Chapter 9 tests, failures
were observed during 9.15 ("Function Remote Wakeup Enabled Test").
This is due to the following reasons,
1. Interfaces were incorrectly reporting as remote wakeup capable
when host requested GET_STATUS.
2. Remote wakeup failures from DWC3 driver due to timeouts.
Address them through this series.
Changes in v2:
- Don't advertise func wakeup capability if USB_CONFIG_ATT_WAKEUP
is not set in bmAttributes.
- Refactored func wakeup logic in linksts_change_interrupt().
Prashanth K (3):
usb: gadget: f_ecm: Add get_status callback
usb: gadget: Use get_status callback to set remote wakeup capability
usb: dwc3: gadget: Make gadget_wakeup asynchronous
drivers/usb/dwc3/core.h | 4 ++
drivers/usb/dwc3/gadget.c | 60 +++++++++++------------------
drivers/usb/gadget/composite.c | 12 +++---
drivers/usb/gadget/function/f_ecm.c | 7 ++++
4 files changed, 39 insertions(+), 44 deletions(-)
--
2.25.1
Powered by blists - more mailing lists