mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v5.9-rc6

Message ID 20200915094007.GV2495@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit bf638d736e3e48c2538ebbd3e922c4f3a195db02
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v5.9-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.9-rc6

Message

Mika Westerberg Sept. 15, 2020, 9:40 a.m. UTC
Hi Greg,

The following changes since commit 813050e0a9b871ac575abfd3d321f74916df609d:

  thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up (2020-08-25 11:29:01 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.9-rc6

for you to fetch changes up to f022ff7bf377ca94367be05de61277934d42ea74:

  thunderbolt: Retry DROM read once if parsing fails (2020-09-09 14:00:56 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v5.9-rc6

One more fix that makes ASUS PA27AC Thunderbolt 3 monitor work more
reliably.

This has been in linux-next with no reported issues.

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Retry DROM read once if parsing fails

 drivers/thunderbolt/eeprom.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

Comments

Greg KH Sept. 15, 2020, 11:52 a.m. UTC | #1
On Tue, Sep 15, 2020 at 12:40:07PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 813050e0a9b871ac575abfd3d321f74916df609d:
> 
>   thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up (2020-08-25 11:29:01 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.9-rc6

Pulled and pushed out, thanks.

greg k-h