alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Request to pick up couple NVIDIA Tegra ASoC patches into 5.7 kernel
@ 2020-08-12 19:14 Dmitry Osipenko
  2020-08-13  0:08 ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Osipenko @ 2020-08-12 19:14 UTC (permalink / raw)
  To: Stable, Greg Kroah-Hartman, Sasha Levin, Sowjanya Komatineni,
	Thierry Reding, Jon Hunter, Erik Faye-Lund, Mark Brown
  Cc: linux-tegra, alsa-devel

Hello, stable-kernel maintainers!

Could you please cherry-pick these commits into the v5.7.x kernel?

commit 0de6db30ef79b391cedd749801a49c485d2daf4b
Author: Sowjanya Komatineni <skomatineni@nvidia.com>
Date:   Mon Jan 13 23:24:17 2020 -0800

    ASoC: tegra: Use device managed resource APIs to get the clock

commit 1e4e0bf136aa4b4aa59c1e6af19844bd6d807794
Author: Sowjanya Komatineni <skomatineni@nvidia.com>
Date:   Mon Jan 13 23:24:23 2020 -0800

    ASoC: tegra: Add audio mclk parent configuration

commit ff5d18cb04f4ecccbcf05b7f83ab6df2a0d95c16
Author: Sowjanya Komatineni <skomatineni@nvidia.com>
Date:   Mon Jan 13 23:24:24 2020 -0800

    ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init()

It will fix a huge warnings splat during of kernel boot on NVIDIA Tegra
SoCs. For some reason these patches haven't made into 5.7 when it was
released and several people complained about the warnings. Thanks in
advance!

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

* Re: Request to pick up couple NVIDIA Tegra ASoC patches into 5.7 kernel
  2020-08-12 19:14 Request to pick up couple NVIDIA Tegra ASoC patches into 5.7 kernel Dmitry Osipenko
@ 2020-08-13  0:08 ` Sasha Levin
  2020-08-13  0:24   ` Dmitry Osipenko
  2020-08-20  8:15   ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Sasha Levin @ 2020-08-13  0:08 UTC (permalink / raw)
  To: Dmitry Osipenko
  Cc: alsa-devel, Erik Faye-Lund, Greg Kroah-Hartman, Mark Brown,
	Stable, Jon Hunter, Thierry Reding, Sowjanya Komatineni,
	linux-tegra

On Wed, Aug 12, 2020 at 10:14:34PM +0300, Dmitry Osipenko wrote:
>Hello, stable-kernel maintainers!
>
>Could you please cherry-pick these commits into the v5.7.x kernel?
>
>commit 0de6db30ef79b391cedd749801a49c485d2daf4b
>Author: Sowjanya Komatineni <skomatineni@nvidia.com>
>Date:   Mon Jan 13 23:24:17 2020 -0800
>
>    ASoC: tegra: Use device managed resource APIs to get the clock
>
>commit 1e4e0bf136aa4b4aa59c1e6af19844bd6d807794
>Author: Sowjanya Komatineni <skomatineni@nvidia.com>
>Date:   Mon Jan 13 23:24:23 2020 -0800
>
>    ASoC: tegra: Add audio mclk parent configuration
>
>commit ff5d18cb04f4ecccbcf05b7f83ab6df2a0d95c16
>Author: Sowjanya Komatineni <skomatineni@nvidia.com>
>Date:   Mon Jan 13 23:24:24 2020 -0800
>
>    ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init()
>
>It will fix a huge warnings splat during of kernel boot on NVIDIA Tegra
>SoCs. For some reason these patches haven't made into 5.7 when it was
>released and several people complained about the warnings. Thanks in
>advance!

They never made it in because they don't have a stable tag, a fixes tag,
or do they sound like they fix a problem :)

Do you have a reference to the issue at hand here?

Either way, 5.7 is alive for only about 1 or 2 weeks, is anyone still
stuck on 5.7?

-- 
Thanks,
Sasha

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

* Re: Request to pick up couple NVIDIA Tegra ASoC patches into 5.7 kernel
  2020-08-13  0:08 ` Sasha Levin
@ 2020-08-13  0:24   ` Dmitry Osipenko
  2020-08-20  8:15   ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Dmitry Osipenko @ 2020-08-13  0:24 UTC (permalink / raw)
  To: Sasha Levin
  Cc: alsa-devel, Erik Faye-Lund, Greg Kroah-Hartman, Mark Brown,
	Stable, Jon Hunter, Thierry Reding, Sowjanya Komatineni,
	linux-tegra

