From: Kuangyi Chiang <ki.chiang65@gmail.com>
To: mathias.nyman@intel.com, gregkh@linuxfoundation.org
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
ki.chiang65@gmail.com
Subject: [PATCH v2 0/5] xhci: Some improvement for Etron xHCI host
Date: Mon, 28 Oct 2024 10:53:32 +0800 [thread overview]
Message-ID: <20241028025337.6372-1-ki.chiang65@gmail.com> (raw)
Add patch 1 to combine two if statements for Etron xHCI host in
xhci_pci_quirks():
xhci: Combine two if statements for Etron xHCI host
Add patch 5 to prevent the xHCI driver from printing a "Transfer
event TRB DMA ptr not part of current TD" error message when an
error is detected while processing an one-TRB isoc TD:
xhci: Correct handling of one-TRB isoc TD on Etron xHCI host
In fact, these problems are unlikely to occur on other host
controllers, so adding XHCI_ETRON_HOST quirk flag to invoke
these workarounds:
xhci: Don't issue Reset Device command to Etron xHCI host
xhci: Fix control transfer error on Etron xHCI host
xhci: Correct handling of one-TRB isoc TD on Etron xHCI host
Apply XHCI_NO_SOFT_RETRY quirk flag to disable Soft Retry:
xhci: Don't perform Soft Retry for Etron xHCI host
---
Changes in v2:
- Modify commit message
- Remove XHCI_NO_RESET_DEVICE/XHCI_NO_BREAK_CTRL_TD quirk flag
- Add XHCI_ETRON_HOST quirk flag, thanks for the suggestion by Michal
- Check device speed before invoking the workaround
- Add (xhci: Combine two if statements for Etron xHCI host)
- Add (xhci: Correct handling of one-TRB isoc TD on Etron xHCI host)
- Link to v1: https://lore.kernel.org/all/20240911051716.6572-4-ki.chiang65@gmail.com
Kuangyi Chiang (5):
xhci: Combine two if statements for Etron xHCI host
xhci: Don't issue Reset Device command to Etron xHCI host
xhci: Fix control transfer error on Etron xHCI host
xhci: Don't perform Soft Retry for Etron xHCI host
xhci: Correct handling of one-TRB isoc TD on Etron xHCI host
drivers/usb/host/xhci-pci.c | 10 ++++-----
drivers/usb/host/xhci-ring.c | 40 ++++++++++++++++++++++++++----------
drivers/usb/host/xhci.c | 19 +++++++++++++++++
drivers/usb/host/xhci.h | 3 ++-
4 files changed, 54 insertions(+), 18 deletions(-)
--
2.25.1
next reply other threads:[~2024-10-28 2:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-28 2:53 Kuangyi Chiang [this message]
2024-10-28 2:53 ` [PATCH v2 1/5] xhci: Combine two if statements for Etron xHCI host Kuangyi Chiang
2024-10-30 12:04 ` Mathias Nyman
2024-11-01 2:30 ` Kuangyi Chiang
2024-11-01 12:57 ` Mathias Nyman
2024-10-28 2:53 ` [PATCH v2 2/5] xhci: Don't issue Reset Device command to " Kuangyi Chiang
2024-10-30 12:58 ` Mathias Nyman
2024-10-28 2:53 ` [PATCH v2 3/5] xhci: Fix control transfer error on " Kuangyi Chiang
2024-10-28 2:53 ` [PATCH v2 4/5] xhci: Don't perform Soft Retry for " Kuangyi Chiang
2024-10-28 2:53 ` [PATCH v2 5/5] xhci: Correct handling of one-TRB isoc TD on " Kuangyi Chiang
2024-10-28 9:54 ` Michał Pecio
2024-10-30 5:17 ` Kuangyi Chiang
2024-10-30 13:50 ` Mathias Nyman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241028025337.6372-1-ki.chiang65@gmail.com \
--to=ki.chiang65@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.