* linux-next: manual merge of the hwmon-staging tree with the i2c tree
@ 2023-02-19 22:07 Stephen Rothwell
2023-02-22 23:30 ` Stephen Rothwell
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2023-02-19 22:07 UTC (permalink / raw)
To: Guenter Roeck, Wolfram Sang
Cc: Linux Kernel Mailing List, Linux Next Mailing List, Nick Hawkins,
Wolfram Sang
[-- Attachment #1: Type: text/plain, Size: 1616 bytes --]
Hi all,
Today's linux-next merge of the hwmon-staging tree got a conflict in:
MAINTAINERS
between commit:
e8444bb9fd77 ("MAINTAINERS: Add HPE GXP I2C Support")
from the i2c tree and commit:
d5f80ff774d1 ("MAINTAINERS: add gxp fan controller and documents")
from the hwmon-staging 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 MAINTAINERS
index a58c22a7adc8,98e16168d6e9..000000000000
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@@ -2232,15 -2280,16 +2232,18 @@@ ARM/HPE GXP ARCHITECTUR
M: Jean-Marie Verdun <verdun@hpe.com>
M: Nick Hawkins <nick.hawkins@hpe.com>
S: Maintained
+ F: Documentation/hwmon/gxp-fan-ctrl.rst
F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
+ F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
+F: Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml
F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
F: arch/arm/boot/dts/hpe-bmc*
F: arch/arm/boot/dts/hpe-gxp*
F: arch/arm/mach-hpe/
F: drivers/clocksource/timer-gxp.c
+ F: drivers/hwmon/gxp-fan-ctrl.c
+F: drivers/i2c/busses/i2c-gxp.c
F: drivers/spi/spi-gxp.c
F: drivers/watchdog/gxp-wdt.c
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: linux-next: manual merge of the hwmon-staging tree with the i2c tree
2023-02-19 22:07 linux-next: manual merge of the hwmon-staging tree with the i2c tree Stephen Rothwell
@ 2023-02-22 23:30 ` Stephen Rothwell
2023-02-22 23:43 ` Guenter Roeck
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2023-02-22 23:30 UTC (permalink / raw)
To: Wolfram Sang
Cc: Guenter Roeck, Linux Kernel Mailing List, Linux Next Mailing List,
Nick Hawkins, Wolfram Sang
[-- Attachment #1: Type: text/plain, Size: 1897 bytes --]
Hi all,
On Mon, 20 Feb 2023 09:07:24 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the hwmon-staging tree got a conflict in:
>
> MAINTAINERS
>
> between commit:
>
> e8444bb9fd77 ("MAINTAINERS: Add HPE GXP I2C Support")
>
> from the i2c tree and commit:
>
> d5f80ff774d1 ("MAINTAINERS: add gxp fan controller and documents")
>
> from the hwmon-staging 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 MAINTAINERS
> index a58c22a7adc8,98e16168d6e9..000000000000
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@@ -2232,15 -2280,16 +2232,18 @@@ ARM/HPE GXP ARCHITECTUR
> M: Jean-Marie Verdun <verdun@hpe.com>
> M: Nick Hawkins <nick.hawkins@hpe.com>
> S: Maintained
> + F: Documentation/hwmon/gxp-fan-ctrl.rst
> F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
> + F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
> +F: Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
> F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml
> F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
> F: arch/arm/boot/dts/hpe-bmc*
> F: arch/arm/boot/dts/hpe-gxp*
> F: arch/arm/mach-hpe/
> F: drivers/clocksource/timer-gxp.c
> + F: drivers/hwmon/gxp-fan-ctrl.c
> +F: drivers/i2c/busses/i2c-gxp.c
> F: drivers/spi/spi-gxp.c
> F: drivers/watchdog/gxp-wdt.c
>
This is now a conflict between the i2c tree and Linus' tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: linux-next: manual merge of the hwmon-staging tree with the i2c tree
2023-02-22 23:30 ` Stephen Rothwell
@ 2023-02-22 23:43 ` Guenter Roeck
0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2023-02-22 23:43 UTC (permalink / raw)
To: Stephen Rothwell, Wolfram Sang
Cc: Linux Kernel Mailing List, Linux Next Mailing List, Nick Hawkins,
Wolfram Sang
On 2/22/23 15:30, Stephen Rothwell wrote:
> Hi all,
>
> On Mon, 20 Feb 2023 09:07:24 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>
>> Today's linux-next merge of the hwmon-staging tree got a conflict in:
>>
>> MAINTAINERS
>>
>> between commit:
>>
>> e8444bb9fd77 ("MAINTAINERS: Add HPE GXP I2C Support")
>>
>> from the i2c tree and commit:
>>
>> d5f80ff774d1 ("MAINTAINERS: add gxp fan controller and documents")
>>
>> from the hwmon-staging 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 MAINTAINERS
>> index a58c22a7adc8,98e16168d6e9..000000000000
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@@ -2232,15 -2280,16 +2232,18 @@@ ARM/HPE GXP ARCHITECTUR
>> M: Jean-Marie Verdun <verdun@hpe.com>
>> M: Nick Hawkins <nick.hawkins@hpe.com>
>> S: Maintained
>> + F: Documentation/hwmon/gxp-fan-ctrl.rst
>> F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml
>> + F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
>> +F: Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
>> F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml
>> F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
>> F: arch/arm/boot/dts/hpe-bmc*
>> F: arch/arm/boot/dts/hpe-gxp*
>> F: arch/arm/mach-hpe/
>> F: drivers/clocksource/timer-gxp.c
>> + F: drivers/hwmon/gxp-fan-ctrl.c
>> +F: drivers/i2c/busses/i2c-gxp.c
>> F: drivers/spi/spi-gxp.c
>> F: drivers/watchdog/gxp-wdt.c
>>
>
> This is now a conflict between the i2c tree and Linus' tree.
>
I mentioned the potential conflict in my pull request, so Linus should
be aware of it when he applies the i2c changes.
Guenter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-22 23:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-19 22:07 linux-next: manual merge of the hwmon-staging tree with the i2c tree Stephen Rothwell
2023-02-22 23:30 ` Stephen Rothwell
2023-02-22 23:43 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox