All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt fixes for v5.4
@ 2019-10-11 10:18 Mika Westerberg
  2019-10-24  7:43 ` Mika Westerberg
  2019-11-02 17:15 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Mika Westerberg @ 2019-10-11 10:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel, Mika Westerberg

Hi Greg,

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

  Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fixes-for-v5.4-1

for you to fetch changes up to 747125db6dcd8bcc21f13d013f6e6a2acade21ee:

  thunderbolt: Drop unnecessary read when writing LC command in Ice Lake (2019-10-08 12:08:21 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v5.4

This includes three fixes for various issues people have reported:

  - Fix DP tunneling on some Light Ridge controllers
  - Fix for lockdep circular locking dependency warning
  - Drop unnecessary read on ICL

----------------------------------------------------------------
Mika Westerberg (3):
      thunderbolt: Read DP IN adapter first two dwords in one go
      thunderbolt: Fix lockdep circular locking depedency warning
      thunderbolt: Drop unnecessary read when writing LC command in Ice Lake

 drivers/thunderbolt/nhi_ops.c |  1 -
 drivers/thunderbolt/switch.c  | 28 +++++++++++-----------------
 2 files changed, 11 insertions(+), 18 deletions(-)

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

* Re: [GIT PULL] Thunderbolt fixes for v5.4
  2019-10-11 10:18 [GIT PULL] Thunderbolt fixes for v5.4 Mika Westerberg
@ 2019-10-24  7:43 ` Mika Westerberg
  2019-11-01 10:06   ` Greg Kroah-Hartman
  2019-11-02 17:15 ` Greg Kroah-Hartman
  1 sibling, 1 reply; 4+ messages in thread
From: Mika Westerberg @ 2019-10-24  7:43 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

Hi Greg,

On Fri, Oct 11, 2019 at 01:18:31PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:
> 
>   Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fixes-for-v5.4-1
> 
> for you to fetch changes up to 747125db6dcd8bcc21f13d013f6e6a2acade21ee:
> 
>   thunderbolt: Drop unnecessary read when writing LC command in Ice Lake (2019-10-08 12:08:21 +0300)
> 
> ----------------------------------------------------------------
> thunderbolt: Fixes for v5.4
> 
> This includes three fixes for various issues people have reported:
> 
>   - Fix DP tunneling on some Light Ridge controllers
>   - Fix for lockdep circular locking dependency warning
>   - Drop unnecessary read on ICL
> 
> ----------------------------------------------------------------
> Mika Westerberg (3):
>       thunderbolt: Read DP IN adapter first two dwords in one go
>       thunderbolt: Fix lockdep circular locking depedency warning
>       thunderbolt: Drop unnecessary read when writing LC command in Ice Lake

Just checking whether this fell through the cracks or you require some
changes?

Thanks!

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

* Re: [GIT PULL] Thunderbolt fixes for v5.4
  2019-10-24  7:43 ` Mika Westerberg
@ 2019-11-01 10:06   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-11-01 10:06 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

On Thu, Oct 24, 2019 at 10:43:58AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> On Fri, Oct 11, 2019 at 01:18:31PM +0300, Mika Westerberg wrote:
> > Hi Greg,
> > 
> > The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:
> > 
> >   Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fixes-for-v5.4-1
> > 
> > for you to fetch changes up to 747125db6dcd8bcc21f13d013f6e6a2acade21ee:
> > 
> >   thunderbolt: Drop unnecessary read when writing LC command in Ice Lake (2019-10-08 12:08:21 +0300)
> > 
> > ----------------------------------------------------------------
> > thunderbolt: Fixes for v5.4
> > 
> > This includes three fixes for various issues people have reported:
> > 
> >   - Fix DP tunneling on some Light Ridge controllers
> >   - Fix for lockdep circular locking dependency warning
> >   - Drop unnecessary read on ICL
> > 
> > ----------------------------------------------------------------
> > Mika Westerberg (3):
> >       thunderbolt: Read DP IN adapter first two dwords in one go
> >       thunderbolt: Fix lockdep circular locking depedency warning
> >       thunderbolt: Drop unnecessary read when writing LC command in Ice Lake
> 
> Just checking whether this fell through the cracks or you require some
> changes?

Sorry, travel cracks here, will get to it this weekend, my fault...

greg k-h

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

* Re: [GIT PULL] Thunderbolt fixes for v5.4
  2019-10-11 10:18 [GIT PULL] Thunderbolt fixes for v5.4 Mika Westerberg
  2019-10-24  7:43 ` Mika Westerberg
@ 2019-11-02 17:15 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-11-02 17:15 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-kernel

On Fri, Oct 11, 2019 at 01:18:31PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:
> 
>   Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fixes-for-v5.4-1

Sorry for the delay, pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2019-11-02 17:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 10:18 [GIT PULL] Thunderbolt fixes for v5.4 Mika Westerberg
2019-10-24  7:43 ` Mika Westerberg
2019-11-01 10:06   ` Greg Kroah-Hartman
2019-11-02 17:15 ` Greg Kroah-Hartman

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.