Re: [PATCH] of/base: fix typos

2013-06-05 Thread Grant Likely
On Fri, 31 May 2013 11:34:49 +0200, Linus Walleij wrote: > On Fri, May 31, 2013 at 11:30 AM, Prabhakar Lad > wrote: > > > Hi Linus, > (...) > > Can you pick this patch ? > > No. I'm not a maintainer of drivers/of. > > Only Grant and Rob can take changes to drivers/of. > (Check MAINTAINERS.)

Re: [PATCH] of/base: fix typos

2013-06-05 Thread Grant Likely
On Fri, 31 May 2013 11:34:49 +0200, Linus Walleij linus.wall...@linaro.org wrote: On Fri, May 31, 2013 at 11:30 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Linus, (...) Can you pick this patch ? No. I'm not a maintainer of drivers/of. Only Grant and Rob can take changes

Re: [PATCH] of/base: fix typos

2013-05-31 Thread Linus Walleij
On Fri, May 31, 2013 at 11:30 AM, Prabhakar Lad wrote: > Hi Linus, (...) > Can you pick this patch ? No. I'm not a maintainer of drivers/of. Only Grant and Rob can take changes to drivers/of. (Check MAINTAINERS.) Yours, Linus Walleij -- To unsubscribe from this list: send the line

Re: [PATCH] of/base: fix typos

2013-05-31 Thread Prabhakar Lad
Hi Linus, On Thu, May 23, 2013 at 5:58 PM, Prabhakar Lad wrote: > Hi Rob/Grant, > > On Tue, May 7, 2013 at 11:34 AM, Prabhakar Lad > wrote: >> From: Lad, Prabhakar >> >> the function of_property_read_u8/16/32_array() has a parameter >> out_values, but the description mentioned it as out_value.

Re: [PATCH] of/base: fix typos

2013-05-31 Thread Prabhakar Lad
Hi Linus, On Thu, May 23, 2013 at 5:58 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Rob/Grant, On Tue, May 7, 2013 at 11:34 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com the function of_property_read_u8/16/32_array() has a

Re: [PATCH] of/base: fix typos

2013-05-31 Thread Linus Walleij
On Fri, May 31, 2013 at 11:30 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Linus, (...) Can you pick this patch ? No. I'm not a maintainer of drivers/of. Only Grant and Rob can take changes to drivers/of. (Check MAINTAINERS.) Yours, Linus Walleij -- To unsubscribe from this list:

Re: [PATCH] of/base: fix typos

2013-05-23 Thread Prabhakar Lad
Hi Rob/Grant, On Tue, May 7, 2013 at 11:34 AM, Prabhakar Lad wrote: > From: Lad, Prabhakar > > the function of_property_read_u8/16/32_array() has a parameter > out_values, but the description mentioned it as out_value. This > patch fixes this typo. > gentle ping. Regards, --Prabhakar Lad -- To

Re: [PATCH] of/base: fix typos

2013-05-23 Thread Prabhakar Lad
Hi Rob/Grant, On Tue, May 7, 2013 at 11:34 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com the function of_property_read_u8/16/32_array() has a parameter out_values, but the description mentioned it as out_value. This patch fixes this typo.

[PATCH] of/base: fix typos

2013-05-07 Thread Prabhakar Lad
From: Lad, Prabhakar the function of_property_read_u8/16/32_array() has a parameter out_values, but the description mentioned it as out_value. This patch fixes this typo. Signed-off-by: Lad, Prabhakar --- drivers/of/base.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-)