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: Michael Jamet <michael.jamet@intel.com>,
	Yehezkel Bernat <YehezkelShB@gmail.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.12 merge window
Date: Tue, 9 Feb 2021 13:34:26 +0200	[thread overview]
Message-ID: <20210209113426.GH2542@lahna.fi.intel.com> (raw)

Hi Greg,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30: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.12-rc1

for you to fetch changes up to c6da62a219d028de10f2e22e93a34c7ee2b88d03:

  thunderbolt: Add support for native USB4 _OSC (2021-02-04 10:45:25 +0300)

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

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

  * Start lane initialization after sleep for Thunderbolt 3 compatible
    devices

  * Add support for de-authorizing PCIe tunnels (software based
    connection manager only)

  * Add support for new ACPI 6.4 USB4 _OSC

  * Allow disabling XDomain protocol

  * Add support for new SL5 security level

  * Clean up kernel-docs to pass W=1 builds

  * A couple of cleanups and minor fixes

All these have been in linux-next without reported issues.

----------------------------------------------------------------
Lee Jones (11):
      thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return value
      thunderbolt: cap: Fix kernel-doc formatting issue
      thunderbolt: ctl: Demote non-conformant kernel-doc headers
      thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard comment blocks
      thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' param
      thunderbolt: nhi: Demote some non-conformant kernel-doc headers
      thunderbolt: tb: Kernel-doc function headers should document their parameters
      thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headers
      thunderbolt: icm: Fix a couple of formatting issues
      thunderbolt: tunnel: Fix misspelling of 'receive_path'
      thunderbolt: switch: Fix function name in the header

Mario Limonciello (1):
      ACPI: Execute platform _OSC also with query bit clear

Mika Westerberg (13):
      thunderbolt: Start lane initialization after sleep
      thunderbolt: Add support for de-authorizing devices
      thunderbolt: ctl: Fix kernel-doc descriptions of non-static functions
      thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functions
      thunderbolt: path: Fix kernel-doc descriptions of non-static functions
      thunderbolt: nhi: Fix kernel-doc descriptions of non-static functions
      thunderbolt: switch: Fix kernel-doc descriptions of non-static functions
      thunderbolt: Add clarifying comments about USB4 terms router and adapter
      thunderbolt: dma_test: Drop unnecessary include
      thunderbolt: Add support for PCIe tunneling disabled (SL5)
      thunderbolt: Allow disabling XDomain protocol
      ACPI: Add support for native USB4 control _OSC
      thunderbolt: Add support for native USB4 _OSC

Rikard Falkeborn (1):
      thunderbolt: Constify static attribute_group structs

Tian Tao (1):
      thunderbolt: Use kmemdup instead of kzalloc and memcpy

 Documentation/ABI/testing/sysfs-bus-thunderbolt |  22 ++++-
 Documentation/admin-guide/thunderbolt.rst       |  23 +++++
 drivers/acpi/bus.c                              | 119 +++++++++++++++++++++---
 drivers/thunderbolt/acpi.c                      |  65 +++++++++++++
 drivers/thunderbolt/cap.c                       |   2 +-
 drivers/thunderbolt/ctl.c                       |  51 ++++++++--
 drivers/thunderbolt/dma_port.c                  |   2 +
 drivers/thunderbolt/dma_test.c                  |   5 +-
 drivers/thunderbolt/domain.c                    |  48 +++++++++-
 drivers/thunderbolt/eeprom.c                    |  33 ++++---
 drivers/thunderbolt/icm.c                       |  10 +-
 drivers/thunderbolt/lc.c                        |  35 +++++++
 drivers/thunderbolt/nhi.c                       |  39 ++++++--
 drivers/thunderbolt/path.c                      |   2 +
 drivers/thunderbolt/switch.c                    |  82 ++++++++++++++--
 drivers/thunderbolt/tb.c                        |  54 +++++++++--
 drivers/thunderbolt/tb.h                        |  22 +++++
 drivers/thunderbolt/tb_regs.h                   |   1 +
 drivers/thunderbolt/tunnel.c                    |  12 ++-
 drivers/thunderbolt/usb4.c                      |  11 ++-
 drivers/thunderbolt/xdomain.c                   |  15 ++-
 include/linux/acpi.h                            |  10 ++
 include/linux/thunderbolt.h                     |   3 +
 23 files changed, 585 insertions(+), 81 deletions(-)


             reply	other threads:[~2021-02-09 11:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 11:34 Mika Westerberg [this message]
2021-02-09 12:00 ` [GIT PULL] Thunderbolt/USB4 changes for v5.12 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=20210209113426.GH2542@lahna.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).