mbox series

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

Message ID 20240910092810.GJ275077@black.fi.intel.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt changes for v6.12 merge window | expand

Pull-request

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

Message

Mika Westerberg Sept. 10, 2024, 9:28 a.m. UTC
Hi Greg,

The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:

  Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 10904df3f20cf36e418e78ab73c2fbcecda512b8:

  thunderbolt: Improve software receiver lane margining (2024-08-22 07:32:06 +0300)

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

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

  - Improvements for software receiver lane margining
  - Enable support for optional voltage offset range for receiver lane
    margining.

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

----------------------------------------------------------------
Aapo Vienamo (1):
      thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()

R Kannappan (1):
      thunderbolt: Improve software receiver lane margining

Rene Sapiens (2):
      thunderbolt: Consolidate margining parameters into a structure
      thunderbolt: Add optional voltage offset range for receiver lane margining

 drivers/thunderbolt/debugfs.c | 382 ++++++++++++++++++++++++++++++++++++++++--
 drivers/thunderbolt/sb_regs.h |  18 +-
 drivers/thunderbolt/tb.h      |  42 ++++-
 drivers/thunderbolt/usb4.c    |  62 ++++---
 4 files changed, 452 insertions(+), 52 deletions(-)

Comments

Greg Kroah-Hartman Sept. 11, 2024, 1:18 p.m. UTC | #1
On Tue, Sep 10, 2024 at 12:28:10PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
> 
>   Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.12-rc1

Pulled and pushed out, thanks.

greg k-h