mbox series

[GIT,PULL] Thunderbolt/USB4 fixes for v6.4-rc6

Message ID 20230605071923.GS45886@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v6.4-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc6

Message

Mika Westerberg June 5, 2023, 7:19 a.m. UTC
Hi Greg,

The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

  Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc6

for you to fetch changes up to 9f9666e65359d5047089aef97ac87c50f624ecb0:

  thunderbolt: Mask ring interrupt on Intel hardware as well (2023-05-31 10:37:21 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v6.4-rc6

This includes following fixes for v6.4-rc6:

  - Fix DMA test driver to pass correct values when only RX or TX ring
    is used
  - Increase timeout when DisplayPort tunnel is established to cope with
    a VGA/DVI dongle connected to a dock
  - Do not enable CL states when BIOS connnection manager already
    created the tunnels
  - Correct the ring interrupt masking to work again in Intel hardware
    on resume from system sleep states.

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

----------------------------------------------------------------
Mika Westerberg (4):
      thunderbolt: dma_test: Use correct value for absent rings when creating paths
      thunderbolt: Increase DisplayPort Connection Manager handshake timeout
      thunderbolt: Do not touch CL state configuration during discovery
      thunderbolt: Mask ring interrupt on Intel hardware as well

 drivers/thunderbolt/dma_test.c |  8 ++++----
 drivers/thunderbolt/nhi.c      | 11 ++++++++---
 drivers/thunderbolt/tb.c       | 17 ++++++++++++-----
 drivers/thunderbolt/tunnel.c   |  2 +-
 4 files changed, 25 insertions(+), 13 deletions(-)