* linux-next: manual merge of the device-id tree with the iio tree
@ 2026-07-02 17:43 Mark Brown
2026-07-02 18:39 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-07-02 17:43 UTC (permalink / raw)
To: Uwe Kleine-König
Cc: Jonathan Cameron, Linux Kernel Mailing List,
Linux Next Mailing List, Miao Li, Uwe Kleine-König
[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]
Hi all,
Today's linux-next merge of the device-id tree got a conflict in:
drivers/iio/accel/stk8ba50.c
between commit:
e8de771d80a3a ("iio: accel: stk8ba50: Update includes to match IWYU")
from the iio tree and commit:
80f98bb4f07ea ("Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)")
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/iio/accel/stk8ba50.c
index 4bacc007897ae,d0c53b8ac850a..0000000000000
--- a/drivers/iio/accel/stk8ba50.c
+++ b/drivers/iio/accel/stk8ba50.c
@@@ -7,19 -7,11 +7,18 @@@
* STK8BA50 7-bit I2C address: 0x18.
*/
+#include <linux/array_size.h>
+#include <linux/bitops.h>
+#include <linux/dev_printk.h>
+#include <linux/errno.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
-#include <linux/kernel.h>
#include <linux/module.h>
- #include <linux/mod_devicetable.h>
+#include <linux/mutex.h>
+#include <linux/pm.h>
+#include <linux/sysfs.h>
#include <linux/types.h>
+
#include <linux/iio/buffer.h>
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.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 iio tree
2026-07-02 17:43 linux-next: manual merge of the device-id tree with the iio tree Mark Brown
@ 2026-07-02 18:39 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2026-07-02 18:39 UTC (permalink / raw)
To: Mark Brown
Cc: Uwe Kleine-König, Linux Kernel Mailing List,
Linux Next Mailing List, Miao Li, Uwe Kleine-König
On Thu, 2 Jul 2026 18:43:32 +0100
Mark Brown <broonie@kernel.org> wrote:
> Hi all,
>
> Today's linux-next merge of the device-id tree got a conflict in:
>
> drivers/iio/accel/stk8ba50.c
>
> between commit:
>
> e8de771d80a3a ("iio: accel: stk8ba50: Update includes to match IWYU")
>
> from the iio tree and commit:
>
> 80f98bb4f07ea ("Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)")
>
> 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.
Thanks. That header drop patch is likely to cause quite a lot of context
and minor merge conflicts. I guess that'll resolve if anyone affected
merges in rc2 once available.
Jonathan
>
> diff --cc drivers/iio/accel/stk8ba50.c
> index 4bacc007897ae,d0c53b8ac850a..0000000000000
> --- a/drivers/iio/accel/stk8ba50.c
> +++ b/drivers/iio/accel/stk8ba50.c
> @@@ -7,19 -7,11 +7,18 @@@
> * STK8BA50 7-bit I2C address: 0x18.
> */
>
> +#include <linux/array_size.h>
> +#include <linux/bitops.h>
> +#include <linux/dev_printk.h>
> +#include <linux/errno.h>
> #include <linux/i2c.h>
> #include <linux/interrupt.h>
> -#include <linux/kernel.h>
> #include <linux/module.h>
> - #include <linux/mod_devicetable.h>
> +#include <linux/mutex.h>
> +#include <linux/pm.h>
> +#include <linux/sysfs.h>
> #include <linux/types.h>
> +
> #include <linux/iio/buffer.h>
> #include <linux/iio/iio.h>
> #include <linux/iio/sysfs.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-02 18:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 17:43 linux-next: manual merge of the device-id tree with the iio tree Mark Brown
2026-07-02 18:39 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox