Linux-Next discussions
 help / color / mirror / Atom feed
* linux-next: manual merge of the device-id tree with the gpio tree
@ 2026-07-01 14:35 Mark Brown
  2026-07-01 14:58 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-07-01 14:35 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Bartosz Golaszewski, Linux Kernel Mailing List,
	Linux Next Mailing List, Viacheslav Bocharov

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

Hi all,

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

  drivers/gpio/gpio-shared-proxy.c

between commit:

  163ba8782d521 ("Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)")

from the device-id tree and commit:

  efecde8a254d1 ("gpio: shared-proxy: always serialize with a sleeping mutex")

from the device-id 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/gpio/gpio-shared-proxy.c
index 10ca2ef77ef34,d3625b8d0ced2..0000000000000
--- a/drivers/gpio/gpio-shared-proxy.c
+++ b/drivers/gpio/gpio-shared-proxy.c
@@@ -9,10 -9,7 +9,9 @@@
  #include <linux/err.h>
  #include <linux/gpio/consumer.h>
  #include <linux/gpio/driver.h>
 +#include <linux/lockdep.h>
- #include <linux/mod_devicetable.h>
  #include <linux/module.h>
 +#include <linux/mutex.h>
  #include <linux/string_choices.h>
  #include <linux/types.h>
  

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

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

* Re: linux-next: manual merge of the device-id tree with the gpio tree
  2026-07-01 14:35 linux-next: manual merge of the device-id tree with the gpio tree Mark Brown
@ 2026-07-01 14:58 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2026-07-01 14:58 UTC (permalink / raw)
  To: Mark Brown, Bartosz Golaszewski
  Cc: Linux Kernel Mailing List, Linux Next Mailing List,
	Viacheslav Bocharov

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

Hello Mark, hello Bartosz,

On Wed, Jul 01, 2026 at 03:35:29PM +0100, Mark Brown wrote:
> Today's linux-next merge of the device-id tree got a conflict in:
> 
>   drivers/gpio/gpio-shared-proxy.c
> 
> between commit:
> 
>   163ba8782d521 ("Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)")
> 
> from the device-id tree and commit:
> 
>   efecde8a254d1 ("gpio: shared-proxy: always serialize with a sleeping mutex")
> 
> from the device-id 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/gpio/gpio-shared-proxy.c
> index 10ca2ef77ef34,d3625b8d0ced2..0000000000000
> --- a/drivers/gpio/gpio-shared-proxy.c
> +++ b/drivers/gpio/gpio-shared-proxy.c
> @@@ -9,10 -9,7 +9,9 @@@
>   #include <linux/err.h>
>   #include <linux/gpio/consumer.h>
>   #include <linux/gpio/driver.h>
>  +#include <linux/lockdep.h>
> - #include <linux/mod_devicetable.h>
>   #include <linux/module.h>
>  +#include <linux/mutex.h>
>   #include <linux/string_choices.h>
>   #include <linux/types.h>

thanks to Mark for the notification, the merge resolution looks right.

Bartosz, I intend to send the changes that are currently in the
device-id branch to Linus for 7.2-rc2. So it's probably on you to notify
Linus about the merge conflict. (Or you rebase on 7.2-rc2 until then.)

Best regards
Uwe

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

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

end of thread, other threads:[~2026-07-01 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 14:35 linux-next: manual merge of the device-id tree with the gpio tree Mark Brown
2026-07-01 14:58 ` Uwe Kleine-König

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