* [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file
@ 2018-07-19 11:54 Harish Jenny K N
2018-07-19 16:18 ` Frank Rowand
0 siblings, 1 reply; 4+ messages in thread
From: Harish Jenny K N @ 2018-07-19 11:54 UTC (permalink / raw)
To: Pantelis Antoniou, Frank Rowand, Rob Herring, Mark Rutland
Cc: devicetree, Harish Jenny K N
File dt-object-internal.txt does not exist. This patch removes
a reference to it.
Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com>
---
Documentation/devicetree/dynamic-resolution-notes.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt
index 083d232..c24ec36 100644
--- a/Documentation/devicetree/dynamic-resolution-notes.txt
+++ b/Documentation/devicetree/dynamic-resolution-notes.txt
@@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
----------------------------------
This document describes the implementation of the in-kernel
-Device Tree resolver, residing in drivers/of/resolver.c and is a
-companion document to Documentation/devicetree/dt-object-internal.txt[1]
+Device Tree resolver, residing in drivers/of/resolver.c
How the resolver works
----------------------
The resolver is given as an input an arbitrary tree compiled with the
proper dtc option and having a /plugin/ tag. This generates the
-appropriate __fixups__ & __local_fixups__ nodes as described in [1].
+appropriate __fixups__ & __local_fixups__ nodes.
In sequence the resolver works by the following steps:
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file
2018-07-19 11:54 [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file Harish Jenny K N
@ 2018-07-19 16:18 ` Frank Rowand
2018-08-13 9:33 ` Harish Jenny K N
0 siblings, 1 reply; 4+ messages in thread
From: Frank Rowand @ 2018-07-19 16:18 UTC (permalink / raw)
To: Harish Jenny K N, Pantelis Antoniou, Rob Herring, Mark Rutland; +Cc: devicetree
On 07/19/18 04:54, Harish Jenny K N wrote:
> File dt-object-internal.txt does not exist. This patch removes
> a reference to it.
>
> Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com>
> ---
> Documentation/devicetree/dynamic-resolution-notes.txt | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt
> index 083d232..c24ec36 100644
> --- a/Documentation/devicetree/dynamic-resolution-notes.txt
> +++ b/Documentation/devicetree/dynamic-resolution-notes.txt
> @@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
> ----------------------------------
>
> This document describes the implementation of the in-kernel
> -Device Tree resolver, residing in drivers/of/resolver.c and is a
> -companion document to Documentation/devicetree/dt-object-internal.txt[1]
> +Device Tree resolver, residing in drivers/of/resolver.c
>
> How the resolver works
> ----------------------
>
> The resolver is given as an input an arbitrary tree compiled with the
> proper dtc option and having a /plugin/ tag. This generates the
> -appropriate __fixups__ & __local_fixups__ nodes as described in [1].
> +appropriate __fixups__ & __local_fixups__ nodes.
>
> In sequence the resolver works by the following steps:
>
> --
> 2.7.4
>
>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file
2018-07-19 16:18 ` Frank Rowand
@ 2018-08-13 9:33 ` Harish Jenny K N
2018-08-13 14:19 ` Rob Herring
0 siblings, 1 reply; 4+ messages in thread
From: Harish Jenny K N @ 2018-08-13 9:33 UTC (permalink / raw)
To: Frank Rowand, Pantelis Antoniou, Rob Herring, Mark Rutland; +Cc: devicetree
On Thursday 19 July 2018 09:48 PM, Frank Rowand wrote:
> On 07/19/18 04:54, Harish Jenny K N wrote:
>> File dt-object-internal.txt does not exist. This patch removes
>> a reference to it.
>>
>> Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com>
>> ---
>> Documentation/devicetree/dynamic-resolution-notes.txt | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt
>> index 083d232..c24ec36 100644
>> --- a/Documentation/devicetree/dynamic-resolution-notes.txt
>> +++ b/Documentation/devicetree/dynamic-resolution-notes.txt
>> @@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
>> ----------------------------------
>>
>> This document describes the implementation of the in-kernel
>> -Device Tree resolver, residing in drivers/of/resolver.c and is a
>> -companion document to Documentation/devicetree/dt-object-internal.txt[1]
>> +Device Tree resolver, residing in drivers/of/resolver.c
>>
>> How the resolver works
>> ----------------------
>>
>> The resolver is given as an input an arbitrary tree compiled with the
>> proper dtc option and having a /plugin/ tag. This generates the
>> -appropriate __fixups__ & __local_fixups__ nodes as described in [1].
>> +appropriate __fixups__ & __local_fixups__ nodes.
>>
>> In sequence the resolver works by the following steps:
>>
>> --
>> 2.7.4
>>
>>
> Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Can anyone please commit this ?
Thanks,
Harish
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file
2018-08-13 9:33 ` Harish Jenny K N
@ 2018-08-13 14:19 ` Rob Herring
0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-08-13 14:19 UTC (permalink / raw)
To: harish_kandiga; +Cc: Frank Rowand, Pantelis Antoniou, Mark Rutland, devicetree
On Mon, Aug 13, 2018 at 3:33 AM Harish Jenny K N
<harish_kandiga@mentor.com> wrote:
>
>
> On Thursday 19 July 2018 09:48 PM, Frank Rowand wrote:
> > On 07/19/18 04:54, Harish Jenny K N wrote:
> >> File dt-object-internal.txt does not exist. This patch removes
> >> a reference to it.
> >>
> >> Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com>
> >> ---
> >> Documentation/devicetree/dynamic-resolution-notes.txt | 5 ++---
> >> 1 file changed, 2 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt
> >> index 083d232..c24ec36 100644
> >> --- a/Documentation/devicetree/dynamic-resolution-notes.txt
> >> +++ b/Documentation/devicetree/dynamic-resolution-notes.txt
> >> @@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
> >> ----------------------------------
> >>
> >> This document describes the implementation of the in-kernel
> >> -Device Tree resolver, residing in drivers/of/resolver.c and is a
> >> -companion document to Documentation/devicetree/dt-object-internal.txt[1]
> >> +Device Tree resolver, residing in drivers/of/resolver.c
> >>
> >> How the resolver works
> >> ----------------------
> >>
> >> The resolver is given as an input an arbitrary tree compiled with the
> >> proper dtc option and having a /plugin/ tag. This generates the
> >> -appropriate __fixups__ & __local_fixups__ nodes as described in [1].
> >> +appropriate __fixups__ & __local_fixups__ nodes.
> >>
> >> In sequence the resolver works by the following steps:
> >>
> >> --
> >> 2.7.4
> >>
> >>
> > Reviewed-by: Frank Rowand <frank.rowand@sony.com>
>
>
> Can anyone please commit this ?
Applied.
Rob
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-08-13 14:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19 11:54 [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file Harish Jenny K N
2018-07-19 16:18 ` Frank Rowand
2018-08-13 9:33 ` Harish Jenny K N
2018-08-13 14:19 ` Rob Herring
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).