mbox series

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

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

Pull-request

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

Message

Mika Westerberg Nov. 12, 2024, 9:04 a.m. UTC
Hi Greg,

The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:

  Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 40aeea50444793ed106997a49c7083b656bccfa7:

  thunderbolt: Replace deprecated PCI functions (2024-11-07 12:59:19 +0200)

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

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

  - Add Gen 4 receiver lane margining support.
  - Replace usage of deprecated PCI functions.

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

----------------------------------------------------------------
Aapo Vienamo (8):
      thunderbolt: Don't hardcode margining capabilities size
      thunderbolt: debugfs: Add USB4 Gen 4 margining capabilities
      thunderbolt: debugfs: Implement Gen 4 margining eye selection
      thunderbolt: debugfs: Replace "both lanes" with "all lanes"
      thunderbolt: debugfs: Replace margining lane numbers with an enum
      thunderbolt: debugfs: Refactor hardware margining result parsing
      thunderbolt: debugfs: Don't hardcode margining results size
      thunderbolt: debugfs: Implement asymmetric lane margining

Philipp Stanner (1):
      thunderbolt: Replace deprecated PCI functions

 drivers/thunderbolt/debugfs.c | 504 ++++++++++++++++++++++++++++++------------
 drivers/thunderbolt/nhi.c     |  12 +-
 drivers/thunderbolt/sb_regs.h |  32 ++-
 drivers/thunderbolt/tb.h      |  16 +-
 drivers/thunderbolt/usb4.c    |  18 +-
 5 files changed, 418 insertions(+), 164 deletions(-)