2023-09-25 01:05:23

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry

+ Arnd

On Tue, Aug 29, 2023 at 11:27:02AM +0200, Gregor Herburger wrote:
> Update file entries for TQ-Systems Layerscape modules.
>
> Signed-off-by: Gregor Herburger <[email protected]>
> ---
> MAINTAINERS | 2 ++

I do not have a branch for this file, so you may want to send the
change to Arnd directly.

Shawn

> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 38ea23fa1b00..c1e9a5415d30 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21788,9 +21788,11 @@ W: https://www.tq-group.com/en/products/tq-embedded/
> F: arch/arm/boot/dts/imx*mba*.dts*
> F: arch/arm/boot/dts/imx*tqma*.dts*
> F: arch/arm/boot/dts/mba*.dtsi
> +F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts*
> F: arch/arm64/boot/dts/freescale/imx*mba*.dts*
> F: arch/arm64/boot/dts/freescale/imx*tqma*.dts*
> F: arch/arm64/boot/dts/freescale/mba*.dtsi
> +F: arch/arm64/boot/dts/freescale/tqml*.dts*
> F: drivers/gpio/gpio-tqmx86.c
> F: drivers/mfd/tqmx86.c
> F: drivers/watchdog/tqmx86_wdt.c
>
> --
> 2.34.1
>


2023-09-25 07:03:18

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry

On Mon, Sep 25, 2023, at 03:04, Shawn Guo wrote:
> + Arnd
>
> On Tue, Aug 29, 2023 at 11:27:02AM +0200, Gregor Herburger wrote:
>> Update file entries for TQ-Systems Layerscape modules.
>>
>> Signed-off-by: Gregor Herburger <[email protected]>
>> ---
>
> I do not have a branch for this file, so you may want to send the
> change to Arnd directly.

The MAINTAINERS files can usually go into the same branch
as arch/arm/mach-*/ and arch/arm64/Kconfig changes. If you have
nothing for that, merging this one along with the corresponding
arch/arm64/boot/dts changes is also fine.

We used to have a separate branch just for the maintainer
file updates a long time ago, but they rarely cause conflicts.

Whichever way you end up doing it, please ensure that the person
sending the pull request or patch addresses it to:[email protected]
cc:[email protected] to make it end up in
patchwork, otherwise I'm more likely to miss it or expect that
I'll get it as part of the normal pull requests.

Arnd

2023-09-25 10:07:10

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry

On 25/09/2023 07:30, Arnd Bergmann wrote:
> On Mon, Sep 25, 2023, at 03:04, Shawn Guo wrote:
>> + Arnd
>>
>> On Tue, Aug 29, 2023 at 11:27:02AM +0200, Gregor Herburger wrote:
>>> Update file entries for TQ-Systems Layerscape modules.
>>>
>>> Signed-off-by: Gregor Herburger <[email protected]>
>>> ---
>>
>> I do not have a branch for this file, so you may want to send the
>> change to Arnd directly.
>
> The MAINTAINERS files can usually go into the same branch
> as arch/arm/mach-*/ and arch/arm64/Kconfig changes. If you have
> nothing for that, merging this one along with the corresponding
> arch/arm64/boot/dts changes is also fine.
>
> We used to have a separate branch just for the maintainer
> file updates a long time ago, but they rarely cause conflicts.
>
> Whichever way you end up doing it, please ensure that the person
> sending the pull request or patch addresses it to:[email protected]
> cc:[email protected] to make it end up in
> patchwork, otherwise I'm more likely to miss it or expect that
> I'll get it as part of the normal pull requests.

Plus, there is no really reason to split such trivial maintainer change
into separate commit.

Best regards,
Krzysztof