All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB4/Thunderbolt changes for v6.7 merge window
@ 2023-10-26  8:44 Mika Westerberg
  2023-10-27  9:47 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2023-10-26  8:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	linux-usb, Mika Westerberg

Hi Greg,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a558892b3456d44f2a89d238f5d650f0574fa3b2:

  thunderbolt: Fix one kernel-doc comment (2023-10-24 07:49:17 +0300)

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

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

  - Configure asymmetric link if the DisplayPort bandwidth requires so
  - Enable path power management packet support for USB4 v2 routers
  - Make the bandwidth reservations to follow the USB4 v2 connection
    manager guide suggestions
  - DisplayPort tunneling improvements
  - Small cleanups and improvements around the driver.

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

----------------------------------------------------------------
Gil Fine (10):
      thunderbolt: Fix debug log when DisplayPort adapter not available for pairing
      thunderbolt: Fix typo of HPD bit for Hot Plug Detect
      thunderbolt: Log NVM version of routers and retimers
      thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT pairs
      thunderbolt: Add DP IN added last in the head of the list of DP resources
      thunderbolt: Make is_gen4_link() available to the rest of the driver
      thunderbolt: Change bandwidth reservations to comply USB4 v2
      thunderbolt: Introduce tb_port_path_direction_downstream()
      thunderbolt: Add support for asymmetric link
      thunderbolt: Configure asymmetric link if needed and bandwidth allows

Mika Westerberg (14):
      thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
      thunderbolt: dma_test: Use enum tb_link_width
      thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()
      thunderbolt: Make tb_switch_clx_is_supported() static
      thunderbolt: Check for unplugged router in tb_switch_clx_disable()
      thunderbolt: Fix typo in enum tb_link_width kernel-doc
      thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent
      thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver
      thunderbolt: Use tb_tunnel_xxx() log macros in tb.c
      thunderbolt: Use constants for path weight and priority
      thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()
      thunderbolt: Set path power management packet support bit for USB4 v2 routers
      thunderbolt: Introduce tb_for_each_upstream_port_on_path()
      thunderbolt: Introduce tb_switch_depth()

Yang Li (1):
      thunderbolt: Fix one kernel-doc comment

 drivers/thunderbolt/clx.c      |  47 +--
 drivers/thunderbolt/dma_test.c |  14 +-
 drivers/thunderbolt/path.c     |   7 +-
 drivers/thunderbolt/quirks.c   |   3 +
 drivers/thunderbolt/retimer.c  |   1 +
 drivers/thunderbolt/switch.c   | 337 +++++++++++++++---
 drivers/thunderbolt/tb.c       | 774 ++++++++++++++++++++++++++++++++---------
 drivers/thunderbolt/tb.h       |  60 +++-
 drivers/thunderbolt/tb_regs.h  |  19 +-
 drivers/thunderbolt/tunnel.c   | 263 ++++++++------
 drivers/thunderbolt/tunnel.h   |  26 +-
 drivers/thunderbolt/usb4.c     | 135 +++++--
 include/linux/thunderbolt.h    |   2 +-
 13 files changed, 1300 insertions(+), 388 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] USB4/Thunderbolt changes for v6.7 merge window
  2023-10-26  8:44 [GIT PULL] USB4/Thunderbolt changes for v6.7 merge window Mika Westerberg
@ 2023-10-27  9:47 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2023-10-27  9:47 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

On Thu, Oct 26, 2023 at 11:44:05AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.7-rc1

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-27  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26  8:44 [GIT PULL] USB4/Thunderbolt changes for v6.7 merge window Mika Westerberg
2023-10-27  9:47 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.