mbox series

[GIT,PULL] USB4/Thunderbolt fixes for v6.9-rc5

Message ID 20240415061749.GF112498@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt fixes for v6.9-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.9-rc5

Message

Mika Westerberg April 15, 2024, 6:17 a.m. UTC
Hi Greg,

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.9-rc5

for you to fetch changes up to dcd12acaf384c30437fa5a9a1f71df06fc9835fd:

  thunderbolt: Avoid notify PM core about runtime PM resume (2024-04-10 10:49:58 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v6.9-rc5

This includes following USB4/Thunderbolt fixes for v6.9-rc5:

  - Avoid creating DisplayPort tunnels for the adapters on the same router
  - Correct wake configurations after device router unplug
  - Fix immediate wake when "wakeup_count" is used to enter system sleep.

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

----------------------------------------------------------------
Gil Fine (2):
      thunderbolt: Fix wake configurations after device unplug
      thunderbolt: Avoid notify PM core about runtime PM resume

Mika Westerberg (1):
      thunderbolt: Do not create DisplayPort tunnels on adapters of the same router

 drivers/thunderbolt/switch.c | 48 +++++++++++++++++++++++++++++++++++---------
 drivers/thunderbolt/tb.c     | 10 +++++++--
 drivers/thunderbolt/tb.h     |  3 ++-
 drivers/thunderbolt/usb4.c   | 13 ++++++------
 4 files changed, 56 insertions(+), 18 deletions(-)