* [PATCH] MIPS: add <dt-bindings/> symlink
@ 2013-08-21 14:36 James Hogan
2013-08-21 18:24 ` Stephen Warren
0 siblings, 1 reply; 3+ messages in thread
From: James Hogan @ 2013-08-21 14:36 UTC (permalink / raw)
To: Ralf Baechle
Cc: James Hogan, Stephen Warren, Michal Marek, Shawn Guo,
Ian Campbell, Mark Rutland, Pawel Moll, Rob Herring, linux-mips,
devicetree, linux-kbuild
Add symlink to include/dt-bindings from arch/mips/boot/dts/include/ to
match the ones in ARM and Meta architectures so that preprocessed device
tree files can include various useful constant definitions.
See commit c58299a (kbuild: create an "include chroot" for DT bindings)
merged in v3.10-rc1 for details.
MIPS structures it's dts files a little differently to other
architectures, having a separate dts directory for each SoC/platform,
but most of the definitions in the dt-bindings/ directory are common so
for now lets just have a single "include chroot" for all MIPS platforms.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Steven. J. Hill <steven.hill@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kbuild@vger.kernel.org
---
arch/mips/boot/dts/include/dt-bindings | 1 +
1 file changed, 1 insertion(+)
create mode 120000 arch/mips/boot/dts/include/dt-bindings
diff --git a/arch/mips/boot/dts/include/dt-bindings b/arch/mips/boot/dts/include/dt-bindings
new file mode 120000
index 0000000..08c00e4
--- /dev/null
+++ b/arch/mips/boot/dts/include/dt-bindings
@@ -0,0 +1 @@
+../../../../../include/dt-bindings
\ No newline at end of file
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MIPS: add <dt-bindings/> symlink
2013-08-21 14:36 [PATCH] MIPS: add <dt-bindings/> symlink James Hogan
@ 2013-08-21 18:24 ` Stephen Warren
2013-09-03 15:11 ` Ralf Baechle
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2013-08-21 18:24 UTC (permalink / raw)
To: James Hogan
Cc: Ralf Baechle, Stephen Warren, Michal Marek, Shawn Guo,
Ian Campbell, Mark Rutland, Pawel Moll, Rob Herring, linux-mips,
devicetree, linux-kbuild
On 08/21/2013 08:36 AM, James Hogan wrote:
> Add symlink to include/dt-bindings from arch/mips/boot/dts/include/ to
> match the ones in ARM and Meta architectures so that preprocessed device
> tree files can include various useful constant definitions.
>
> See commit c58299a (kbuild: create an "include chroot" for DT bindings)
> merged in v3.10-rc1 for details.
>
> MIPS structures it's dts files a little differently to other
> architectures, having a separate dts directory for each SoC/platform,
> but most of the definitions in the dt-bindings/ directory are common so
> for now lets just have a single "include chroot" for all MIPS platforms.
Acked-by: Stephen Warren <swarren@nvidia.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MIPS: add <dt-bindings/> symlink
2013-08-21 18:24 ` Stephen Warren
@ 2013-09-03 15:11 ` Ralf Baechle
0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2013-09-03 15:11 UTC (permalink / raw)
To: Stephen Warren
Cc: James Hogan, Stephen Warren, Michal Marek, Shawn Guo,
Ian Campbell, Mark Rutland, Pawel Moll, Rob Herring, linux-mips,
devicetree, linux-kbuild
On Wed, Aug 21, 2013 at 12:24:34PM -0600, Stephen Warren wrote:
> On 08/21/2013 08:36 AM, James Hogan wrote:
> > Add symlink to include/dt-bindings from arch/mips/boot/dts/include/ to
> > match the ones in ARM and Meta architectures so that preprocessed device
> > tree files can include various useful constant definitions.
> >
> > See commit c58299a (kbuild: create an "include chroot" for DT bindings)
> > merged in v3.10-rc1 for details.
> >
> > MIPS structures it's dts files a little differently to other
> > architectures, having a separate dts directory for each SoC/platform,
> > but most of the definitions in the dt-bindings/ directory are common so
> > for now lets just have a single "include chroot" for all MIPS platforms.
>
> Acked-by: Stephen Warren <swarren@nvidia.com>
Applied - but I'd be happier if there was a way of achiving the same thing
without symlinks.
Ralf
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-03 15:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 14:36 [PATCH] MIPS: add <dt-bindings/> symlink James Hogan
2013-08-21 18:24 ` Stephen Warren
2013-09-03 15:11 ` Ralf Baechle
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).