All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Cc: Ansuel Smith <ansuelsmth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-actions@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org,
	linux-amlogic@lists.infradead.org, linux-arm-kernel@axis.com,
	linux-aspeed@lists.ozlabs.org,
	linux-rpi-kernel@lists.infradead.org,
	chrome-platform@lists.linux.dev,
	linux-renesas-soc@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	kernel@dh-electronics.com, linux-mediatek@lists.infradead.org,
	openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org,
	linux-oxnas@groups.io, linux-arm-msm@vger.kernel.org,
	linux-unisoc@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-realtek-soc@lists.infradead.org
Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neuschäfer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Cc: Ansuel Smith <ansuelsmth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-actions@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org,
	linux-amlogic@lists.infradead.org, linux-arm-kernel@axis.com,
	linux-aspeed@lists.ozlabs.org,
	linux-rpi-kernel@lists.infradead.org,
	chrome-platform@lists.linux.dev,
	linux-renesas-soc@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	kernel@dh-electronics.com, linux-mediatek@lists.infradead.org,
	openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org,
	linux-oxnas@groups.io, linux-arm-msm@vger.kernel.org,
	linux-unisoc@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-realtek-soc@lists.infradead.org
Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neuschäfer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neusch?fer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Cc: Ansuel Smith <ansuelsmth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-actions@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org,
	linux-amlogic@lists.infradead.org, linux-arm-kernel@axis.com,
	linux-aspeed@lists.ozlabs.org,
	linux-rpi-kernel@lists.infradead.org,
	chrome-platform@lists.linux.dev,
	linux-renesas-soc@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	kernel@dh-electronics.com, linux-mediatek@lists.infradead.org,
	openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org,
	linux-oxnas@groups.io, linux-arm-msm@vger.kernel.org,
	linux-unisoc@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-realtek-soc@lists.infradead.org
Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neuschäfer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Cc: Ansuel Smith <ansuelsmth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-actions@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org,
	linux-amlogic@lists.infradead.org, linux-arm-kernel@axis.com,
	linux-aspeed@lists.ozlabs.org,
	linux-rpi-kernel@lists.infradead.org,
	chrome-platform@lists.linux.dev,
	linux-renesas-soc@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	kernel@dh-electronics.com, linux-mediatek@lists.infradead.org,
	openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org,
	linux-oxnas@groups.io, linux-arm-msm@vger.kernel.org,
	linux-unisoc@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-realtek-soc@lists.infradead.org
Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neuschäfer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Cc: linux-aspeed@lists.ozlabs.org,
	linux-realtek-soc@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	chrome-platform@lists.linux.dev,
	linux-samsung-soc@vger.kernel.org, openbmc@lists.ozlabs.org,
	linux-arm-kernel@axis.com, linux-rockchip@lists.infradead.org,
	linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, linux-actions@lists.infradead.org,
	linux-unisoc@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	linux-mediatek@lists.infradead.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-amlogic@lists.infradead.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Ansuel Smith <ansuelsmth@gmail.com>,
	linux-renesas-soc@vger.kernel.org, kernel@dh-electronics.com,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-oxnas@groups.io
Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neuschäfer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Cc: Ansuel Smith <ansuelsmth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-actions@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org,
	linux-amlogic@lists.infradead.org, linux-arm-kernel@axis.com,
	linux-aspeed@lists.ozlabs.org,
	linux-rpi-kernel@lists.infradead.org,
	chrome-platform@lists.linux.dev,
	linux-renesas-soc@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	kernel@dh-electronics.com, linux-mediatek@lists.infradead.org,
	openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org,
	linux-oxnas@groups.io, linux-arm-msm@vger.kernel.org,
	linux-unisoc@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-realtek-soc@lists.infradead.org
Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory
Date: Tue, 29 Mar 2022 11:19:30 +0200	[thread overview]
Message-ID: <YkLPIgwClJAUc1Uf@piout.net> (raw)
In-Reply-To: <YkG2RPrtPaBNXb7a@latitude>

Hi,

On 28/03/2022 15:21:08+0200, Jonathan Neuschäfer wrote:
> On Mon, Mar 28, 2022 at 02:09:14AM +0200, Ansuel Smith wrote:
> >  create mode 100644 arch/arm/boot/dts/freescale/Makefile
> 
> Freescale has been part of NXP for a while, so it might make sense to
> merge the freescale and nxp directories. I can't speak for
> NXP-the-company, so that's just my view as a bystander.
> 

