mbox series

[GIT,PULL] Thunderbolt/USB4 fixes for v5.12-rc4

Message ID 20210315115703.GL2542@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit 132da018fa3290addede3b269100efb1b7d74c92
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v5.12-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.12-rc4

Message

Mika Westerberg March 15, 2021, 11:57 a.m. UTC
Hi Greg,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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-rc4

for you to fetch changes up to c94732bda079ee66b5c3904cbb628d0cb218ab39:

  thunderbolt: Increase runtime PM reference count on DP tunnel discovery (2021-03-08 14:22:42 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v5.12-rc4

This includes a fix to initialize HopID IDAs earlier to make sure
tb_switch_release() always works, and another fix that increases runtime
PM reference count on DisplayPort tunnel discovery.

----------------------------------------------------------------
Mika Westerberg (2):
      thunderbolt: Initialize HopID IDAs in tb_switch_alloc()
      thunderbolt: Increase runtime PM reference count on DP tunnel discovery

 drivers/thunderbolt/switch.c | 18 ++++++++----------
 drivers/thunderbolt/tb.c     |  4 ++++
 2 files changed, 12 insertions(+), 10 deletions(-)

Comments

Greg Kroah-Hartman March 15, 2021, 1:02 p.m. UTC | #1
On Mon, Mar 15, 2021 at 01:57:03PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -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-rc4

Pulled and pushed out, thanks.

greg k-h