[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250212193116.2487289-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 12 Feb 2025 21:28:00 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Thinh Nguyen <Thinh.Nguyen@...opsys.com>,
Felipe Balbi <balbi@...nel.org>,
linux-usb@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v3 0/4] usb: dwc3: Avoid using reserved EPs
On some platforms (Intel-based and AFAIK ARM-based) the EPs in the gadget
(USB Device Controller mode) may be reserved for some special means, such as
tracing. This series extends DT schema and driver to avoid using those.
Without this the USB gadget mode won't work properly (those devices that
"luckily" allocated the reserved EPs).
Changelog v3:
- split refactoring as preparatory change (Thinh)
- renamed variable and function (Thinh)
- added a warning in one place (Thinh)
- gathered tags (Ferry, Rob, Thinh)
Changelog v2:
- added minItems to the schema (Rob)
- revisited code and add NULL check to avoid crashes (Thinh)
- rewrote helper function to return error to the user if parsing fails
- elaborated in the commit message why we need this quirk (Thinh)
- addressed miscellaneous style issues (Thinh)
Andy Shevchenko (4):
dt-bindings: usb: dwc3: Add a property to reserve endpoints
usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
usb: dwc3: gadget: Add support for snps,reserved-endpoints property
usb: dwc3: gadget: Avoid using reserved endpoints on Intel Merrifield
.../bindings/usb/snps,dwc3-common.yaml | 11 ++++
drivers/usb/dwc3/dwc3-pci.c | 10 +++
drivers/usb/dwc3/gadget.c | 63 +++++++++++++++++--
3 files changed, 79 insertions(+), 5 deletions(-)
--
2.45.1.3035.g276e886db78b
Powered by blists - more mailing lists