All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the soundwire tree with the sound-asoc tree
@ 2022-07-07  5:28 Stephen Rothwell
  2022-07-18  8:29 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2022-07-07  5:28 UTC (permalink / raw)
  To: Vinod Koul, Mark Brown, Liam Girdwood
  Cc: Charles Keepax, Linux Kernel Mailing List,
	Linux Next Mailing List, Pierre-Louis Bossart

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

Hi all,

Today's linux-next merge of the soundwire tree got a conflict in:

  drivers/soundwire/intel.c

between commit:

  ca68202098a4 ("soundwire: intel: Migrate to new style legacy DAI naming flag")

from the sound-asoc tree and commit:

  3e9c9f90573f ("soundwire: intel: use pm_runtime_resume() on component probe")

from the soundwire tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/soundwire/intel.c
index 0268fa527c0c,95ce292994cc..000000000000
--- a/drivers/soundwire/intel.c
+++ b/drivers/soundwire/intel.c
@@@ -1097,9 -1114,9 +1114,10 @@@ static const struct snd_soc_dai_ops int
  };
  
  static const struct snd_soc_component_driver dai_component = {
 -	.name           = "soundwire",
 -	.probe		= intel_component_probe,
 -	.suspend	= intel_component_dais_suspend
 +	.name			= "soundwire",
++	.probe			= intel_component_probe,
 +	.suspend		= intel_component_dais_suspend,
 +	.legacy_dai_naming	= 1,
  };
  
  static int intel_create_dai(struct sdw_cdns *cdns,

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: manual merge of the soundwire tree with the sound-asoc tree
  2022-07-07  5:28 linux-next: manual merge of the soundwire tree with the sound-asoc tree Stephen Rothwell
@ 2022-07-18  8:29 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2022-07-18  8:29 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann, Takashi Iwai
  Cc: Vinod Koul, Mark Brown, Liam Girdwood, Charles Keepax,
	Linux Kernel Mailing List, Linux Next Mailing List,
	Pierre-Louis Bossart

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

Hi all,

On Thu, 7 Jul 2022 15:28:31 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> 
> Today's linux-next merge of the soundwire tree got a conflict in:
> 
>   drivers/soundwire/intel.c
> 
> between commit:
> 
>   ca68202098a4 ("soundwire: intel: Migrate to new style legacy DAI naming flag")
> 
> from the sound-asoc tree and commit:
> 
>   3e9c9f90573f ("soundwire: intel: use pm_runtime_resume() on component probe")
> 
> from the soundwire tree.
> 
> I fixed it up (see below) and can carry the fix as necessary. This
> is now fixed as far as linux-next is concerned, but any non trivial
> conflicts should be mentioned to your upstream maintainer when your tree
> is submitted for merging.  You may also want to consider cooperating
> with the maintainer of the conflicting tree to minimise any particularly
> complex conflicts.
> 
> 
> diff --cc drivers/soundwire/intel.c
> index 0268fa527c0c,95ce292994cc..000000000000
> --- a/drivers/soundwire/intel.c
> +++ b/drivers/soundwire/intel.c
> @@@ -1097,9 -1114,9 +1114,10 @@@ static const struct snd_soc_dai_ops int
>   };
>   
>   static const struct snd_soc_component_driver dai_component = {
>  -	.name           = "soundwire",
>  -	.probe		= intel_component_probe,
>  -	.suspend	= intel_component_dais_suspend
>  +	.name			= "soundwire",
> ++	.probe			= intel_component_probe,
>  +	.suspend		= intel_component_dais_suspend,
>  +	.legacy_dai_naming	= 1,
>   };
>   
>   static int intel_create_dai(struct sdw_cdns *cdns,

This is now a conflict between the char-misc tree and the sound tree.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2022-07-18  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07  5:28 linux-next: manual merge of the soundwire tree with the sound-asoc tree Stephen Rothwell
2022-07-18  8:29 ` Stephen Rothwell

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.