From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Mario Limonciello <mario.limonciello@amd.com>
Cc: linux-usb@vger.kernel.org, Sanju.Mehta@amd.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/3] Fix problems fetching TBT3 DROM from AMD USB4 routers
Date: Mon, 6 Mar 2023 11:57:53 +0200 [thread overview]
Message-ID: <20230306095753.GD62143@black.fi.intel.com> (raw)
In-Reply-To: <20230223210743.9819-1-mario.limonciello@amd.com>
Hi Mario,
On Thu, Feb 23, 2023 at 03:07:40PM -0600, Mario Limonciello wrote:
> TBT3 devices when connected to an AMD USB4 router occasionally fail to
> properly respond to requests for the DROM via bit banging.
>
> Depending upon which part of the request failed will impact the severity.
> A number of workarounds have been put in place to let the driver handle
> the failed requests:
>
> commit e87491a9fd4e3 ("thunderbolt: Retry DROM reads for more failure scenarios")
> commit a283de3ec646f ("thunderbolt: Do not resume routers if UID is not set")
> commit 6915812bbd109 ("thunderbolt: Do not make DROM read success compulsory")
> commit f022ff7bf377 ("thunderbolt: Retry DROM read once if parsing fails")
>
> Still even with these changes the failures do make it through. In comparing
> other CM implementations utilized on AMD systems, they all access the
> DROM directly from the NVM.
>
> To avoid triggering this issue, try to get the DROM directly from the NVM
> in Linux as well when devices have an LC.
>
> v4:
> * Style fixups
> * Fixup for wrong path for USB4 devices
>
> Mario Limonciello (3):
> thunderbolt: Adjust how NVM reading works
> thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset
> thunderbolt: Refactor DROM reading
I split the device side into a separate function too, renamed root
switch to host router (as that's the correct USB4 term), and fixed a
couple style issues and applied to thunderbolt.git/next, thanks!
Please check that I did not mess up anything :)
next prev parent reply other threads:[~2023-03-06 9:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 21:07 [PATCH v4 0/3] Fix problems fetching TBT3 DROM from AMD USB4 routers Mario Limonciello
2023-02-23 21:07 ` [PATCH v4 1/3] thunderbolt: Adjust how NVM reading works Mario Limonciello
2023-02-23 21:07 ` [PATCH v4 2/3] thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset Mario Limonciello
2023-02-23 21:07 ` [PATCH v4 3/3] thunderbolt: Refactor DROM reading Mario Limonciello
2023-03-06 9:57 ` Mika Westerberg [this message]
2023-03-06 15:14 ` [PATCH v4 0/3] Fix problems fetching TBT3 DROM from AMD USB4 routers Limonciello, Mario
2023-03-07 8:18 ` Mika Westerberg
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=20230306095753.GD62143@black.fi.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=Sanju.Mehta@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mario.limonciello@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox