* Re: [PATCH] arm64: dts: add <dt-bindings/> symlink
[not found] ` <1389346197-5127-1-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2014-01-10 9:22 ` Lothar Waßmann
[not found] ` <20140110102226.63f5bf30-VjFSrY7JcPWvSplVBqRQBQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Lothar Waßmann @ 2014-01-10 9:22 UTC (permalink / raw)
To: Pankaj Dubey
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA, catalin.marinas-5wv7dgnIgG8,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, will.deacon-5wv7dgnIgG8
Hi,
Pankaj Dubey wrote:
> Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to
> match the ones in ARM 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.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
> arch/arm64/boot/dts/include/dt-bindings | 1 +
> 1 file changed, 1 insertion(+)
> create mode 120000 arch/arm64/boot/dts/include/dt-bindings
>
> diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings
> new file mode 120000
> index 0000000..08c00e4
> --- /dev/null
> +++ b/arch/arm64/boot/dts/include/dt-bindings
> @@ -0,0 +1 @@
> +../../../../../include/dt-bindings
> \ No newline at end of file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Lothar Waßmann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info-AvR2QvxeiV7DiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org
___________________________________________________________
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] arm64: dts: add <dt-bindings/> symlink
@ 2014-01-10 9:29 Pankaj Dubey
[not found] ` <1389346197-5127-1-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Pankaj Dubey @ 2014-01-10 9:29 UTC (permalink / raw)
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA
Cc: will.deacon-5wv7dgnIgG8, catalin.marinas-5wv7dgnIgG8,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, Pankaj Dubey
Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to
match the ones in ARM 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.
Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
---
arch/arm64/boot/dts/include/dt-bindings | 1 +
1 file changed, 1 insertion(+)
create mode 120000 arch/arm64/boot/dts/include/dt-bindings
diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings
new file mode 120000
index 0000000..08c00e4
--- /dev/null
+++ b/arch/arm64/boot/dts/include/dt-bindings
@@ -0,0 +1 @@
+../../../../../include/dt-bindings
\ No newline at end of file
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: add <dt-bindings/> symlink
[not found] ` <20140110102226.63f5bf30-VjFSrY7JcPWvSplVBqRQBQ@public.gmane.org>
@ 2014-01-10 10:46 ` Pankaj Dubey
[not found] ` <52CFCFA1.4080405-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Pankaj Dubey @ 2014-01-10 10:46 UTC (permalink / raw)
To: Lothar Waßmann
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA, catalin.marinas-5wv7dgnIgG8,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, will.deacon-5wv7dgnIgG8
On 01/10/2014 06:22 PM, Lothar Waßmann wrote:
> Hi,
>
> Pankaj Dubey wrote:
>> Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to
>> match the ones in ARM 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.
>>
>> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> ---
>> arch/arm64/boot/dts/include/dt-bindings | 1 +
>> 1 file changed, 1 insertion(+)
>> create mode 120000 arch/arm64/boot/dts/include/dt-bindings
>>
>> diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings
>> new file mode 120000
>> index 0000000..08c00e4
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/include/dt-bindings
>> @@ -0,0 +1 @@
>> +../../../../../include/dt-bindings
>> \ No newline at end of file
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I just created symlink file to "include/dt-bindings", and when created
patch it is showing this line
at the end of patch. I do not have much idea why this came in patch? But
when I checked similar patches
it looks like it is required.
> Lothar Waßmann
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: add <dt-bindings/> symlink
[not found] ` <52CFCFA1.4080405-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2014-01-10 10:54 ` Lothar Waßmann
[not found] ` <20140110115432.21fb03af-VjFSrY7JcPWvSplVBqRQBQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Lothar Waßmann @ 2014-01-10 10:54 UTC (permalink / raw)
To: Pankaj Dubey
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA, catalin.marinas-5wv7dgnIgG8,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, will.deacon-5wv7dgnIgG8
Hi,
Pankaj Dubey wrote:
> On 01/10/2014 06:22 PM, Lothar Waßmann wrote:
> > Hi,
> >
> > Pankaj Dubey wrote:
> >> Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to
> >> match the ones in ARM 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.
> >>
> >> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> >> ---
> >> arch/arm64/boot/dts/include/dt-bindings | 1 +
> >> 1 file changed, 1 insertion(+)
> >> create mode 120000 arch/arm64/boot/dts/include/dt-bindings
> >>
> >> diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings
> >> new file mode 120000
> >> index 0000000..08c00e4
> >> --- /dev/null
> >> +++ b/arch/arm64/boot/dts/include/dt-bindings
> >> @@ -0,0 +1 @@
> >> +../../../../../include/dt-bindings
> >> \ No newline at end of file
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> I just created symlink file to "include/dt-bindings", and when created
> patch it is showing this line
> at the end of patch. I do not have much idea why this came in patch? But
> when I checked similar patches
> it looks like it is required.
>
I noticed after sending the email, that the file in question was
actually only a symlink. The message seems to be a 'feature' of
'patch' when dealing with symlinks.
Lothar Waßmann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info-AvR2QvxeiV7DiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org
___________________________________________________________
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: add <dt-bindings/> symlink
[not found] ` <20140110115432.21fb03af-VjFSrY7JcPWvSplVBqRQBQ@public.gmane.org>
@ 2014-01-27 11:04 ` Pankaj Dubey
0 siblings, 0 replies; 5+ messages in thread
From: Pankaj Dubey @ 2014-01-27 11:04 UTC (permalink / raw)
To: Lothar Waßmann
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA, catalin.marinas-5wv7dgnIgG8,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, will.deacon-5wv7dgnIgG8
On 01/10/2014 07:54 PM, Lothar Waßmann wrote:
> Hi,
>
> Pankaj Dubey wrote:
>> On 01/10/2014 06:22 PM, Lothar Waßmann wrote:
>>> Hi,
>>>
>>> Pankaj Dubey wrote:
>>>> Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to
>>>> match the ones in ARM 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.
>>>>
>>>> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>>>> ---
>>>> arch/arm64/boot/dts/include/dt-bindings | 1 +
>>>> 1 file changed, 1 insertion(+)
>>>> create mode 120000 arch/arm64/boot/dts/include/dt-bindings
>>>>
>>>> diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings
>>>> new file mode 120000
>>>> index 0000000..08c00e4
>>>> --- /dev/null
>>>> +++ b/arch/arm64/boot/dts/include/dt-bindings
>>>> @@ -0,0 +1 @@
>>>> +../../../../../include/dt-bindings
>>>> \ No newline at end of file
>>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> I just created symlink file to "include/dt-bindings", and when created
>> patch it is showing this line
>> at the end of patch. I do not have much idea why this came in patch? But
>> when I checked similar patches
>> it looks like it is required.
>>
> I noticed after sending the email, that the file in question was
> actually only a symlink. The message seems to be a 'feature' of
> 'patch' when dealing with symlinks.
>
>
> Lothar Waßmann
Gentle Ping.
Best Regards,
Pankaj Dubey
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-27 11:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10 9:29 [PATCH] arm64: dts: add <dt-bindings/> symlink Pankaj Dubey
[not found] ` <1389346197-5127-1-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-01-10 9:22 ` Lothar Waßmann
[not found] ` <20140110102226.63f5bf30-VjFSrY7JcPWvSplVBqRQBQ@public.gmane.org>
2014-01-10 10:46 ` Pankaj Dubey
[not found] ` <52CFCFA1.4080405-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-01-10 10:54 ` Lothar Waßmann
[not found] ` <20140110115432.21fb03af-VjFSrY7JcPWvSplVBqRQBQ@public.gmane.org>
2014-01-27 11:04 ` Pankaj Dubey
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).