mbox series

[GIT,PULL] Thunderbolt/USB4 changes for v6.6 merge window

Message ID 20230822094457.GL3465@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] Thunderbolt/USB4 changes for v6.6 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc1

Message

Mika Westerberg Aug. 22, 2023, 9:44 a.m. UTC
Hi Greg,

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc1

for you to fetch changes up to a3f6445842e581233fbd19baad661dbba6d1fd58:

  Documentation/ABI: thunderbolt: Replace 01.org in contact (2023-08-08 08:13:22 +0300)

----------------------------------------------------------------
thunderbolt: Changes for v6.6 merge window

This includes following Thunderbolt/USB4 changes for the v6.6 merge
window:

  - Replace broken mailing list address in the ABI document
  - Small improvements.

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

----------------------------------------------------------------
Mika Westerberg (3):
      thunderbolt: Log a warning if device links are not found
      thunderbolt: Check Intel vendor ID in tb_switch_get_generation()
      Documentation/ABI: thunderbolt: Replace 01.org in contact

Tom Rix (1):
      thunderbolt: Set variable tmu_params storage class specifier to static

 Documentation/ABI/testing/sysfs-bus-thunderbolt | 38 ++++++-------
 drivers/thunderbolt/acpi.c                      | 18 ++++--
 drivers/thunderbolt/switch.c                    | 75 +++++++++++++------------
 drivers/thunderbolt/tb.c                        | 24 +++++---
 drivers/thunderbolt/tb.h                        |  4 +-
 drivers/thunderbolt/tmu.c                       |  2 +-
 6 files changed, 90 insertions(+), 71 deletions(-)