* [PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays @ 2018-08-31 13:28 Tero Kristo 2018-08-31 13:28 ` [PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo ` (2 more replies) 0 siblings, 3 replies; 10+ messages in thread From: Tero Kristo @ 2018-08-31 13:28 UTC (permalink / raw) To: catalin.marinas, will.deacon, linux, robh+dt Cc: mark.rutland, devicetree, tony, linux-arm-kernel Hi, This series is the final piece of the code to get build support for Texas Instruments SoC DT overlays in place. Basically we just modify the makefiles to add DTC_FLAGS for symbols, which are needed to actually apply the overlays properly. This series depends on [1]. v2 of the series is just a split of the v1 which had the whole support included in one series. -Tero [1] https://marc.info/?l=linux-arm-kernel&m=153571979318346&w=2 -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays 2018-08-31 13:28 [PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo @ 2018-08-31 13:28 ` Tero Kristo 2018-08-31 13:28 ` [PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2 siblings, 0 replies; 10+ messages in thread From: Tero Kristo @ 2018-08-31 13:28 UTC (permalink / raw) To: catalin.marinas, will.deacon, linux, robh+dt Cc: mark.rutland, devicetree, tony, linux-arm-kernel Add support for TI specific DT subdir, along with support for building DT overlays. Right now, no DT files are specified in this directory, those are to be added later. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/ti/Makefile | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 arch/arm/boot/dts/ti/Makefile diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b5bd3de..59a4b63 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -755,6 +755,7 @@ dtb-$(CONFIG_SOC_DRA7XX) += \ dra72-evm-revc.dtb \ dra71-evm.dtb \ dra76-evm.dtb +subdir-$(CONFIG_SOC_DRA7XX) += ti dtb-$(CONFIG_ARCH_ORION5X) += \ orion5x-kuroboxpro.dtb \ orion5x-lacie-d2-network.dtb \ diff --git a/arch/arm/boot/dts/ti/Makefile b/arch/arm/boot/dts/ti/Makefile new file mode 100644 index 0000000..e0203ba --- /dev/null +++ b/arch/arm/boot/dts/ti/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Make file to build device tree binaries for boards based on +# Texas Instruments Inc processors +# +# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ +# + +DTC_FLAGS += -@ -- 1.9.1 -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays 2018-08-31 13:28 [PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2018-08-31 13:28 ` [PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo @ 2018-08-31 13:28 ` Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2 siblings, 0 replies; 10+ messages in thread From: Tero Kristo @ 2018-08-31 13:28 UTC (permalink / raw) To: catalin.marinas, will.deacon, linux, robh+dt Cc: mark.rutland, devicetree, tony, linux-arm-kernel Add the symbols to TI build DT files, for supporting overlays. Right now, there are no overlay files introduced, those shall be added later on. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm64/boot/dts/ti/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index 63e619d..753de8c 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -6,4 +6,6 @@ # Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ # +DTC_FLAGS += -@ + dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb -- 1.9.1 -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [RESEND PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays 2018-08-31 13:28 [PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2018-08-31 13:28 ` [PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo 2018-08-31 13:28 ` [PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo @ 2018-09-04 8:27 ` Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo 2 siblings, 2 replies; 10+ messages in thread From: Tero Kristo @ 2018-09-04 8:27 UTC (permalink / raw) To: catalin.marinas, will.deacon, linux, robh+dt, frowand.list Cc: mark.rutland, devicetree, tony, linux-arm-kernel Hi, This series is the final piece of the code to get build support for Texas Instruments SoC DT overlays in place. Basically we just modify the makefiles to add DTC_FLAGS for symbols, which are needed to actually apply the overlays properly. This series depends on [1]. v2 of the series is just a split of the v1 which had the whole support included in one series. Resending as I missed Frank from delivery of the initial v2. -Tero [1] https://marc.info/?l=linux-arm-kernel&m=153604844620162&w=2 -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply [flat|nested] 10+ messages in thread
* [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays 2018-09-04 8:27 ` [RESEND PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo @ 2018-09-04 8:27 ` Tero Kristo 2018-09-05 20:52 ` Frank Rowand 2018-09-04 8:27 ` [RESEND PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo 1 sibling, 1 reply; 10+ messages in thread From: Tero Kristo @ 2018-09-04 8:27 UTC (permalink / raw) To: catalin.marinas, will.deacon, linux, robh+dt, frowand.list Cc: mark.rutland, devicetree, tony, linux-arm-kernel Add support for TI specific DT subdir, along with support for building DT overlays. Right now, no DT files are specified in this directory, those are to be added later. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/ti/Makefile | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 arch/arm/boot/dts/ti/Makefile diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b5bd3de..59a4b63 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -755,6 +755,7 @@ dtb-$(CONFIG_SOC_DRA7XX) += \ dra72-evm-revc.dtb \ dra71-evm.dtb \ dra76-evm.dtb +subdir-$(CONFIG_SOC_DRA7XX) += ti dtb-$(CONFIG_ARCH_ORION5X) += \ orion5x-kuroboxpro.dtb \ orion5x-lacie-d2-network.dtb \ diff --git a/arch/arm/boot/dts/ti/Makefile b/arch/arm/boot/dts/ti/Makefile new file mode 100644 index 0000000..e0203ba --- /dev/null +++ b/arch/arm/boot/dts/ti/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Make file to build device tree binaries for boards based on +# Texas Instruments Inc processors +# +# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ +# + +DTC_FLAGS += -@ -- 1.9.1 -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays 2018-09-04 8:27 ` [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo @ 2018-09-05 20:52 ` Frank Rowand 2018-09-06 21:36 ` Geert Uytterhoeven 0 siblings, 1 reply; 10+ messages in thread From: Frank Rowand @ 2018-09-05 20:52 UTC (permalink / raw) To: Tero Kristo, catalin.marinas, will.deacon, linux, robh+dt Cc: mark.rutland, devicetree, tony, linux-arm-kernel On 09/04/18 01:27, Tero Kristo wrote: > Add support for TI specific DT subdir, along with support for building > DT overlays. Right now, no DT files are specified in this directory, > those are to be added later. > > Signed-off-by: Tero Kristo <t-kristo@ti.com> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/ti/Makefile | 9 +++++++++ > 2 files changed, 10 insertions(+) > create mode 100644 arch/arm/boot/dts/ti/Makefile > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index b5bd3de..59a4b63 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -755,6 +755,7 @@ dtb-$(CONFIG_SOC_DRA7XX) += \ > dra72-evm-revc.dtb \ > dra71-evm.dtb \ > dra76-evm.dtb > +subdir-$(CONFIG_SOC_DRA7XX) += ti > dtb-$(CONFIG_ARCH_ORION5X) += \ > orion5x-kuroboxpro.dtb \ > orion5x-lacie-d2-network.dtb \ My memory of previous discussion of creating subdirectories beneath arch/arm/boot/dts/ has faded. Or maybe such discussion never occurred. Maybe Rob or someone else has a memory of such discussion. If they don't chime in with a pointer, can you search for that discussion? And if it occurred, what the general consensus was, and why it never was implemented? > diff --git a/arch/arm/boot/dts/ti/Makefile b/arch/arm/boot/dts/ti/Makefile > new file mode 100644 > index 0000000..e0203ba > --- /dev/null > +++ b/arch/arm/boot/dts/ti/Makefile > @@ -0,0 +1,9 @@ > +# SPDX-License-Identifier: GPL-2.0 > +# > +# Make file to build device tree binaries for boards based on > +# Texas Instruments Inc processors > +# > +# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ > +# > + > +DTC_FLAGS += -@ > I will nack any attempt to unconditionally compile a devicetree file with the -@ flag (which adds symbols to the resulting .dtb). The resulting overhead is not acceptable. Adding the symbols must be under the control of the person either creating or using the .dtb. The way to provide that control is the challenging part. One way would be to configure the compile option via kbuild configuration. There is opposition to this approach because it makes the .dtb dependent on the Linux kernel configuration. So suggestions of an alternative mechanism would be welcome. Another _possible_ solution would be to add a dtc_strip tool to the dtc project. dtc_strip would remove the symbol information from a .dtb, in a manner that is analogous to strip removing debug information from a program file. One aspect of unconditionally building a .dtb with symbols, then optionally removing the symbols with dtc_strip is that it seems like a backwards process. For example, we don't build the kernel with debug symbols then strip the symbols out when we don't want them. I'll have to mull this over if the dtc_strip method sounds like a good approach to other people. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays 2018-09-05 20:52 ` Frank Rowand @ 2018-09-06 21:36 ` Geert Uytterhoeven 2018-09-27 11:49 ` Tero Kristo 0 siblings, 1 reply; 10+ messages in thread From: Geert Uytterhoeven @ 2018-09-06 21:36 UTC (permalink / raw) To: Frank Rowand Cc: Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, ext Tony Lindgren, Catalin Marinas, Will Deacon, Russell King, Tero Kristo, Rob Herring, Linux ARM Hi Frank, On Wed, Sep 5, 2018 at 10:54 PM Frank Rowand <frowand.list@gmail.com> wrote: > On 09/04/18 01:27, Tero Kristo wrote: > > Add support for TI specific DT subdir, along with support for building > > DT overlays. Right now, no DT files are specified in this directory, > > those are to be added later. > > > > Signed-off-by: Tero Kristo <t-kristo@ti.com> > > --- /dev/null > > +++ b/arch/arm/boot/dts/ti/Makefile > > @@ -0,0 +1,9 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > +# > > +# Make file to build device tree binaries for boards based on > > +# Texas Instruments Inc processors > > +# > > +# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ > > +# > > + > > +DTC_FLAGS += -@ > > > > I will nack any attempt to unconditionally compile a devicetree file with the > -@ flag (which adds symbols to the resulting .dtb). The resulting overhead > is not acceptable. > > Adding the symbols must be under the control of the person either creating > or using the .dtb. The way to provide that control is the challenging part. > > One way would be to configure the compile option via kbuild configuration. > There is opposition to this approach because it makes the .dtb dependent > on the Linux kernel configuration. So suggestions of an alternative > mechanism would be welcome. IMHO that would be quite a "soft" dependency: it's just about adding symbols or not. No real dependency on Linux or kernel features. > Another _possible_ solution would be to add a dtc_strip tool to the dtc > project. dtc_strip would remove the symbol information from a .dtb, > in a manner that is analogous to strip removing debug information from > a program file. Removing unwanted symbols is indeed easier than adding them to an existing DTB. > One aspect of unconditionally building a .dtb with symbols, then > optionally removing the symbols with dtc_strip is that it seems > like a backwards process. For example, we don't build the kernel > with debug symbols then strip the symbols out when we don't want > them. I'll have to mull this over if the dtc_strip method sounds > like a good approach to other people. That's not a fair comparison: DTB symbols are not debug information, but an ABI. It's more akin to exporting kernel symbols to (possible out-of-tree) kernel modules, which is controlled by CONFIG_MODULES. So a Kconfig symbol to enable it, and a dtc_strip for removing them, makes most sense to me. BTW, we do run strip on vmlinux ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays 2018-09-06 21:36 ` Geert Uytterhoeven @ 2018-09-27 11:49 ` Tero Kristo 0 siblings, 0 replies; 10+ messages in thread From: Tero Kristo @ 2018-09-27 11:49 UTC (permalink / raw) To: Geert Uytterhoeven, Frank Rowand Cc: Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, ext Tony Lindgren, Catalin Marinas, Will Deacon, Russell King, Rob Herring, Linux ARM Hey, I think this topic has went stale, but I believe I figured out a way to work with overlays at the moment. Basically involves couple of steps: 1) Save the overlay source files under existing file folders, and use the same .dts file type for them as for typical DT source files. 2) Use "make DTC_FLAGS=-@ dtbs" to compile everything, or some variant of this (if want to compile single file for example.) Basically need to add that DTC_FLAGS build flag only. So, the question is, is this acceptable approach? Can we start posting overlay files for upstream to pick up, with the /plugin/ directive within the files, and use .dts as their file type? All the patches I posted so far just attempted to make the system more maintainable (read: more readable for human beings, with the .dt*o file types, separated folders for the DTC_FLAGS and everything), but it seems it should be possible to live without any of that. -Tero On 07/09/18 00:36, Geert Uytterhoeven wrote: > Hi Frank, > > On Wed, Sep 5, 2018 at 10:54 PM Frank Rowand <frowand.list@gmail.com> wrote: >> On 09/04/18 01:27, Tero Kristo wrote: >>> Add support for TI specific DT subdir, along with support for building >>> DT overlays. Right now, no DT files are specified in this directory, >>> those are to be added later. >>> >>> Signed-off-by: Tero Kristo <t-kristo@ti.com> > >>> --- /dev/null >>> +++ b/arch/arm/boot/dts/ti/Makefile >>> @@ -0,0 +1,9 @@ >>> +# SPDX-License-Identifier: GPL-2.0 >>> +# >>> +# Make file to build device tree binaries for boards based on >>> +# Texas Instruments Inc processors >>> +# >>> +# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ >>> +# >>> + >>> +DTC_FLAGS += -@ >>> >> >> I will nack any attempt to unconditionally compile a devicetree file with the >> -@ flag (which adds symbols to the resulting .dtb). The resulting overhead >> is not acceptable. >> >> Adding the symbols must be under the control of the person either creating >> or using the .dtb. The way to provide that control is the challenging part. >> >> One way would be to configure the compile option via kbuild configuration. >> There is opposition to this approach because it makes the .dtb dependent >> on the Linux kernel configuration. So suggestions of an alternative >> mechanism would be welcome. > > IMHO that would be quite a "soft" dependency: it's just about adding symbols > or not. No real dependency on Linux or kernel features. > >> Another _possible_ solution would be to add a dtc_strip tool to the dtc >> project. dtc_strip would remove the symbol information from a .dtb, >> in a manner that is analogous to strip removing debug information from >> a program file. > > Removing unwanted symbols is indeed easier than adding them to an > existing DTB. > >> One aspect of unconditionally building a .dtb with symbols, then >> optionally removing the symbols with dtc_strip is that it seems >> like a backwards process. For example, we don't build the kernel >> with debug symbols then strip the symbols out when we don't want >> them. I'll have to mull this over if the dtc_strip method sounds >> like a good approach to other people. > > That's not a fair comparison: DTB symbols are not debug information, > but an ABI. It's more akin to exporting kernel symbols to (possible > out-of-tree) kernel modules, which is controlled by CONFIG_MODULES. > > So a Kconfig symbol to enable it, and a dtc_strip for removing them, > makes most sense to me. > > BTW, we do run strip on vmlinux ;-) > > Gr{oetje,eeting}s, > > Geert > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply [flat|nested] 10+ messages in thread
* [RESEND PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays 2018-09-04 8:27 ` [RESEND PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo @ 2018-09-04 8:27 ` Tero Kristo 2018-09-05 20:53 ` Frank Rowand 1 sibling, 1 reply; 10+ messages in thread From: Tero Kristo @ 2018-09-04 8:27 UTC (permalink / raw) To: catalin.marinas, will.deacon, linux, robh+dt, frowand.list Cc: mark.rutland, devicetree, tony, linux-arm-kernel Add the symbols to TI build DT files, for supporting overlays. Right now, there are no overlay files introduced, those shall be added later on. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm64/boot/dts/ti/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index 63e619d..753de8c 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -6,4 +6,6 @@ # Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ # +DTC_FLAGS += -@ + dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb -- 1.9.1 -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [RESEND PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays 2018-09-04 8:27 ` [RESEND PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo @ 2018-09-05 20:53 ` Frank Rowand 0 siblings, 0 replies; 10+ messages in thread From: Frank Rowand @ 2018-09-05 20:53 UTC (permalink / raw) To: Tero Kristo, catalin.marinas, will.deacon, linux, robh+dt Cc: mark.rutland, devicetree, tony, linux-arm-kernel On 09/04/18 01:27, Tero Kristo wrote: > Add the symbols to TI build DT files, for supporting overlays. Right now, > there are no overlay files introduced, those shall be added later on. > > Signed-off-by: Tero Kristo <t-kristo@ti.com> > --- > arch/arm64/boot/dts/ti/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile > index 63e619d..753de8c 100644 > --- a/arch/arm64/boot/dts/ti/Makefile > +++ b/arch/arm64/boot/dts/ti/Makefile > @@ -6,4 +6,6 @@ > # Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ > # > > +DTC_FLAGS += -@ > + > dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb > same comment as for patch 1/2 ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2018-09-27 11:49 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-08-31 13:28 [PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2018-08-31 13:28 ` [PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo 2018-08-31 13:28 ` [PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 0/2] ARM: dts: TI: add support for TI SoC overlays Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 1/2] ARM: dts: ti: add support for building Texas Instruments specific overlays Tero Kristo 2018-09-05 20:52 ` Frank Rowand 2018-09-06 21:36 ` Geert Uytterhoeven 2018-09-27 11:49 ` Tero Kristo 2018-09-04 8:27 ` [RESEND PATCHv2 2/2] arm64: ti: add support for building Texas instruments overlays Tero Kristo 2018-09-05 20:53 ` Frank Rowand
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).