mbox series

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

Message ID 20201110075821.GP2495@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit 368183029cc4055c571ed19ceaa49c35de996611
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v5.10-rc4 | expand

Pull-request

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

Message

Mika Westerberg Nov. 10, 2020, 7:58 a.m. UTC
Hi Greg,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f6439c531d52193f890807958aaec52905bc0f2e:

  thunderbolt: Add support for Intel Tiger Lake-H (2020-11-06 16:39:11 +0300)

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

This includes two fixes for resource leaks that have been around for a
while. Then two fixes for code that was added during v5.10 merge window
and PCI IDs for Intel Tiger Lake-H.

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

----------------------------------------------------------------
Casey Bowman (1):
      thunderbolt: Add uaccess dependency to debugfs interface

Jing Xiangfeng (1):
      thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()

Mika Westerberg (3):
      thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()
      thunderbolt: Only configure USB4 wake for lane 0 adapters
      thunderbolt: Add support for Intel Tiger Lake-H

 drivers/thunderbolt/debugfs.c |  1 +
 drivers/thunderbolt/icm.c     |  2 ++
 drivers/thunderbolt/nhi.c     | 23 +++++++++++++++++++----
 drivers/thunderbolt/nhi.h     |  2 ++
 drivers/thunderbolt/tb.h      |  2 ++
 drivers/thunderbolt/usb4.c    |  4 ++++
 drivers/thunderbolt/xdomain.c |  1 +
 7 files changed, 31 insertions(+), 4 deletions(-)

Comments

Greg KH Nov. 10, 2020, 8:18 a.m. UTC | #1
On Tue, Nov 10, 2020 at 09:58:21AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.10-rc4

Pulled and pushed out, thanks.

greg k-h