13.08.2020 03:08, Sasha Levin пишет:
> On Wed, Aug 12, 2020 at 10:14:34PM +0300, Dmitry Osipenko wrote:
>> Hello, stable-kernel maintainers!
>>
>> Could you please cherry-pick these commits into the v5.7.x kernel?
>>
>> commit 0de6db30ef79b391cedd749801a49c485d2daf4b
>> Author: Sowjanya Komatineni <skomatineni@nvidia.com>
>> Date:   Mon Jan 13 23:24:17 2020 -0800
>>
>>    ASoC: tegra: Use device managed resource APIs to get the clock
>>
>> commit 1e4e0bf136aa4b4aa59c1e6af19844bd6d807794
>> Author: Sowjanya Komatineni <skomatineni@nvidia.com>
>> Date:   Mon Jan 13 23:24:23 2020 -0800
>>
>>    ASoC: tegra: Add audio mclk parent configuration
>>
>> commit ff5d18cb04f4ecccbcf05b7f83ab6df2a0d95c16
>> Author: Sowjanya Komatineni <skomatineni@nvidia.com>
>> Date:   Mon Jan 13 23:24:24 2020 -0800
>>
>>    ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init()
>>
>> It will fix a huge warnings splat during of kernel boot on NVIDIA Tegra
>> SoCs. For some reason these patches haven't made into 5.7 when it was
>> released and several people complained about the warnings. Thanks in
>> advance!
> 
> They never made it in because they don't have a stable tag, a fixes tag,
> or do they sound like they fix a problem :)
> 
> Do you have a reference to the issue at hand here?

https://lore.kernel.org/lkml/64b70163-05be-e4f9-2dbc-5088ac2a3af9@nvidia.com/

> Either way, 5.7 is alive for only about 1 or 2 weeks, is anyone still
> stuck on 5.7?
> 

I didn't know that 5.7 is about to die, let's not bother with it then.
Thanks!

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

* Re: Request to pick up couple NVIDIA Tegra ASoC patches into 5.7 kernel
  2020-08-13  0:08 ` Sasha Levin
  2020-08-13  0:24   ` Dmitry Osipenko
@ 2020-08-20  8:15   ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2020-08-20  8:15 UTC (permalink / raw)
  To: Sasha Levin
  Cc: alsa-devel, Erik Faye-Lund, Mark Brown, Stable, Jon Hunter,
	Thierry Reding, Sowjanya Komatineni, linux-tegra,
	Dmitry Osipenko

On Wed, Aug 12, 2020 at 08:08:00PM -0400, Sasha Levin wrote:
> On Wed, Aug 12, 2020 at 10:14:34PM +0300, Dmitry Osipenko wrote:
> > Hello, stable-kernel maintainers!
> > 
> > Could you please cherry-pick these commits into the v5.7.x kernel?
> > 
> > commit 0de6db30ef79b391cedd749801a49c485d2daf4b
> > Author: Sowjanya Komatineni <skomatineni@nvidia.com>
> > Date:   Mon Jan 13 23:24:17 2020 -0800
> > 
> >    ASoC: tegra: Use device managed resource APIs to get the clock
> > 
> > commit 1e4e0bf136aa4b4aa59c1e6af19844bd6d807794
> > Author: Sowjanya Komatineni <skomatineni@nvidia.com>
> > Date:   Mon Jan 13 23:24:23 2020 -0800
> > 
> >    ASoC: tegra: Add audio mclk parent configuration
> > 
> > commit ff5d18cb04f4ecccbcf05b7f83ab6df2a0d95c16
> > Author: Sowjanya Komatineni <skomatineni@nvidia.com>
> > Date:   Mon Jan 13 23:24:24 2020 -0800
> > 
> >    ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init()
> > 
> > It will fix a huge warnings splat during of kernel boot on NVIDIA Tegra
> > SoCs. For some reason these patches haven't made into 5.7 when it was
> > released and several people complained about the warnings. Thanks in
> > advance!
> 
> They never made it in because they don't have a stable tag, a fixes tag,
> or do they sound like they fix a problem :)
> 
> Do you have a reference to the issue at hand here?
> 
> Either way, 5.7 is alive for only about 1 or 2 weeks, is anyone still
> stuck on 5.7?

What's a few more patches :)

I've queued them up now, but people really should be moving to 5.8.y
now...

thanks,

gre gk-h

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

end of thread, other threads:[~2020-08-20  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 19:14 Request to pick up couple NVIDIA Tegra ASoC patches into 5.7 kernel Dmitry Osipenko
2020-08-13  0:08 ` Sasha Levin
2020-08-13  0:24   ` Dmitry Osipenko
2020-08-20  8:15   ` Greg Kroah-Hartman

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