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

Gregor Herburger posted 6 patches 2 years, 3 months ago
There is a newer version of this series
[PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry
Posted by Gregor Herburger 2 years, 3 months ago
Update file entries for TQ-Systems Layerscape modules.

Signed-off-by: Gregor Herburger <gregor.herburger@ew.tq-group.com>
---
 MAINTAINERS | 2 ++
 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
Re: [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry
Posted by Shawn Guo 2 years, 2 months ago
+ 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 <gregor.herburger@ew.tq-group.com>
> ---
>  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
>
Re: [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry
Posted by Arnd Bergmann 2 years, 2 months ago
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 <gregor.herburger@ew.tq-group.com>
>> ---
>
> 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:soc@kernel.org
cc:linux-arm-kernel@lists.infradead.org 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
Re: [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry
Posted by Krzysztof Kozlowski 2 years, 2 months ago
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 <gregor.herburger@ew.tq-group.com>
>>> ---
>>
>> 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:soc@kernel.org
> cc:linux-arm-kernel@lists.infradead.org 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