* [PATCH trivial 04/16] of: Improve grammar for of_alias_get_id() documentation
[not found] <1394533430-4746-1-git-send-email-geert@linux-m68k.org>
@ 2014-03-11 10:23 ` Geert Uytterhoeven
[not found] ` <1394533430-4746-4-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
[not found] ` <1394533430-4746-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2014-03-11 10:23 ` [PATCH trivial 16/16] of: Spelling s/anonymouns/anonymous/ Geert Uytterhoeven
2 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 10:23 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Grant Likely, devicetree
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: devicetree@vger.kernel.org
---
drivers/of/base.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 89e888a78899..5becd08651a7 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1871,8 +1871,8 @@ void of_alias_scan(void * (*dt_alloc)(u64 size, u64 align))
* @np: Pointer to the given device_node
* @stem: Alias stem of the given device_node
*
- * The function travels the lookup table to get alias id for the given
- * device_node and alias stem. It returns the alias id if find it.
+ * The function travels the lookup table to get the alias id for the given
+ * device_node and alias stem. It returns the alias id if found.
*/
int of_alias_get_id(struct device_node *np, const char *stem)
{
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH trivial 14/16] dma: imx-sdma: Spelling s/determnine/determine/
[not found] ` <1394533430-4746-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
@ 2014-03-11 10:23 ` Geert Uytterhoeven
0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 10:23 UTC (permalink / raw)
To: Jiri Kosina
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven,
Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA
From: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
---
.../devicetree/bindings/dma/fsl-imx-sdma.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
index ee9be9961524..e577196a12c0 100644
--- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
+++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
@@ -8,7 +8,7 @@ Required properties:
"fsl,imx51-sdma"
"fsl,imx53-sdma"
"fsl,imx6q-sdma"
- The -to variants should be preferred since they allow to determnine the
+ The -to variants should be preferred since they allow to determine the
correct ROM script addresses needed for the driver to work without additional
firmware.
- reg : Should contain SDMA registers location and length
--
1.7.9.5
--
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] 6+ messages in thread
* [PATCH trivial 16/16] of: Spelling s/anonymouns/anonymous/
[not found] <1394533430-4746-1-git-send-email-geert@linux-m68k.org>
2014-03-11 10:23 ` [PATCH trivial 04/16] of: Improve grammar for of_alias_get_id() documentation Geert Uytterhoeven
[not found] ` <1394533430-4746-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
@ 2014-03-11 10:23 ` Geert Uytterhoeven
2 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 10:23 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Grant Likely, devicetree
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: devicetree@vger.kernel.org
---
include/linux/of_platform.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h
index 05cb4a928252..8cdd53bf1114 100644
--- a/include/linux/of_platform.h
+++ b/include/linux/of_platform.h
@@ -37,7 +37,7 @@
* Note: Using an auxdata lookup table should be considered a last resort when
* converting a platform to use the DT. Normally the automatically generated
* device name will not matter, and drivers should obtain data from the device
- * node instead of from an anonymouns platform_data pointer.
+ * node instead of from an anonymous platform_data pointer.
*/
struct of_dev_auxdata {
char *compatible;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH trivial 04/16] of: Improve grammar for of_alias_get_id() documentation
[not found] ` <1394533430-4746-4-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
@ 2014-03-12 14:17 ` Rob Herring
[not found] ` <CAL_JsqLtqpYzes6n4ujaGMnr0-7PhcJpUKc2KtTPigaChkjPkg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2014-03-12 14:17 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Jiri Kosina, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Geert Uytterhoeven, Grant Likely,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Tue, Mar 11, 2014 at 5:23 AM, Geert Uytterhoeven
<geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> wrote:
> From: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
> Cc: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Did you want me to take this or it can go with the rest of the series?
Rob
--
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] 6+ messages in thread
* Re: [PATCH trivial 04/16] of: Improve grammar for of_alias_get_id() documentation
[not found] ` <CAL_JsqLtqpYzes6n4ujaGMnr0-7PhcJpUKc2KtTPigaChkjPkg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-03-12 14:29 ` Geert Uytterhoeven
[not found] ` <CAMuHMdXM2ET281xPjsx0uZis9oC6=g2gvzmQo3m9_WHXwFBrqQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-03-12 14:29 UTC (permalink / raw)
To: Rob Herring
Cc: Jiri Kosina, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Geert Uytterhoeven, Grant Likely,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Wed, Mar 12, 2014 at 3:17 PM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Tue, Mar 11, 2014 at 5:23 AM, Geert Uytterhoeven
> <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> wrote:
>> From: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
>> Cc: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
>> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Thanks!
> Did you want me to take this or it can go with the rest of the series?
I hope Jiri will take all of them through the trivial tree.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
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] 6+ messages in thread
* Re: [PATCH trivial 04/16] of: Improve grammar for of_alias_get_id() documentation
[not found] ` <CAMuHMdXM2ET281xPjsx0uZis9oC6=g2gvzmQo3m9_WHXwFBrqQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-03-12 14:35 ` Jiri Kosina
0 siblings, 0 replies; 6+ messages in thread
From: Jiri Kosina @ 2014-03-12 14:35 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Rob Herring, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Geert Uytterhoeven, Grant Likely,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Wed, 12 Mar 2014, Geert Uytterhoeven wrote:
> >> Signed-off-by: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
> >> Cc: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> >> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> >
> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>
> Thanks!
>
> > Did you want me to take this or it can go with the rest of the series?
>
> I hope Jiri will take all of them through the trivial tree.
That's the plan -- I am just waiting a little bit more to (a) gather more
acks (b) don't apply those that'll be picked by maintainers.
--
Jiri Kosina
SUSE Labs
--
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] 6+ messages in thread
end of thread, other threads:[~2014-03-12 14:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1394533430-4746-1-git-send-email-geert@linux-m68k.org>
2014-03-11 10:23 ` [PATCH trivial 04/16] of: Improve grammar for of_alias_get_id() documentation Geert Uytterhoeven
[not found] ` <1394533430-4746-4-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2014-03-12 14:17 ` Rob Herring
[not found] ` <CAL_JsqLtqpYzes6n4ujaGMnr0-7PhcJpUKc2KtTPigaChkjPkg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-12 14:29 ` Geert Uytterhoeven
[not found] ` <CAMuHMdXM2ET281xPjsx0uZis9oC6=g2gvzmQo3m9_WHXwFBrqQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-12 14:35 ` Jiri Kosina
[not found] ` <1394533430-4746-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2014-03-11 10:23 ` [PATCH trivial 14/16] dma: imx-sdma: Spelling s/determnine/determine/ Geert Uytterhoeven
2014-03-11 10:23 ` [PATCH trivial 16/16] of: Spelling s/anonymouns/anonymous/ Geert Uytterhoeven
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).