All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window
@ 2022-03-08 12:20 Mika Westerberg
  2022-03-11 11:46 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Mika Westerberg @ 2022-03-08 12:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	Mika Westerberg, linux-usb

Hi Greg,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 144c4a77a3e1e520daba85eafd28999af22e1aa5:

  thunderbolt: Rename EEPROM handling bits to match USB4 spec (2022-03-04 17:10:36 +0300)

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

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

  * Improvements for Intel Alpine and Titan Ridge support
  * Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()
  * Improvements around DROM handling on AMD hardware
  * A couple of cleanups.

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

----------------------------------------------------------------
Christophe JAILLET (1):
      thunderbolt: Remove useless DMA-32 fallback configuration

Mario Limonciello (5):
      thunderbolt: Retry DROM reads for more failure scenarios
      thunderbolt: Do not resume routers if UID is not set
      thunderbolt: Do not make DROM read success compulsory
      thunderbolt: Clarify register definitions for `tb_cap_plug_events`
      thunderbolt: Rename EEPROM handling bits to match USB4 spec

Mika Westerberg (3):
      thunderbolt: Disable LTTPR on Intel Titan Ridge
      thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()
      thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices

Rafael J. Wysocki (1):
      thunderbolt: Replace acpi_bus_get_device()

 drivers/thunderbolt/acpi.c    |   4 +-
 drivers/thunderbolt/eeprom.c  |  41 ++++++++--------
 drivers/thunderbolt/lc.c      | 110 ++++++++++++++++++++++++++++++++++++++++++
 drivers/thunderbolt/nhi.c     |   3 +-
 drivers/thunderbolt/switch.c  |  81 +++++++++++++++++++++++++++++--
 drivers/thunderbolt/tb.c      |  11 +++++
 drivers/thunderbolt/tb.h      |   8 +++
 drivers/thunderbolt/tb_regs.h |  37 +++++++++-----
 drivers/thunderbolt/tunnel.c  |  10 ++++
 9 files changed, 265 insertions(+), 40 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window
  2022-03-08 12:20 [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window Mika Westerberg
@ 2022-03-11 11:46 ` Greg Kroah-Hartman
  2022-03-11 13:45   ` Mika Westerberg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2022-03-11 11:46 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

On Tue, Mar 08, 2022 at 02:20:33PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.18-rc1

The gpg key you used to sign this tag is expired, so my checks fail :(

Please fix this.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window
  2022-03-11 11:46 ` Greg Kroah-Hartman
@ 2022-03-11 13:45   ` Mika Westerberg
  2022-03-11 14:50     ` Greg Kroah-Hartman
  2022-03-11 14:54     ` Mika Westerberg
  0 siblings, 2 replies; 5+ messages in thread
From: Mika Westerberg @ 2022-03-11 13:45 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

On Fri, Mar 11, 2022 at 12:46:01PM +0100, Greg Kroah-Hartman wrote:
> On Tue, Mar 08, 2022 at 02:20:33PM +0200, Mika Westerberg wrote:
> > Hi Greg,
> > 
> > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> > 
> >   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.18-rc1
> 
> The gpg key you used to sign this tag is expired, so my checks fail :(

Hmm,

I extended the expiration time already last year and it shows here:

  rsa4096 2017-11-02 [SC] [expires: 2022-08-23]

For that key. I pushed it to the keyserver too at the time
(keyserver.ubuntu.com).

> Please fix this.

Sure but how? :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window
  2022-03-11 13:45   ` Mika Westerberg
@ 2022-03-11 14:50     ` Greg Kroah-Hartman
  2022-03-11 14:54     ` Mika Westerberg
  1 sibling, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2022-03-11 14:50 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

On Fri, Mar 11, 2022 at 03:45:23PM +0200, Mika Westerberg wrote:
> On Fri, Mar 11, 2022 at 12:46:01PM +0100, Greg Kroah-Hartman wrote:
> > On Tue, Mar 08, 2022 at 02:20:33PM +0200, Mika Westerberg wrote:
> > > Hi Greg,
> > > 
> > > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> > > 
> > >   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.18-rc1
> > 
> > The gpg key you used to sign this tag is expired, so my checks fail :(
> 
> Hmm,
> 
> I extended the expiration time already last year and it shows here:
> 
>   rsa4096 2017-11-02 [SC] [expires: 2022-08-23]
> 
> For that key. I pushed it to the keyserver too at the time
> (keyserver.ubuntu.com).
> 
> > Please fix this.
> 
> Sure but how? :)

Get the update in the kernel.org pgp list?  That's where I update from.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window
  2022-03-11 13:45   ` Mika Westerberg
  2022-03-11 14:50     ` Greg Kroah-Hartman
@ 2022-03-11 14:54     ` Mika Westerberg
  1 sibling, 0 replies; 5+ messages in thread
From: Mika Westerberg @ 2022-03-11 14:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever, linux-usb

Hi Greg,

On Fri, Mar 11, 2022 at 03:45:39PM +0200, Mika Westerberg wrote:
> On Fri, Mar 11, 2022 at 12:46:01PM +0100, Greg Kroah-Hartman wrote:
> > On Tue, Mar 08, 2022 at 02:20:33PM +0200, Mika Westerberg wrote:
> > > Hi Greg,
> > > 
> > > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> > > 
> > >   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.18-rc1
> > 
> > The gpg key you used to sign this tag is expired, so my checks fail :(
> 
> Hmm,
> 
> I extended the expiration time already last year and it shows here:
> 
>   rsa4096 2017-11-02 [SC] [expires: 2022-08-23]
> 
> For that key. I pushed it to the keyserver too at the time
> (keyserver.ubuntu.com).
> 
> > Please fix this.
> 
> Sure but how? :)

I just read this:

  https://korg.docs.kernel.org/pgpkeys.html

and uploaded the updated key to https://keys.openpgp.org/upload/ too. I
hope it works now. Sorry about the mess.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-11 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 12:20 [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window Mika Westerberg
2022-03-11 11:46 ` Greg Kroah-Hartman
2022-03-11 13:45   ` Mika Westerberg
2022-03-11 14:50     ` Greg Kroah-Hartman
2022-03-11 14:54     ` Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.