public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the driver-core tree with the reset tree
@ 2024-06-24 17:35 Mark Brown
  2024-06-24 17:47 ` Greg KH
  2024-07-23 23:08 ` Stephen Rothwell
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2024-06-24 17:35 UTC (permalink / raw)
  To: Greg KH
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Philipp Zabel,
	Uwe Kleine-König

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

Hi all,

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

  drivers/reset/reset-meson-audio-arb.c

between commit:

  0e8b3bca280a7 ("reset: meson-audio-arb: Use devm_clk_get_enabled()")

from the reset tree and commit:

  b99e9c096148f ("reset: meson-audio-arb: Convert to platform remove callback returning void")

from the driver-core 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/reset/reset-meson-audio-arb.c
index 894ad9d37a665,8740f5f6abf80..0000000000000
--- a/drivers/reset/reset-meson-audio-arb.c
+++ b/drivers/reset/reset-meson-audio-arb.c

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

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

* Re: linux-next: manual merge of the driver-core tree with the reset tree
  2024-06-24 17:35 linux-next: manual merge of the driver-core tree with the reset tree Mark Brown
@ 2024-06-24 17:47 ` Greg KH
  2024-06-24 18:05   ` Mark Brown
  2024-07-23 23:08 ` Stephen Rothwell
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2024-06-24 17:47 UTC (permalink / raw)
  To: Mark Brown
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Philipp Zabel,
	Uwe Kleine-König

On Mon, Jun 24, 2024 at 06:35:57PM +0100, Mark Brown wrote:
> Hi all,
> 
> Today's linux-next merge of the driver-core tree got a conflict in:
> 
>   drivers/reset/reset-meson-audio-arb.c
> 
> between commit:
> 
>   0e8b3bca280a7 ("reset: meson-audio-arb: Use devm_clk_get_enabled()")
> 
> from the reset tree and commit:
> 
>   b99e9c096148f ("reset: meson-audio-arb: Convert to platform remove callback returning void")
> 
> from the driver-core 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/reset/reset-meson-audio-arb.c
> index 894ad9d37a665,8740f5f6abf80..0000000000000
> --- a/drivers/reset/reset-meson-audio-arb.c
> +++ b/drivers/reset/reset-meson-audio-arb.c



No diff for the conflict?

thanks,

greg k-h

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

* Re: linux-next: manual merge of the driver-core tree with the reset tree
  2024-06-24 17:47 ` Greg KH
@ 2024-06-24 18:05   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2024-06-24 18:05 UTC (permalink / raw)
  To: Greg KH
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Philipp Zabel,
	Uwe Kleine-König

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

On Mon, Jun 24, 2024 at 07:47:56PM +0200, Greg KH wrote:
> On Mon, Jun 24, 2024 at 06:35:57PM +0100, Mark Brown wrote:

> > diff --cc drivers/reset/reset-meson-audio-arb.c
> > index 894ad9d37a665,8740f5f6abf80..0000000000000
> > --- a/drivers/reset/reset-meson-audio-arb.c
> > +++ b/drivers/reset/reset-meson-audio-arb.c

> No diff for the conflict?

That's what happens when the merge winds up bringing in no changes.

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

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

* Re: linux-next: manual merge of the driver-core tree with the reset tree
  2024-06-24 17:35 linux-next: manual merge of the driver-core tree with the reset tree Mark Brown
  2024-06-24 17:47 ` Greg KH
@ 2024-07-23 23:08 ` Stephen Rothwell
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2024-07-23 23:08 UTC (permalink / raw)
  To: Greg KH
  Cc: Mark Brown, Linux Kernel Mailing List, Linux Next Mailing List,
	Philipp Zabel, Uwe Kleine-König

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

Hi Mark,

On Mon, 24 Jun 2024 18:35:57 +0100 Mark Brown <broonie@kernel.org> wrote:
>
> Today's linux-next merge of the driver-core tree got a conflict in:
> 
>   drivers/reset/reset-meson-audio-arb.c
> 
> between commit:
> 
>   0e8b3bca280a7 ("reset: meson-audio-arb: Use devm_clk_get_enabled()")
> 
> from the reset tree and commit:
> 
>   b99e9c096148f ("reset: meson-audio-arb: Convert to platform remove callback returning void")
> 
> from the driver-core 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/reset/reset-meson-audio-arb.c
> index 894ad9d37a665,8740f5f6abf80..0000000000000
> --- a/drivers/reset/reset-meson-audio-arb.c
> +++ b/drivers/reset/reset-meson-audio-arb.c

This is now a conflict between the driver-core tree and Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2024-07-23 23:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 17:35 linux-next: manual merge of the driver-core tree with the reset tree Mark Brown
2024-06-24 17:47 ` Greg KH
2024-06-24 18:05   ` Mark Brown
2024-07-23 23:08 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox