All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt/USB4 changes for v5.17 merge window
@ 2022-01-03 10:52 Mika Westerberg
  2022-01-03 12:22 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2022-01-03 10:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	Mika Westerberg, linux-usb

Hi Greg,

The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.17-rc1

for you to fetch changes up to fa487b2a900d7b22fe7db678d2134fbf56ae9da0:

  thunderbolt: Add module parameter for CLx disabling (2021-12-28 10:43:56 +0300)

----------------------------------------------------------------
thunderbolt: Changes for v5.17 merge window

This includes following Thunderbolt/USB4 changes for the v5.17 merge
window:

  * Enable low-power link state (CL0s) for USB4 and Intel Titan Ridge
    devices
  * Add support for TMU (Time Management Unit) uni-directional mode
  * Power management improvements (suspend-to-disk, runtime PM)
  * USB4 compatibility fixes
  * Minor fixes and cleanups.

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

----------------------------------------------------------------
Andy Shevchenko (1):
      thunderbolt: Do not dereference fwnode in struct device

Gil Fine (7):
      thunderbolt: Add TMU uni-directional mode
      thunderbolt: Add CL0s support for USB4 routers
      thunderbolt: Move usb4_switch_wait_for_bit() to switch.c
      thunderbolt: Implement TMU time disruption for Intel Titan Ridge
      thunderbolt: Rename Intel TB_VSE_CAP_IECS capability
      thunderbolt: Enable CL0s for Intel Titan Ridge
      thunderbolt: Add module parameter for CLx disabling

Kees Cook (1):
      thunderbolt: xdomain: Avoid potential stack OOB read

Mika Westerberg (6):
      thunderbolt: Runtime PM activate both ends of the device link
      thunderbolt: Tear down existing tunnels when resuming from hibernate
      thunderbolt: Runtime resume USB4 port when retimers are scanned
      thunderbolt: Do not allow subtracting more NFC credits than configured
      thunderbolt: Do not program path HopIDs for USB4 routers
      thunderbolt: Add debug logging of DisplayPort resource allocation

Xiaoke Wang (1):
      thunderbolt: Check return value of kmemdup() in icm_handle_event()

 drivers/thunderbolt/acpi.c    |  15 +-
 drivers/thunderbolt/icm.c     |   7 +-
 drivers/thunderbolt/lc.c      |  24 ++
 drivers/thunderbolt/path.c    |  42 ++--
 drivers/thunderbolt/retimer.c |  28 ++-
 drivers/thunderbolt/switch.c  | 493 +++++++++++++++++++++++++++++++++++++++++-
 drivers/thunderbolt/tb.c      |  91 ++++++--
 drivers/thunderbolt/tb.h      | 106 ++++++++-
 drivers/thunderbolt/tb_msgs.h |  47 ++--
 drivers/thunderbolt/tb_regs.h | 113 +++++++---
 drivers/thunderbolt/tmu.c     | 337 ++++++++++++++++++++++++-----
 drivers/thunderbolt/tunnel.c  |  27 ++-
 drivers/thunderbolt/tunnel.h  |   9 +-
 drivers/thunderbolt/usb4.c    |  52 +++--
 drivers/thunderbolt/xdomain.c |  16 +-
 15 files changed, 1203 insertions(+), 204 deletions(-)

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

* Re: [GIT PULL] Thunderbolt/USB4 changes for v5.17 merge window
  2022-01-03 10:52 [GIT PULL] Thunderbolt/USB4 changes for v5.17 merge window Mika Westerberg
@ 2022-01-03 12:22 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2022-01-03 12:22 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

On Mon, Jan 03, 2022 at 12:52:14PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:
> 
>   Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.17-rc1

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2022-01-03 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 10:52 [GIT PULL] Thunderbolt/USB4 changes for v5.17 merge window Mika Westerberg
2022-01-03 12:22 ` 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.