linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt change for v5.5 part 2
@ 2019-11-19 13:07 Mika Westerberg
  2019-11-19 16:00 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Mika Westerberg @ 2019-11-19 13:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel, Mika Westerberg

Hi Greg,

There is one more Thunderbolt driver improvement that I would like to
get into v5.5 merge window. Please consider pulling.

Thanks!

The following changes since commit 354a7a7716edb377953a324421915d7788e0bca9:

  thunderbolt: Do not start firmware unless asked by the user (2019-11-02 12:13:31 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.5-2

for you to fetch changes up to b001da2905e70014b15e98dddf62d0c61b132527:

  thunderbolt: Power cycle the router if NVM authentication fails (2019-11-15 14:48:53 +0300)

----------------------------------------------------------------
thunderbolt: Change for v5.5 merge window part 2

This includes one more improvement for v5.5 merge window. If the router
NVM firmware authentication fails for some reason this power cycles the
router so it should become functional again.

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Power cycle the router if NVM authentication fails

 drivers/thunderbolt/switch.c | 54 ++++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 12 deletions(-)

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

* Re: [GIT PULL] Thunderbolt change for v5.5 part 2
  2019-11-19 13:07 [GIT PULL] Thunderbolt change for v5.5 part 2 Mika Westerberg
@ 2019-11-19 16:00 ` Greg Kroah-Hartman
  2019-11-19 16:20   ` Mika Westerberg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2019-11-19 16:00 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

On Tue, Nov 19, 2019 at 03:07:51PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> There is one more Thunderbolt driver improvement that I would like to
> get into v5.5 merge window. Please consider pulling.

Hey, that sounds like the problem my laptop was having!  :)

Should this also go to stable for 5.4.y?

thanks,

greg k-h

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

* Re: [GIT PULL] Thunderbolt change for v5.5 part 2
  2019-11-19 16:00 ` Greg Kroah-Hartman
@ 2019-11-19 16:20   ` Mika Westerberg
  2019-11-19 16:36     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Mika Westerberg @ 2019-11-19 16:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

On Tue, Nov 19, 2019 at 05:00:22PM +0100, Greg Kroah-Hartman wrote:
> On Tue, Nov 19, 2019 at 03:07:51PM +0200, Mika Westerberg wrote:
> > Hi Greg,
> > 
> > There is one more Thunderbolt driver improvement that I would like to
> > get into v5.5 merge window. Please consider pulling.
> 
> Hey, that sounds like the problem my laptop was having!  :)
> 
> Should this also go to stable for 5.4.y?

Yes, I think it makes sense to have it there. Do you want me to mark it
for stable or you do it?

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

* Re: [GIT PULL] Thunderbolt change for v5.5 part 2
  2019-11-19 16:20   ` Mika Westerberg
@ 2019-11-19 16:36     ` Greg Kroah-Hartman
  2019-11-20  8:30       ` Mika Westerberg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2019-11-19 16:36 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

On Tue, Nov 19, 2019 at 06:20:18PM +0200, Mika Westerberg wrote:
> On Tue, Nov 19, 2019 at 05:00:22PM +0100, Greg Kroah-Hartman wrote:
> > On Tue, Nov 19, 2019 at 03:07:51PM +0200, Mika Westerberg wrote:
> > > Hi Greg,
> > > 
> > > There is one more Thunderbolt driver improvement that I would like to
> > > get into v5.5 merge window. Please consider pulling.
> > 
> > Hey, that sounds like the problem my laptop was having!  :)
> > 
> > Should this also go to stable for 5.4.y?
> 
> Yes, I think it makes sense to have it there. Do you want me to mark it
> for stable or you do it?

I've now done it.  I had to rebase/rewrite the description, so watch out
for that if you pull from my tree.

thanks,

greg k-h

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

* Re: [GIT PULL] Thunderbolt change for v5.5 part 2
  2019-11-19 16:36     ` Greg Kroah-Hartman
@ 2019-11-20  8:30       ` Mika Westerberg
  0 siblings, 0 replies; 5+ messages in thread
From: Mika Westerberg @ 2019-11-20  8:30 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

On Tue, Nov 19, 2019 at 05:36:50PM +0100, Greg Kroah-Hartman wrote:
> On Tue, Nov 19, 2019 at 06:20:18PM +0200, Mika Westerberg wrote:
> > On Tue, Nov 19, 2019 at 05:00:22PM +0100, Greg Kroah-Hartman wrote:
> > > On Tue, Nov 19, 2019 at 03:07:51PM +0200, Mika Westerberg wrote:
> > > > Hi Greg,
> > > > 
> > > > There is one more Thunderbolt driver improvement that I would like to
> > > > get into v5.5 merge window. Please consider pulling.
> > > 
> > > Hey, that sounds like the problem my laptop was having!  :)
> > > 
> > > Should this also go to stable for 5.4.y?
> > 
> > Yes, I think it makes sense to have it there. Do you want me to mark it
> > for stable or you do it?
> 
> I've now done it.  I had to rebase/rewrite the description, so watch out
> for that if you pull from my tree.

Thanks Greg!

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

end of thread, other threads:[~2019-11-20  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19 13:07 [GIT PULL] Thunderbolt change for v5.5 part 2 Mika Westerberg
2019-11-19 16:00 ` Greg Kroah-Hartman
2019-11-19 16:20   ` Mika Westerberg
2019-11-19 16:36     ` Greg Kroah-Hartman
2019-11-20  8:30       ` Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).