Maybe we should wait for the market consolidation to end so we can put
all the files in a single subfolder?

this would save us from all the bikeshedding ;)

> >  create mode 100644 arch/arm/boot/dts/kirkwood/Makefile
> 
> The Kirkwood family should probably be sorted into Marvell.
> 
> >  create mode 100644 arch/arm/boot/dts/layerscape/Makefile
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-moxa-uc-8410a.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-qds.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-tsn.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a-twr.dts (100%)
> >  rename arch/arm/boot/dts/{ => layerscape}/ls1021a.dtsi (100%)
> 
> The Layerscape family is part of Freescale/NXP.
> 
> >  create mode 120000 arch/arm/boot/dts/nxp/armv7-m.dtsi
> 
> armv7-m.dtsi is a bit confusing, because it contains a few devices at
> fixed addresses, so it looks vendor-specific at a first glance into the
> file. However, if it is actually as vendor-neutral as the name implies,
> I think it should live dts/ directly, rather than in vendor
> subdirectories.
> 
> >  rename arch/arm/boot/dts/{ => nxp}/lpc18xx.dtsi (100%)
> 
> Here we have the NXP LPCxxxx family, which is AFAIK unrelated to the
> i.MX family (and thus the bulk of the Freescale legacy).
> 
> >  create mode 100644 arch/arm/boot/dts/vybrid/Makefile
> 
> Vybrid is another chip family of NXP, with a good deal of Freescale
> legacy in it as evidenced by the "fsl," prefix in the devicetrees.
> 
> 
> 
> Thanks,
> Jonathan



> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-03-29  9:49 UTC|newest]

