mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v6.4-rc3

Message ID 20230517071949.GV66750@black.fi.intel.com (mailing list archive)
State Accepted
Commit 1e94be78ec1556e90056ac038b15231723d315a9
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v6.4-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc3

Message

Mika Westerberg May 17, 2023, 7:19 a.m. UTC
Hi Greg,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc3

for you to fetch changes up to c4af8e3fecd03b0aedcd38145955605cfebe7e3a:

  thunderbolt: Clear registers properly when auto clear isn't in use (2023-05-09 09:39:03 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v6.4-rc3

This includes a single fix that fixes an error when resuming from
hibernation if the driver is built into the kernel. This has been in
linux-next with no reported issues.

----------------------------------------------------------------
Mario Limonciello (1):
      thunderbolt: Clear registers properly when auto clear isn't in use

 drivers/thunderbolt/nhi.c      | 29 ++++++++++++++++++++++++-----
 drivers/thunderbolt/nhi_regs.h |  2 ++
 2 files changed, 26 insertions(+), 5 deletions(-)

Comments

Greg Kroah-Hartman May 17, 2023, 12:57 p.m. UTC | #1
On Wed, May 17, 2023 at 10:19:49AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.4-rc3

Pulled and pushed out, thanks.

greg k-h