linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SoundWire updates for 4.20-rc1
@ 2018-10-02 14:23 Vinod
  2018-10-02 16:38 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Vinod @ 2018-10-02 14:23 UTC (permalink / raw)
  To: Greg KH; +Cc: LKML, Pierre-Louis Bossart

[-- Attachment #1: Type: text/plain, Size: 2277 bytes --]

Hey Greg,

Here are the SoundWire updates (again) for 4.20-rc1/5.0-rc1
This brings in the multi-link streaming support and rst format
corrections. The changes are in linux-next for quite some time.

Please consider pull to receive:

The following changes since commit 8d6ccf5cebbc7ed1dee9986e36853a78dfb64084:

  soundwire: Fix acquiring bus lock twice during master release (2018-08-27 09:49:48 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.20-rc1

for you to fetch changes up to 502c00d9c3159e7dd3184b0e7c2cd0c0446d2546:

  Documentation: soundwire: fix stream.rst markup warnings (2018-09-17 09:12:36 -0700)

----------------------------------------------------------------
soundwire updates for 4.20-rc1

 - support for multi-link streaming
 - updates in intel driver for multi-link streaming
 - Update Vinod's email
 - Fix rst formatting

----------------------------------------------------------------
Randy Dunlap (1):
      Documentation: soundwire: fix stream.rst markup warnings

Sanyog Kale (2):
      Documentation: soundwire: Add documentation for multi link
      soundwire: Add support to lock across bus instances

Shreyas NC (5):
      soundwire: Initialize completion for defer messages
      soundwire: Add support for multi link bank switch
      soundwire: keep track of Masters in a stream
      soundwire: intel: Add pre/post bank switch ops
      soundwire: intel: Remove duplicate assignment

Vinod Koul (3):
      soundwire: Handle multiple master instances in a stream
      soundwire: intel: Fix uninitialized adev deref
      MAINTAINERS: Update Vinod's email

 Documentation/driver-api/soundwire/stream.rst |  36 ++
 MAINTAINERS                                   |   2 +-
 drivers/soundwire/bus.c                       |   6 +
 drivers/soundwire/bus.h                       |   4 +
 drivers/soundwire/intel.c                     |  68 +++-
 drivers/soundwire/intel_init.c                |   2 +-
 drivers/soundwire/stream.c                    | 488 +++++++++++++++++++-------
 include/linux/soundwire/sdw.h                 |  12 +-
 8 files changed, 482 insertions(+), 136 deletions(-)

-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: [GIT PULL] SoundWire updates for 4.20-rc1
  2018-10-02 14:23 [GIT PULL] SoundWire updates for 4.20-rc1 Vinod
@ 2018-10-02 16:38 ` Greg KH
  2018-10-02 18:38   ` Miguel Ojeda
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2018-10-02 16:38 UTC (permalink / raw)
  To: Vinod; +Cc: LKML, Pierre-Louis Bossart

On Tue, Oct 02, 2018 at 07:53:27PM +0530, Vinod wrote:
> Hey Greg,
> 
> Here are the SoundWire updates (again) for 4.20-rc1/5.0-rc1
> This brings in the multi-link streaming support and rst format
> corrections. The changes are in linux-next for quite some time.
> 
> Please consider pull to receive:
> 
> The following changes since commit 8d6ccf5cebbc7ed1dee9986e36853a78dfb64084:
> 
>   soundwire: Fix acquiring bus lock twice during master release (2018-08-27 09:49:48 +0530)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.20-rc1

Now pulled, thanks.

greg k-h

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

* Re: [GIT PULL] SoundWire updates for 4.20-rc1
  2018-10-02 16:38 ` Greg KH
@ 2018-10-02 18:38   ` Miguel Ojeda
  2018-10-02 18:44     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Miguel Ojeda @ 2018-10-02 18:38 UTC (permalink / raw)
  To: Greg KH; +Cc: vkoul, linux-kernel, pierre-louis.bossart

Hi Greg,

On Tue, Oct 2, 2018 at 8:20 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Oct 02, 2018 at 07:53:27PM +0530, Vinod wrote:
> > Hey Greg,
> >
> > Here are the SoundWire updates (again) for 4.20-rc1/5.0-rc1
> > This brings in the multi-link streaming support and rst format
> > corrections. The changes are in linux-next for quite some time.
> >
> > Please consider pull to receive:
> >
> > The following changes since commit 8d6ccf5cebbc7ed1dee9986e36853a78dfb64084:
> >
> >   soundwire: Fix acquiring bus lock twice during master release (2018-08-27 09:49:48 +0530)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.20-rc1
>
> Now pulled, thanks.
>
> greg k-h

Confused here -- pulled to where? 4.19 will still have rc7, no?

Thanks.

Cheers,
Miguel

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

* Re: [GIT PULL] SoundWire updates for 4.20-rc1
  2018-10-02 18:38   ` Miguel Ojeda
@ 2018-10-02 18:44     ` Greg KH
  2018-10-03 21:48       ` Miguel Ojeda
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2018-10-02 18:44 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: vkoul, linux-kernel, pierre-louis.bossart

On Tue, Oct 02, 2018 at 08:38:41PM +0200, Miguel Ojeda wrote:
> Hi Greg,
> 
> On Tue, Oct 2, 2018 at 8:20 PM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Tue, Oct 02, 2018 at 07:53:27PM +0530, Vinod wrote:
> > > Hey Greg,
> > >
> > > Here are the SoundWire updates (again) for 4.20-rc1/5.0-rc1
> > > This brings in the multi-link streaming support and rst format
> > > corrections. The changes are in linux-next for quite some time.
> > >
> > > Please consider pull to receive:
> > >
> > > The following changes since commit 8d6ccf5cebbc7ed1dee9986e36853a78dfb64084:
> > >
> > >   soundwire: Fix acquiring bus lock twice during master release (2018-08-27 09:49:48 +0530)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.20-rc1
> >
> > Now pulled, thanks.
> >
> > greg k-h
> 
> Confused here -- pulled to where? 4.19 will still have rc7, no?

Pulled to my char-misc-branch to be submitted to "mainline" once
4.19-final is out.

This has nothing to do with the 4.19-rc development process right now,
sorry for any potential confusion.

thanks,

greg k-h

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

* Re: [GIT PULL] SoundWire updates for 4.20-rc1
  2018-10-02 18:44     ` Greg KH
@ 2018-10-03 21:48       ` Miguel Ojeda
  0 siblings, 0 replies; 5+ messages in thread
From: Miguel Ojeda @ 2018-10-03 21:48 UTC (permalink / raw)
  To: Greg KH; +Cc: vkoul, linux-kernel, pierre-louis.bossart

Hi Greg,

On Tue, Oct 2, 2018 at 8:44 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Oct 02, 2018 at 08:38:41PM +0200, Miguel Ojeda wrote:
> > Hi Greg,
> >
> > On Tue, Oct 2, 2018 at 8:20 PM Greg KH <gregkh@linuxfoundation.org> wrote:
> > >
> > > On Tue, Oct 02, 2018 at 07:53:27PM +0530, Vinod wrote:
> > > > Hey Greg,
> > > >
> > > > Here are the SoundWire updates (again) for 4.20-rc1/5.0-rc1
> > > > This brings in the multi-link streaming support and rst format
> > > > corrections. The changes are in linux-next for quite some time.
> > > >
> > > > Please consider pull to receive:
> > > >
> > > > The following changes since commit 8d6ccf5cebbc7ed1dee9986e36853a78dfb64084:
> > > >
> > > >   soundwire: Fix acquiring bus lock twice during master release (2018-08-27 09:49:48 +0530)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.20-rc1
> > >
> > > Now pulled, thanks.
> > >
> > > greg k-h
> >
> > Confused here -- pulled to where? 4.19 will still have rc7, no?
>
> Pulled to my char-misc-branch to be submitted to "mainline" once
> 4.19-final is out.

Ah, alright! Sorry & thanks!

>
> This has nothing to do with the 4.19-rc development process right now,
> sorry for any potential confusion.

No problem! It was bound to happen now that you are Linus' alter ego ;-)

Cheers,
Miguel

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

end of thread, other threads:[~2018-10-03 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 14:23 [GIT PULL] SoundWire updates for 4.20-rc1 Vinod
2018-10-02 16:38 ` Greg KH
2018-10-02 18:38   ` Miguel Ojeda
2018-10-02 18:44     ` Greg KH
2018-10-03 21:48       ` Miguel Ojeda

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).