Thread overview: 398+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-28  0:09 [RFC PATCH 0/1] Categorize ARM dts directory Ansuel Smith
2022-03-28  0:09 ` Ansuel Smith
2022-03-28  0:09 ` Ansuel Smith
2022-03-28  0:09 ` Ansuel Smith
2022-03-28  0:09 ` Ansuel Smith
2022-03-28  0:09 ` [RFC PATCH 1/1] ARM/arm64: categorize dts in arm dir and fix dependency in arm64 Ansuel Smith
2022-03-28  0:09   ` Ansuel Smith
2022-03-28  0:09   ` Ansuel Smith
2022-03-28  0:09   ` Ansuel Smith
2022-03-28  0:09   ` Ansuel Smith
2022-03-28  7:57   ` [PATCH RFC " Geert Uytterhoeven
2022-03-28  7:57     ` Geert Uytterhoeven
2022-03-28  7:57     ` Geert Uytterhoeven
2022-03-28  7:57     ` Geert Uytterhoeven
2022-03-28  7:57     ` Geert Uytterhoeven
2022-03-28  7:57     ` Geert Uytterhoeven
2022-03-28  7:57     ` Geert Uytterhoeven
2022-03-28  8:28   ` [RFC PATCH " Jesper Nilsson
2022-03-28  8:28     ` Jesper Nilsson
2022-03-28  8:28     ` Jesper Nilsson
2022-03-28  8:28     ` Jesper Nilsson
2022-03-28  8:28     ` Jesper Nilsson
2022-03-28  8:28     ` Jesper Nilsson
2022-03-28 11:55     ` Ansuel Smith
2022-03-28 11:55       ` Ansuel Smith
2022-03-28 11:55       ` Ansuel Smith
2022-03-28 11:55       ` Ansuel Smith
2022-03-28 11:55       ` Ansuel Smith
2022-03-28 11:55       ` Ansuel Smith
2022-03-28  9:09   ` [Linux-stm32] " Patrice CHOTARD
2022-03-28  9:09     ` Patrice CHOTARD
2022-03-28  9:09     ` Patrice CHOTARD
2022-03-28  9:09     ` Patrice CHOTARD
2022-03-28  9:09     ` Patrice CHOTARD
2022-03-28  9:09     ` Patrice CHOTARD
2022-03-28  9:20     ` Patrice CHOTARD
2022-03-28  9:20       ` Patrice CHOTARD
2022-03-28  9:20       ` Patrice CHOTARD
2022-03-28  9:20       ` Patrice CHOTARD
2022-03-28  9:20       ` Patrice CHOTARD
2022-03-28  9:20       ` Patrice CHOTARD
2022-03-28 11:59       ` Ansuel Smith
2022-03-28 11:59         ` Ansuel Smith
2022-03-28 11:59         ` Ansuel Smith
2022-03-28 11:59         ` Ansuel Smith
2022-03-28 11:59         ` Ansuel Smith
2022-03-28 11:59         ` Ansuel Smith
2022-03-28 12:11         ` Patrice CHOTARD
2022-03-28 12:11           ` Patrice CHOTARD
2022-03-28 12:11           ` Patrice CHOTARD
2022-03-28 12:11           ` Patrice CHOTARD
2022-03-28 12:11           ` Patrice CHOTARD
2022-03-28 12:11           ` Patrice CHOTARD
2022-03-28 10:47   ` Matthias Brugger
2022-03-28 10:47     ` Matthias Brugger
2022-03-28 10:47     ` Matthias Brugger
2022-03-28 10:47     ` Matthias Brugger
2022-03-28 10:47     ` Matthias Brugger
2022-03-28 10:47     ` Matthias Brugger
2022-03-28 11:54     ` Ansuel Smith
2022-03-28 11:54       ` Ansuel Smith
2022-03-28 11:54       ` Ansuel Smith
2022-03-28 11:54       ` Ansuel Smith
2022-03-28 11:54       ` Ansuel Smith
2022-03-28 11:54       ` Ansuel Smith
2022-03-29 13:03   ` Romain Perier
2022-03-29 13:03     ` Romain Perier
2022-03-29 13:03     ` Romain Perier
2022-03-29 13:03     ` Romain Perier
2022-03-29 13:03     ` Romain Perier
2022-03-28  8:55 ` [RFC PATCH 0/1] Categorize ARM dts directory Daniel Palmer
2022-03-28  8:55   ` Daniel Palmer
2022-03-28  8:55   ` Daniel Palmer
2022-03-28  8:55   ` Daniel Palmer
2022-03-28  8:55   ` Daniel Palmer
2022-03-28  8:55   ` Daniel Palmer
2022-03-29  7:53   ` Tony Lindgren
2022-03-29  7:53     ` Tony Lindgren
2022-03-29  7:53     ` Tony Lindgren
2022-03-29  7:53     ` Tony Lindgren
2022-03-29  7:53     ` Tony Lindgren
2022-03-29  7:53     ` Tony Lindgren
2022-03-29  8:32     ` Andrew Jeffery
2022-03-29  8:32       ` Andrew Jeffery
2022-03-29  8:32       ` Andrew Jeffery
2022-03-29  8:32       ` Andrew Jeffery
2022-03-29  8:32       ` Andrew Jeffery
2022-03-29  8:32       ` Andrew Jeffery
2022-03-29  8:32       ` Andrew Jeffery
2022-03-29  9:04     ` Geert Uytterhoeven
2022-03-29  9:04       ` Geert Uytterhoeven
2022-03-29  9:04       ` Geert Uytterhoeven
2022-03-29  9:04       ` Geert Uytterhoeven
2022-03-29  9:04       ` Geert Uytterhoeven
2022-03-29  9:04       ` Geert Uytterhoeven
2022-03-29  9:04       ` Geert Uytterhoeven
2022-03-29  9:54       ` Tony Lindgren
2022-03-29  9:54         ` Tony Lindgren
2022-03-29  9:54         ` Tony Lindgren
2022-03-29  9:54         ` Tony Lindgren
2022-03-29  9:54         ` Tony Lindgren
2022-03-29  9:54         ` Tony Lindgren
2022-03-29 10:06         ` Matthias Brugger
2022-03-29 10:06           ` Matthias Brugger
2022-03-29 10:06           ` Matthias Brugger
2022-03-29 10:06           ` Matthias Brugger
2022-03-29 10:06           ` Matthias Brugger
2022-03-29 10:06           ` Matthias Brugger
2022-03-29  8:50   ` Nicolas Ferre
2022-03-29  8:50     ` Nicolas Ferre
2022-03-29  8:50     ` Nicolas Ferre
2022-03-29  8:50     ` Nicolas Ferre
2022-03-29  8:50     ` Nicolas Ferre
2022-03-29  8:50     ` Nicolas Ferre
2023-04-25 16:21     ` Robin Murphy
2023-04-25 16:21       ` Robin Murphy
2023-04-25 16:21       ` Robin Murphy
2023-04-25 16:21       ` Robin Murphy
2023-04-25 16:21       ` Robin Murphy
2023-05-02 19:01       ` Rob Herring
2023-05-02 19:01         ` Rob Herring
2023-05-02 19:01         ` Rob Herring
2023-05-02 19:01         ` Rob Herring
2022-03-28 13:21 ` Jonathan Neuschäfer
2022-03-28 13:21   ` Jonathan Neuschäfer
2022-03-28 13:21   ` Jonathan Neuschäfer
2022-03-28 13:21   ` Jonathan Neuschäfer
2022-03-28 13:21   ` Jonathan Neuschäfer
2022-03-28 13:21   ` Jonathan Neuschäfer
2022-03-28 13:21   ` Jonathan Neuschäfer
2022-03-28 13:27   ` Ansuel Smith
2022-03-28 13:27     ` Ansuel Smith
2022-03-28 13:27     ` Ansuel Smith
2022-03-28 13:27     ` Ansuel Smith
2022-03-28 13:27     ` Ansuel Smith
2022-03-28 13:27     ` Ansuel Smith
2022-03-28 13:35     ` Jonathan Neuschäfer
2022-03-28 13:35       ` Jonathan Neuschäfer
2022-03-28 13:35       ` Jonathan Neuschäfer
2022-03-28 13:35       ` Jonathan Neuschäfer
2022-03-28 13:35       ` Jonathan Neuschäfer
2022-03-28 13:35       ` Jonathan Neuschäfer
2022-03-28 13:35       ` Jonathan Neuschäfer
2022-03-28 13:30   ` H. Nikolaus Schaller
2022-03-28 13:50   ` H. Nikolaus Schaller
2022-03-28 13:50     ` H. Nikolaus Schaller
2022-03-28 13:50     ` H. Nikolaus Schaller
2022-03-28 13:50     ` H. Nikolaus Schaller
2022-03-28 13:50     ` H. Nikolaus Schaller
2022-03-28 13:50     ` H. Nikolaus Schaller
2022-03-29  0:23     ` Andrew Jeffery
2022-03-29  0:23       ` Andrew Jeffery
2022-03-29  0:23       ` Andrew Jeffery
2022-03-29  0:23       ` Andrew Jeffery
2022-03-29  0:23       ` Andrew Jeffery
2022-03-29  0:23       ` Andrew Jeffery
2022-03-29  0:23       ` Andrew Jeffery
2022-03-28 14:00   ` (EXT) " Alexander Stein
2022-03-28 14:00     ` Alexander Stein
2022-03-28 14:00     ` Alexander Stein
2022-03-28 14:00     ` Alexander Stein
2022-03-28 14:00     ` Alexander Stein
2022-03-28 14:00     ` Alexander Stein
2022-03-29  9:19   ` Alexandre Belloni [this message]
2022-03-29  9:19     ` Alexandre Belloni
2022-03-29  9:19     ` Alexandre Belloni
2022-03-29  9:19     ` Alexandre Belloni
2022-03-29  9:19     ` Alexandre Belloni
2022-03-29  9:19     ` Alexandre Belloni
2022-03-29  9:19     ` Alexandre Belloni
2022-03-29 13:20 ` Krzysztof Kozlowski
2022-03-29 13:20   ` Krzysztof Kozlowski
2022-03-29 13:20   ` Krzysztof Kozlowski
2022-03-29 13:20   ` Krzysztof Kozlowski
2022-03-29 13:20   ` Krzysztof Kozlowski
2022-03-29 13:20   ` Krzysztof Kozlowski
2022-03-29 13:20   ` Krzysztof Kozlowski
2022-03-29  4:56   ` Ansuel Smith
2022-03-29  4:56     ` Ansuel Smith
2022-03-29  4:56     ` Ansuel Smith
2022-03-29  4:56     ` Ansuel Smith
2022-03-29  4:56     ` Ansuel Smith
2022-03-29  4:56     ` Ansuel Smith
2023-04-24 22:10     ` Rob Herring
2023-04-24 22:10       ` Rob Herring
2023-04-24 22:10       ` Rob Herring
2023-04-24 22:10       ` Rob Herring
2023-04-24 22:10       ` Rob Herring
2023-04-24 22:10       ` Rob Herring
2023-04-24 22:23       ` Ansuel Smith
2023-04-24 22:23         ` Ansuel Smith
2023-04-24 22:23         ` Ansuel Smith
2023-04-24 22:23         ` Ansuel Smith
2023-04-24 22:23         ` Ansuel Smith
2023-04-27  7:34         ` Matthias Brugger
2023-04-27  7:34           ` Matthias Brugger
2023-04-27  7:34           ` Matthias Brugger
2023-04-27  7:34           ` Matthias Brugger
2023-04-27  7:34           ` Matthias Brugger
2023-04-25  7:27       ` Geert Uytterhoeven
2023-04-25  7:27         ` Geert Uytterhoeven
2023-04-25  7:27         ` Geert Uytterhoeven
2023-04-25  7:27         ` Geert Uytterhoeven
2023-04-25  7:27         ` Geert Uytterhoeven
2023-04-25  7:27         ` Geert Uytterhoeven
2023-04-25 15:57         ` Rob Herring
2023-04-25 15:57           ` Rob Herring
2023-04-25 15:57           ` Rob Herring
2023-04-25 15:57           ` Rob Herring
2023-04-25 15:57           ` Rob Herring
2023-04-25 15:57           ` Rob Herring
2023-04-27  7:37           ` Matthias Brugger
2023-04-27  7:37             ` Matthias Brugger
2023-04-27  7:37             ` Matthias Brugger
2023-04-27  7:37             ` Matthias Brugger
2023-04-27  7:37             ` Matthias Brugger
2023-04-27  7:46             ` Geert Uytterhoeven
2023-04-27  7:46               ` Geert Uytterhoeven
2023-04-27  7:46               ` Geert Uytterhoeven
2023-04-27  7:46               ` Geert Uytterhoeven
2023-04-27  7:46               ` Geert Uytterhoeven
2023-04-27  7:48               ` Tony Lindgren
2023-04-27  7:48                 ` Tony Lindgren
2023-04-27  7:48                 ` Tony Lindgren
2023-04-27  7:48                 ` Tony Lindgren
2023-04-27  7:48                 ` Tony Lindgren
2023-05-02  8:15           ` Arnd Bergmann
2023-05-02  8:15             ` Arnd Bergmann
2023-05-02  8:15             ` Arnd Bergmann
2023-05-02  8:15             ` Arnd Bergmann
2023-05-02  8:15             ` Arnd Bergmann
2023-05-02  8:15             ` Arnd Bergmann
2023-05-02 19:40             ` Rob Herring
2023-05-02 19:40               ` Rob Herring
2023-05-02 19:40               ` Rob Herring
2023-05-02 19:40               ` Rob Herring
2023-05-02 19:40               ` Rob Herring
2023-05-02 19:40               ` Rob Herring
2023-05-02 20:02               ` Krzysztof Kozlowski
2023-05-02 20:02                 ` Krzysztof Kozlowski
2023-05-02 20:02                 ` Krzysztof Kozlowski
2023-05-02 20:02                 ` Krzysztof Kozlowski
2023-05-02 20:02                 ` Krzysztof Kozlowski
2023-05-03  1:19                 ` Shawn Guo
2023-05-03  1:19                   ` Shawn Guo
2023-05-03  1:19                   ` Shawn Guo
2023-05-03  1:19                   ` Shawn Guo
2023-05-03  1:19                   ` Shawn Guo
2023-05-03 10:43                   ` Arnd Bergmann
2023-05-03 10:43                     ` Arnd Bergmann
2023-05-03 10:43                     ` Arnd Bergmann
2023-05-03 10:43                     ` Arnd Bergmann
2023-05-03 10:43                     ` Arnd Bergmann
2023-05-02 21:18               ` Linus Walleij
2023-05-02 21:18                 ` Linus Walleij
2023-05-02 21:18                 ` Linus Walleij
2023-05-02 21:18                 ` Linus Walleij
2023-05-02 21:18                 ` Linus Walleij
2023-05-02 21:27                 ` Rob Herring
2023-05-02 21:27                   ` Rob Herring
2023-05-02 21:27                   ` Rob Herring
2023-05-02 21:27                   ` Rob Herring
2023-05-02 21:27                   ` Rob Herring
2023-05-02 22:01               ` Christian Hewitt
2023-05-02 22:01                 ` Christian Hewitt
2023-05-02 22:01                 ` Christian Hewitt
2023-05-02 22:01                 ` Christian Hewitt
2023-05-02 22:01                 ` Christian Hewitt
2023-05-03 10:42                 ` Neil Armstrong
2023-05-03 10:42                   ` Neil Armstrong
2023-05-03 10:42                   ` Neil Armstrong
2023-05-03 10:42                   ` Neil Armstrong
2023-05-03 10:42                   ` Neil Armstrong
2023-05-02 22:52               ` Dmitry Baryshkov
2023-05-02 22:52                 ` Dmitry Baryshkov
2023-05-02 22:52                 ` Dmitry Baryshkov
2023-05-02 22:52                 ` Dmitry Baryshkov
2023-05-02 22:52                 ` Dmitry Baryshkov
2023-05-03  1:17                 ` Rob Herring
2023-05-03  1:17                   ` Rob Herring
2023-05-03  1:17                   ` Rob Herring
2023-05-03  1:17                   ` Rob Herring
2023-05-03  1:17                   ` Rob Herring
2023-05-03 10:38                   ` Arnd Bergmann
2023-05-03 10:38                     ` Arnd Bergmann
2023-05-03 10:38                     ` Arnd Bergmann
2023-05-03 10:38                     ` Arnd Bergmann
2023-05-03 10:38                     ` Arnd Bergmann
2023-05-03 12:13                     ` Dmitry Baryshkov
2023-05-03 12:13                       ` Dmitry Baryshkov
2023-05-03 12:13                       ` Dmitry Baryshkov
2023-05-03 12:13                       ` Dmitry Baryshkov
2023-05-03 12:13                       ` Dmitry Baryshkov
2023-05-03 12:18                       ` Arnd Bergmann
2023-05-03 12:18                         ` Arnd Bergmann
2023-05-03 12:18                         ` Arnd Bergmann
2023-05-03 12:18                         ` Arnd Bergmann
2023-05-03 12:18                         ` Arnd Bergmann
2023-05-03 13:16                         ` Rob Herring
2023-05-03 13:16                           ` Rob Herring
2023-05-03 13:16                           ` Rob Herring
2023-05-03 13:16                           ` Rob Herring
2023-05-03 13:16                           ` Rob Herring
2023-05-03 20:37                           ` Arnd Bergmann
2023-05-03 20:37                             ` Arnd Bergmann
2023-05-03 20:37                             ` Arnd Bergmann
2023-05-03 20:37                             ` Arnd Bergmann
2023-05-03 20:37                             ` Arnd Bergmann
2023-05-03 20:39                             ` Linus Walleij
2023-05-03 20:39                               ` Linus Walleij
2023-05-03 20:39                               ` Linus Walleij
2023-05-03 20:39                               ` Linus Walleij
2023-05-03 20:39                               ` Linus Walleij
2023-05-03 22:22                             ` Rob Herring
2023-05-03 22:22                               ` Rob Herring
2023-05-03 22:22                               ` Rob Herring
2023-05-03 22:22                               ` Rob Herring
2023-05-03 22:22                               ` Rob Herring
2023-05-02 23:02               ` Florian Fainelli
2023-05-02 23:02                 ` Florian Fainelli
2023-05-02 23:02                 ` Florian Fainelli
2023-05-02 23:02                 ` Florian Fainelli
2023-05-02 23:02                 ` Florian Fainelli
2023-05-03  1:04                 ` Rob Herring
2023-05-03  1:04                   ` Rob Herring
2023-05-03  1:04                   ` Rob Herring
2023-05-03  1:04                   ` Rob Herring
2023-05-03  1:04                   ` Rob Herring
2023-05-03 22:29                   ` Florian Fainelli
2023-05-03 22:29                     ` Florian Fainelli
2023-05-03 22:29                     ` Florian Fainelli
2023-05-03 22:29                     ` Florian Fainelli
2023-05-03 22:29                     ` Florian Fainelli
2023-05-03  5:57               ` Tony Lindgren
2023-05-03  5:57                 ` Tony Lindgren
2023-05-03  5:57                 ` Tony Lindgren
2023-05-03  5:57                 ` Tony Lindgren
2023-05-03  5:57                 ` Tony Lindgren
2023-05-03  8:56               ` Geert Uytterhoeven
2023-05-03  8:56                 ` Geert Uytterhoeven
2023-05-03  8:56                 ` Geert Uytterhoeven
2023-05-03  8:56                 ` Geert Uytterhoeven
2023-05-03  8:56                 ` Geert Uytterhoeven
2023-05-03  8:56                 ` Geert Uytterhoeven
2023-05-03 11:02               ` Arnd Bergmann
2023-05-03 11:02                 ` Arnd Bergmann
2023-05-03 11:02                 ` Arnd Bergmann
2023-05-03 11:02                 ` Arnd Bergmann
2023-05-03 11:02                 ` Arnd Bergmann
2023-05-03 11:02                 ` Arnd Bergmann
2023-05-03 13:08                 ` Rob Herring
2023-05-03 13:08                   ` Rob Herring
2023-05-03 13:08                   ` Rob Herring
2023-05-03 13:08                   ` Rob Herring
2023-05-03 13:08                   ` Rob Herring
2023-05-03 13:08                   ` Rob Herring
2023-05-03 20:25                 ` Linus Walleij
2023-05-03 20:25                   ` Linus Walleij
2023-05-03 20:25                   ` Linus Walleij
2023-05-03 20:25                   ` Linus Walleij
2023-05-03 20:25                   ` Linus Walleij
2023-05-04  7:09                 ` [Linux-stm32] " Alexandre TORGUE
2023-05-04  7:09                   ` Alexandre TORGUE
2023-05-04  7:09                   ` Alexandre TORGUE
2023-05-04  7:09                   ` Alexandre TORGUE
2023-05-04  7:09                   ` Alexandre TORGUE
2023-05-04  7:09                   ` Alexandre TORGUE
2023-05-03 12:01               ` Jesper Nilsson
2023-05-03 12:01                 ` Jesper Nilsson
2023-05-03 12:01                 ` Jesper Nilsson
2023-05-03 12:01                 ` Jesper Nilsson
2023-05-03 12:01                 ` Jesper Nilsson
2023-05-03 12:01                 ` Jesper Nilsson
2023-05-04 10:11               ` Russell King (Oracle)
2023-05-04 10:11                 ` Russell King (Oracle)
2023-05-04 10:11                 ` Russell King (Oracle)
2023-05-04 10:11                 ` Russell King
2023-05-04 10:11                 ` Russell King (Oracle)
2023-05-04 11:44                 ` Arnd Bergmann
2023-05-04 11:44                   ` Arnd Bergmann
2023-05-04 11:44                   ` Arnd Bergmann
2023-05-04 11:44                   ` Arnd Bergmann
2023-05-04 11:44                   ` Arnd Bergmann
2023-05-09 22:54               ` Jonathan Neuschäfer
2023-05-09 22:54                 ` Jonathan Neuschäfer
2023-05-09 22:54                 ` Jonathan Neuschäfer
2023-05-09 22:54                 ` Jonathan Neuschäfer
2023-06-08 20:33                 ` Rob Herring
2023-06-08 20:33                   ` Rob Herring
2023-06-08 20:33                   ` Rob Herring
2023-06-08 20:33                   ` Rob Herring
2023-06-08 20:33                   ` Rob Herring
2023-04-25  8:00       ` Krzysztof Kozlowski
2023-04-25  8:00         ` Krzysztof Kozlowski
2023-04-25  8:00         ` Krzysztof Kozlowski
2023-04-25  8:00         ` Krzysztof Kozlowski
2023-04-25  8:00         ` Krzysztof Kozlowski
2023-04-25  8:00         ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YkLPIgwClJAUc1Uf@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=ansuelsmth@gmail.com \
    --cc=chrome-platform@lists.linux.dev \
    --cc=devicetree@vger.kernel.org \
    --cc=j.neuschaefer@gmx.net \
    --cc=kernel@dh-electronics.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@axis.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-oxnas@groups.io \
    --cc=linux-realtek-soc@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux-unisoc@lists.infradead.org \
    --cc=openbmc@lists.ozlabs.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.