* [GIT PULL] soundwire updates for v5.2-rc1
@ 2019-04-29 11:28 Vinod Koul
2019-04-29 11:43 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2019-04-29 11:28 UTC (permalink / raw)
To: Greg KH; +Cc: alsa-devel, Pierre-Louis Bossart
[-- Attachment #1.1: Type: text/plain, Size: 1453 bytes --]
Hey Greg,
Please PULL to receive updates to soundwire subsystem
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1
for you to fetch changes up to 4abbd783d126cabfc20d1b8d50b1d5026b5cba09:
soundwire: intel: fix implicit header use of module.h/export.h (2019-04-14 15:52:50 +0530)
----------------------------------------------------------------
soundwire updates for v5.2-rc1
This round saw interest from Intel, Linaro and Cadence in
Soundwire. More patches are in pipeline (maybe next cycle)
- removal of useless initialzation in core
- couple of header and kcalloc inversion fixes on Intel driver
----------------------------------------------------------------
Paul Gortmaker (1):
soundwire: intel: fix implicit header use of module.h/export.h
Pierre-Louis Bossart (3):
soundwire: intel: fix inversion in devm_kcalloc parameters
soundwire: remove useless initializations
soundwire: stream: remove useless initialization of local variable
drivers/soundwire/bus.c | 2 --
drivers/soundwire/intel.c | 5 +++--
drivers/soundwire/intel_init.c | 2 ++
drivers/soundwire/stream.c | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
Thanks
--
~Vinod
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] soundwire updates for v5.2-rc1
2019-04-29 11:28 [GIT PULL] soundwire updates for v5.2-rc1 Vinod Koul
@ 2019-04-29 11:43 ` Greg KH
2019-04-29 11:46 ` Vinod Koul
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2019-04-29 11:43 UTC (permalink / raw)
To: Vinod Koul; +Cc: alsa-devel, Pierre-Louis Bossart
On Mon, Apr 29, 2019 at 04:58:29PM +0530, Vinod Koul wrote:
> Hey Greg,
>
> Please PULL to receive updates to soundwire subsystem
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
> Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1
Pulled and pushed out, thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] soundwire updates for v5.2-rc1
2019-04-29 11:43 ` Greg KH
@ 2019-04-29 11:46 ` Vinod Koul
2019-04-29 12:53 ` Pierre-Louis Bossart
0 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2019-04-29 11:46 UTC (permalink / raw)
To: Greg KH; +Cc: alsa-devel, Pierre-Louis Bossart
On 29-04-19, 13:43, Greg KH wrote:
> On Mon, Apr 29, 2019 at 04:58:29PM +0530, Vinod Koul wrote:
> > Hey Greg,
> >
> > Please PULL to receive updates to soundwire subsystem
> >
> > The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
> >
> > Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> >
> > are available in the Git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1
>
> Pulled and pushed out, thanks,
That was fast :)
Thanks
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] soundwire updates for v5.2-rc1
2019-04-29 11:46 ` Vinod Koul
@ 2019-04-29 12:53 ` Pierre-Louis Bossart
2019-04-30 8:42 ` Vinod Koul
0 siblings, 1 reply; 5+ messages in thread
From: Pierre-Louis Bossart @ 2019-04-29 12:53 UTC (permalink / raw)
To: Vinod Koul, Greg KH; +Cc: alsa-devel
On 4/29/19 6:46 AM, Vinod Koul wrote:
> On 29-04-19, 13:43, Greg KH wrote:
>> On Mon, Apr 29, 2019 at 04:58:29PM +0530, Vinod Koul wrote:
>>> Hey Greg,
>>>
>>> Please PULL to receive updates to soundwire subsystem
>>>
>>> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>>>
>>> Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>>>
>>> are available in the Git repository at:
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1
>>
>> Pulled and pushed out, thanks,
>
> That was fast :)
Vinod, is there any reason why you didn't take the rest of my clean-up
patches? The feedback you provided wasn't really relevant (patches do
apply and alignment is fine) and you didn't reply to my questions.
That's not 'fast'. If we start having such delays with trivial patches,
I can only imagine how well this is going to work with the rest of the
patches I am cooking...
Regards
-Pierre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] soundwire updates for v5.2-rc1
2019-04-29 12:53 ` Pierre-Louis Bossart
@ 2019-04-30 8:42 ` Vinod Koul
0 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2019-04-30 8:42 UTC (permalink / raw)
To: Pierre-Louis Bossart; +Cc: Greg KH, alsa-devel
On 29-04-19, 07:53, Pierre-Louis Bossart wrote:
> On 4/29/19 6:46 AM, Vinod Koul wrote:
> > On 29-04-19, 13:43, Greg KH wrote:
> > > On Mon, Apr 29, 2019 at 04:58:29PM +0530, Vinod Koul wrote:
> > > > Hey Greg,
> > > >
> > > > Please PULL to receive updates to soundwire subsystem
> > > >
> > > > The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
> > > >
> > > > Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1
> > >
> > > Pulled and pushed out, thanks,
> >
> > That was fast :)
>
> Vinod, is there any reason why you didn't take the rest of my clean-up
> patches? The feedback you provided wasn't really relevant (patches do apply
> and alignment is fine) and you didn't reply to my questions.
Sorry I though base don comments a v2 was coming, I will recheck and see
if there is anything pending from my side. Nevertheless whats gets into
a PULL request is frozen some days back, even if I had applied
afterwards chances are that it wont have gone into this one. But hey
there is always next one...
> That's not
> 'fast'. If we start having such delays with trivial patches, I can only
> imagine how well this is going to work with the rest of the patches I am
> cooking...
I never claim to be as fast as Greg :) But delays will be there, without
seeing rest of the patches I cant comment. But yes you can make it easy
for people to review which ensures they get done faster
Anyway lets discuss those points in relevant threads.
Thanks
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-04-30 9:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29 11:28 [GIT PULL] soundwire updates for v5.2-rc1 Vinod Koul
2019-04-29 11:43 ` Greg KH
2019-04-29 11:46 ` Vinod Koul
2019-04-29 12:53 ` Pierre-Louis Bossart
2019-04-30 8:42 ` Vinod Koul
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.