mbox series

[GIT,PULL] Thunderbolt/USB4 changes for v5.16 merge window

Message ID YXaPQ1p8c6PfTiOh@lahna (mailing list archive)
State Accepted
Commit e8d6336d9d7198013a7b307107908242a7a53b23
Headers show
Series [GIT,PULL] Thunderbolt/USB4 changes for v5.16 merge window | expand

Pull-request

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

Message

Mika Westerberg Oct. 25, 2021, 11:04 a.m. UTC
Hi Greg,

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0a0624a26f9ceb8aae16882d87dc3b12f17f4a49:

  thunderbolt: Fix -Wrestrict warning (2021-09-28 12:28:54 +0300)

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

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

  * Re-enable retry logic for control packets in domain needed by some
    controllers when software connection manager is being used
  * Fix -Wrestrict build warning emitted by gcc-11.

Both have been in linux-next with no reported issues.

----------------------------------------------------------------
Arnd Bergmann (1):
      thunderbolt: Fix -Wrestrict warning

Sanjay R Mehta (1):
      thunderbolt: Enable retry logic for intra-domain control packets

 drivers/thunderbolt/ctl.c     | 2 +-
 drivers/thunderbolt/xdomain.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Greg KH Oct. 25, 2021, 11:18 a.m. UTC | #1
On Mon, Oct 25, 2021 at 02:04:35PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:
> 
>   Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.16-rc1

Pulled in and pushed out, thanks!

greg k-h