All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>,
	Michael Jamet <michael.jamet@intel.com>,
	Lukas Wunner <lukas@wunner.de>,
	Andreas Noever <andreas.noever@gmail.com>,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	linux-usb@vger.kernel.org
Subject: [GIT PULL] Thunderbolt/USB4 changes for v5.19 merge window
Date: Tue, 17 May 2022 13:18:10 +0300	[thread overview]
Message-ID: <YoN2YpxxWTNC6C1D@lahna> (raw)

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(-)

             reply	other threads:[~2022-05-17 10:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17 10:18 Mika Westerberg [this message]
2022-05-19 16:00 ` [GIT PULL] Thunderbolt/USB4 changes for v5.19 merge window Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YoN2YpxxWTNC6C1D@lahna \
    --to=mika.westerberg@linux.intel.com \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=michael.jamet@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.