mbox series

[GIT,PULL] Thunderbolt/USB4 fixes for v5.9-rc4

Message ID 20200901073706.GS1375436@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit 6b6c71e897e2bfa6acf8583daf80970cb0a9f87e
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v5.9-rc4 | expand

Pull-request

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

Message

Mika Westerberg Sept. 1, 2020, 7:37 a.m. UTC
Hi Greg,

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 813050e0a9b871ac575abfd3d321f74916df609d:

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

----------------------------------------------------------------
thunderbolt: Fixes for v5.9-rc4

This includes two fixes, one that fixes a regression around reboot and
other that uses a correct link rate when USB3 bandwidth is reclaimed
when the link is not up.

Both have been in linux-next with no reported issues.

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up

Nikunj A. Dadhania (1):
      thunderbolt: Disable ports that are not implemented

 drivers/thunderbolt/switch.c |  1 +
 drivers/thunderbolt/tb.h     |  2 +-
 drivers/thunderbolt/tunnel.c | 12 ++++++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)

Comments

Greg Kroah-Hartman Sept. 1, 2020, 7:49 a.m. UTC | #1
On Tue, Sep 01, 2020 at 10:37:06AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
> 
>   Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.9-rc4

Pulled and pushed out, thanks!

greg k-h