All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt/USB4 changes for v5.19 merge window
@ 2022-05-17 10:18 Mika Westerberg
  2022-05-19 16:00 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2022-05-17 10:18 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c7c99a09ef0e2615d13e13b19c74428ca43b7dcf:

  thunderbolt: Add KUnit test for devices with no DisplayPort adapters (2022-05-12 09:22:36 +0300)

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

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

  * Improvements for Thunderbolt 1 DisplayPort tunneling
  * Link USB4 ports to their USB Type-C connectors
  * Lane bonding support for host-to-host (XDomain) connections
  * Buffer allocation improvement for devices with no DisplayPort
    adapters
  * Few cleanups and minor fixes.

All these have been in linux-next with no reported issues except that
there is a minor merge conflict with the kunit-next tree because one of
the commits touches the driver KUnit tests.

----------------------------------------------------------------
Gil Fine (2):
      thunderbolt: Fix buffer allocation of devices with no DisplayPort adapters
      thunderbolt: Add KUnit test for devices with no DisplayPort adapters

Heikki Krogerus (1):
      thunderbolt: Link USB4 ports to their USB Type-C connectors

Jakob Koschel (1):
      thunderbolt: Replace usage of found with dedicated list iterator variable

Mika Westerberg (9):
      thunderbolt: Fix typo in comment
      thunderbolt: Use decimal number with port numbers
      thunderbolt: Dump path config space entries during discovery
      thunderbolt: Use different lane for second DisplayPort tunnel
      thunderbolt: Add debug logging when lane is enabled/disabled
      thunderbolt: Move tb_port_state() prototype to correct place
      thunderbolt: Split setting link width and lane bonding into own functions
      thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()
      thunderbolt: Add support for XDomain lane bonding

Won Chung (1):
      misc/mei: Add NULL check to component match callback functions

 Documentation/ABI/testing/sysfs-bus-thunderbolt |  10 +
 drivers/misc/mei/hdcp/mei_hdcp.c                |   2 +-
 drivers/misc/mei/pxp/mei_pxp.c                  |   2 +-
 drivers/thunderbolt/ctl.c                       |  15 +-
 drivers/thunderbolt/nhi.c                       |   2 +-
 drivers/thunderbolt/path.c                      |   6 +
 drivers/thunderbolt/switch.c                    | 109 ++++-
 drivers/thunderbolt/tb.c                        |  25 +-
 drivers/thunderbolt/tb.h                        |   6 +-
 drivers/thunderbolt/tb_msgs.h                   |  39 ++
 drivers/thunderbolt/tb_regs.h                   |   5 +
 drivers/thunderbolt/test.c                      | 108 ++++-
 drivers/thunderbolt/tunnel.c                    |  18 +-
 drivers/thunderbolt/tunnel.h                    |   4 +-
 drivers/thunderbolt/usb4_port.c                 |  38 ++
 drivers/thunderbolt/xdomain.c                   | 609 +++++++++++++++++++++---
 include/linux/thunderbolt.h                     |  19 +-
 17 files changed, 883 insertions(+), 134 deletions(-)

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

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

On Tue, May 17, 2022 at 01:18:10PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.19-rc1

Pulled and pushed out, thanks,

greg k-h

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

end of thread, other threads:[~2022-05-19 16:01 UTC | newest]

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