mbox series

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

Message ID YSTSiJa0omQE/4lI@lahna (mailing list archive)
State Accepted
Commit bfa109d761a46d5116f3d4f216152653d8b4815b
Headers show
Series [GIT,PULL] Thunderbolt/USB4 changes for v5.15 merge window | expand

Pull-request

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

Message

Mika Westerberg Aug. 24, 2021, 11:05 a.m. UTC
Hi Greg,

The following changes since commit c500bee1c5b2f1d59b1081ac879d73268ab0ff17:

  Linux 5.14-rc4 (2021-08-01 17:04:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 42716425ad7e1b6529ec61c260c11176841f4b5f:

  thunderbolt: Fix port linking by checking all adapters (2021-08-09 14:58:29 +0300)

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

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

  * Include authorized value in the KOBJ_CHANGE event of a device router
  * A couple of improvements to get the driver working also with the AMD
    USB4 host controller.

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

----------------------------------------------------------------
Rajat Jain (1):
      thunderbolt: Add authorized value to the KOBJ_CHANGE uevent

Sanjay R Mehta (4):
      thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt status
      thunderbolt: Handle ring interrupt by reading interrupt status register
      thunderbolt: Do not read control adapter config space
      thunderbolt: Fix port linking by checking all adapters

 drivers/thunderbolt/nhi.c    | 46 ++++++++++++++++++++++++++++++++++++--------
 drivers/thunderbolt/switch.c | 28 ++++++++++++++++++---------
 include/linux/thunderbolt.h  |  2 ++
 3 files changed, 59 insertions(+), 17 deletions(-)

Comments

Greg KH Aug. 24, 2021, 1:32 p.m. UTC | #1
On Tue, Aug 24, 2021 at 02:05:44PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit c500bee1c5b2f1d59b1081ac879d73268ab0ff17:
> 
>   Linux 5.14-rc4 (2021-08-01 17:04:17 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.15-rc1

Pulled and pushed out, thanks.

greg k-h