All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] soundwire updates for v4.19-rc1
@ 2018-08-08 16:28 Vinod
  2018-09-12  7:29 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod @ 2018-08-08 16:28 UTC (permalink / raw)
  To: Greg KH; +Cc: LKML, Pierre-Louis Bossart

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

Hey Greg,

Please PULL to receive the soundwire update for v4.19-rc1 with a signed
tag as you requested last time and the norm :-)

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 14b0c44af4e980f6aaa6f06cc9d50973425e7432:

  soundwire: intel: Remove duplicate assignment (2018-08-07 21:53:40 +0530)

----------------------------------------------------------------
soundwire updates for 4.19-rc1

 - support for multi-link streaming
 - fixes in intel driver and core
 - Update Vinod's email

----------------------------------------------------------------
Sanyog Kale (3):
      soundwire: Fix acquiring bus lock twice during master release
      Documentation: soundwire: Add documentation for multi link
      soundwire: Add support to lock across bus instances

Shreyas NC (7):
      soundwire: Fix duplicate stream state assignment
      soundwire: Fix incorrect exit after configuring stream
      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 |  28 ++
 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                    | 511 +++++++++++++++++++-------
 include/linux/soundwire/sdw.h                 |  12 +-
 8 files changed, 491 insertions(+), 142 deletions(-)
-- 
~Vinod

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

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

* Re: [GIT PULL] soundwire updates for v4.19-rc1
  2018-08-08 16:28 [GIT PULL] soundwire updates for v4.19-rc1 Vinod
@ 2018-09-12  7:29 ` Greg KH
  2018-09-12  9:22   ` Vinod
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-09-12  7:29 UTC (permalink / raw)
  To: Vinod; +Cc: LKML, Pierre-Louis Bossart

On Wed, Aug 08, 2018 at 09:58:50PM +0530, Vinod wrote:
> Hey Greg,
> 
> Please PULL to receive the soundwire update for v4.19-rc1 with a signed
> tag as you requested last time and the norm :-)
> 
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.19-rc1

It's too late for all of these patches to go into 4.19-final.  Can you
split this up into two sets of patches?  One for bugfixes to get into
4.19-final and one for new features for 4.20-rc1?

thanks,

greg k-h

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

* Re: [GIT PULL] soundwire updates for v4.19-rc1
  2018-09-12  7:29 ` Greg KH
@ 2018-09-12  9:22   ` Vinod
  2018-09-12 18:19     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod @ 2018-09-12  9:22 UTC (permalink / raw)
  To: Greg KH; +Cc: LKML, Pierre-Louis Bossart

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

On 12-09-18, 09:29, Greg KH wrote:
> On Wed, Aug 08, 2018 at 09:58:50PM +0530, Vinod wrote:
> > Hey Greg,
> > 
> > Please PULL to receive the soundwire update for v4.19-rc1 with a signed
> > tag as you requested last time and the norm :-)
> > 
> > The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> > 
> >   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.19-rc1
> 
> It's too late for all of these patches to go into 4.19-final.  Can you
> split this up into two sets of patches?  One for bugfixes to get into
> 4.19-final and one for new features for 4.20-rc1?

Yeah to be fair these were posted a bit late as well. I have already
rebased these on top of 4.19-rc1 and had them included in the linux-next
as well.

I will send fixes tag now. Would -rc6 be apt time for 4.20-rc1
inclusions?

Thanks
-- 
~Vinod

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

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

* Re: [GIT PULL] soundwire updates for v4.19-rc1
  2018-09-12  9:22   ` Vinod
@ 2018-09-12 18:19     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-09-12 18:19 UTC (permalink / raw)
  To: Vinod; +Cc: LKML, Pierre-Louis Bossart

On Wed, Sep 12, 2018 at 02:52:33PM +0530, Vinod wrote:
> On 12-09-18, 09:29, Greg KH wrote:
> > On Wed, Aug 08, 2018 at 09:58:50PM +0530, Vinod wrote:
> > > Hey Greg,
> > > 
> > > Please PULL to receive the soundwire update for v4.19-rc1 with a signed
> > > tag as you requested last time and the norm :-)
> > > 
> > > The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> > > 
> > >   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.19-rc1
> > 
> > It's too late for all of these patches to go into 4.19-final.  Can you
> > split this up into two sets of patches?  One for bugfixes to get into
> > 4.19-final and one for new features for 4.20-rc1?
> 
> Yeah to be fair these were posted a bit late as well. I have already
> rebased these on top of 4.19-rc1 and had them included in the linux-next
> as well.
> 
> I will send fixes tag now. Would -rc6 be apt time for 4.20-rc1
> inclusions?

Yes, that's fine, but you can always send things sooner if you have
them.

thanks,

greg k-h

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

end of thread, other threads:[~2018-09-12 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-08 16:28 [GIT PULL] soundwire updates for v4.19-rc1 Vinod
2018-09-12  7:29 ` Greg KH
2018-09-12  9:22   ` Vinod
2018-09-12 18:19     ` Greg KH

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.