All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt/USB4 changes for v6.1 merge window
@ 2022-09-28 10:08 Mika Westerberg
  2022-09-30 11:46 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2022-09-28 10:08 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 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5d2569cb4a65c373896ec0217febdf88739ed295:

  thunderbolt: Explicitly enable lane adapter hotplug events at startup (2022-09-26 20:18:25 +0300)

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

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

  - Support for Intel Meteor Lake integrated Thunderbolt/USB4 controller
  - Support for ASMedia USB4 controller NVM firmware upgrade
  - Receiver lane margining support
  - Few fixes and cleanups.

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

----------------------------------------------------------------
Andy Shevchenko (2):
      thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs
      thunderbolt: Use dev_err_probe()

Colin Ian King (2):
      thunderbolt: debugfs: Fix spelling mistakes in seq_puts text
      thunderbolt: Fix spelling mistake "simultaneusly" -> "simultaneously"

Mario Limonciello (1):
      thunderbolt: Explicitly enable lane adapter hotplug events at startup

Mika Westerberg (8):
      thunderbolt: Add comment where Thunderbolt 4 PCI IDs start
      thunderbolt: Add support for Intel Meteor Lake
      thunderbolt: Move tb_xdomain_parent() to tb.h
      thunderbolt: Move port CL state functions into correct place in switch.c
      thunderbolt: Pass CL state bitmask to tb_port_clx_supported()
      thunderbolt: Add helper to check if CL states are enabled on port
      thunderbolt: Add support for receiver lane margining
      thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()

Sanjay R Mehta (1):
      thunderbolt: Add DP OUT resource when DP tunnel is discovered

Szuying Chen (5):
      thunderbolt: Allow NVM upgrade of USB4 host routers
      thunderbolt: Extend NVM version fields to 32-bits
      thunderbolt: Rename and make nvm_read() available for other files
      thunderbolt: Move vendor specific NVM handling into nvm.c
      thunderbolt: Add support for ASMedia NVM image format

 Documentation/ABI/testing/sysfs-bus-thunderbolt |   4 +-
 drivers/thunderbolt/Kconfig                     |  10 +
 drivers/thunderbolt/debugfs.c                   | 836 ++++++++++++++++++++++++
 drivers/thunderbolt/domain.c                    |  10 +-
 drivers/thunderbolt/icm.c                       |   3 +
 drivers/thunderbolt/nhi.c                       |  55 +-
 drivers/thunderbolt/nhi.h                       |   3 +
 drivers/thunderbolt/nvm.c                       | 385 ++++++++++-
 drivers/thunderbolt/retimer.c                   | 113 ++--
 drivers/thunderbolt/sb_regs.h                   |  58 ++
 drivers/thunderbolt/switch.c                    | 449 +++++++------
 drivers/thunderbolt/tb.c                        |  33 +-
 drivers/thunderbolt/tb.h                        |  56 +-
 drivers/thunderbolt/tb_regs.h                   |   3 +
 drivers/thunderbolt/usb4.c                      | 140 ++++
 drivers/thunderbolt/xdomain.c                   |  35 +-
 16 files changed, 1822 insertions(+), 371 deletions(-)


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

* Re: [GIT PULL] Thunderbolt/USB4 changes for v6.1 merge window
  2022-09-28 10:08 [GIT PULL] Thunderbolt/USB4 changes for v6.1 merge window Mika Westerberg
@ 2022-09-30 11:46 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2022-09-30 11:46 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

On Wed, Sep 28, 2022 at 01:08:51PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.1-rc1

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2022-09-30 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 10:08 [GIT PULL] Thunderbolt/USB4 changes for v6.1 merge window Mika Westerberg
2022-09-30 11:46 ` 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.