mbox series

[GIT,PULL] USB4/Thunderbolt fixes for v6.7-rc3

Message ID 20231121060305.GE1074920@black.fi.intel.com (mailing list archive)
State Accepted
Commit 849d3f985e73196a24273f810a134b3ebed1efad
Headers show
Series [GIT,PULL] USB4/Thunderbolt fixes for v6.7-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.7-rc3

Message

Mika Westerberg Nov. 21, 2023, 6:03 a.m. UTC
Hi Greg,

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.7-rc3

for you to fetch changes up to 480713b1ba8eac4617936f8404da34bda991c30e:

  thunderbolt: Only add device router DP IN to the head of the DP resource list (2023-11-17 13:05:57 +0200)

----------------------------------------------------------------
thunderbolt: Fixes for v6.7-rc3

This includes following USB4/Thunderbolt fixes for v6.7-rc3:

  - Fix a lane bonding issue on ASMedia USB4 device
  - Send uevents when link is switched to asymmetric or symmetric
  - Only add device router DP IN adapters to the head of resource list
    to avoid issues during system resume.

All these have been in linux-next with no reported issues.

----------------------------------------------------------------
Gil Fine (1):
      thunderbolt: Set lane bonding bit only for downstream port

Mika Westerberg (2):
      thunderbolt: Send uevent after asymmetric/symmetric switch
      thunderbolt: Only add device router DP IN to the head of the DP resource list

 drivers/thunderbolt/switch.c |  6 +++---
 drivers/thunderbolt/tb.c     | 12 +++++++++++-
 2 files changed, 14 insertions(+), 4 deletions(-)

Comments

Greg KH Nov. 21, 2023, 7:15 a.m. UTC | #1
On Tue, Nov 21, 2023 at 08:03:05AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.7-rc3

Pulled and pushed out, thanks.

greg k-h