linux-usb.vger.kernel.org archive mirror
 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>,
	linux-usb@vger.kernel.org,
	Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: [GIT PULL] USB4/Thunderbolt changes for v6.9 merge window
Date: Thu, 29 Feb 2024 12:11:09 +0200	[thread overview]
Message-ID: <20240229101109.GG8454@black.fi.intel.com> (raw)

Hi Greg,

[Sending this one early as I will be out-of-office next week.]

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b8a730836c6b1788ca2fbd6bcc2ac99e97ef7de9:

  thunderbolt: Constify the struct device_type usage (2024-02-26 09:15:49 +0200)

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

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

  - Reset the topology also for USB4 v1 routers on driver load
  - DisplayPort tunneling and bandwidth allocation mode improvements
  - Tracepoint support for the control channel
  - Couple of minor fixes and cleanups.

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

----------------------------------------------------------------
Christophe JAILLET (1):
      thunderbolt: Remove usage of the deprecated ida_simple_xx() API

Gil Fine (3):
      thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities read
      thunderbolt: Improve DisplayPort tunnel setup process to be more robust
      thunderbolt: Add trace events support for the control channel

Mika Westerberg (12):
      thunderbolt: Reset only non-USB4 host routers in resume
      thunderbolt: Skip discovery also in USB4 v2 host
      thunderbolt: Correct typo in host_reset parameter
      thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculation
      thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabled
      thunderbolt: Handle bandwidth allocation mode disable request
      thunderbolt: Log an error if DPTX request is not cleared
      thunderbolt: Fail the failed bandwidth request properly
      thunderbolt: Re-order bandwidth group functions
      thunderbolt: Introduce tb_tunnel_direction_downstream()
      thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 seconds
      thunderbolt: Keep the domain powered when USB4 port is in redrive mode

Mohammad Rahimi (2):
      thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show
      thunderbolt: Fix rollback in tb_port_lane_bonding_enable() for lane 1

Ricardo B. Marliere (1):
      thunderbolt: Constify the struct device_type usage

Sanath S (4):
      thunderbolt: Introduce tb_port_reset()
      thunderbolt: Introduce tb_path_deactivate_hop()
      thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers
      thunderbolt: Reset topology created by the boot firmware

 drivers/thunderbolt/Makefile    |   1 +
 drivers/thunderbolt/ctl.c       |  19 +-
 drivers/thunderbolt/ctl.h       |   4 +-
 drivers/thunderbolt/domain.c    |  19 +-
 drivers/thunderbolt/icm.c       |   2 +-
 drivers/thunderbolt/lc.c        |  45 ++
 drivers/thunderbolt/nhi.c       |  11 +-
 drivers/thunderbolt/nvm.c       |   4 +-
 drivers/thunderbolt/path.c      |  13 +
 drivers/thunderbolt/quirks.c    |  14 +
 drivers/thunderbolt/retimer.c   |   2 +-
 drivers/thunderbolt/switch.c    | 140 +++++-
 drivers/thunderbolt/tb.c        | 986 +++++++++++++++++++++++++---------------
 drivers/thunderbolt/tb.h        |  29 +-
 drivers/thunderbolt/tb_regs.h   |   6 +
 drivers/thunderbolt/trace.h     | 188 ++++++++
 drivers/thunderbolt/tunnel.c    |  96 ++--
 drivers/thunderbolt/tunnel.h    |   6 +
 drivers/thunderbolt/usb4.c      |  43 +-
 drivers/thunderbolt/usb4_port.c |   2 +-
 drivers/thunderbolt/xdomain.c   |  16 +-
 include/linux/thunderbolt.h     |   4 +-
 22 files changed, 1161 insertions(+), 489 deletions(-)
 create mode 100644 drivers/thunderbolt/trace.h

             reply	other threads:[~2024-02-29 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 10:11 Mika Westerberg [this message]
2024-03-02 19:14 ` [GIT PULL] USB4/Thunderbolt changes for v6.9 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=20240229101109.GG8454@black.fi.intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).