* [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match
@ 2014-10-19 15:41 Axel Lin
2014-10-20 12:37 ` Linus Walleij
0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2014-10-19 15:41 UTC (permalink / raw)
To: Linus Walleij, Arnd Bergmann; +Cc: linux-kernel@vger.kernel.org
The of_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/soc/versatile/soc-realview.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/versatile/soc-realview.c b/drivers/soc/versatile/soc-realview.c
index cea8ea3..1a07bf5 100644
--- a/drivers/soc/versatile/soc-realview.c
+++ b/drivers/soc/versatile/soc-realview.c
@@ -26,6 +26,7 @@ static const struct of_device_id realview_soc_of_match[] = {
{ .compatible = "arm,realview-pb11mp-soc", },
{ .compatible = "arm,realview-pba8-soc", },
{ .compatible = "arm,realview-pbx-soc", },
+ { }
};
static u32 realview_coreid;
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match
2014-10-19 15:41 [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match Axel Lin
@ 2014-10-20 12:37 ` Linus Walleij
2014-10-28 21:05 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2014-10-20 12:37 UTC (permalink / raw)
To: Axel Lin; +Cc: Arnd Bergmann, linux-kernel@vger.kernel.org
On Sun, Oct 19, 2014 at 5:41 PM, Axel Lin <axel.lin@ingics.com> wrote:
> The of_device_id table is supposed to be zero-terminated.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Arnd are you merging this directly into ARM SoC?
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match
2014-10-20 12:37 ` Linus Walleij
@ 2014-10-28 21:05 ` Arnd Bergmann
2014-10-29 0:48 ` Axel Lin
0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2014-10-28 21:05 UTC (permalink / raw)
To: Linus Walleij; +Cc: Axel Lin, linux-kernel@vger.kernel.org, arm
On Monday 20 October 2014 14:37:04 Linus Walleij wrote:
> On Sun, Oct 19, 2014 at 5:41 PM, Axel Lin <axel.lin@ingics.com> wrote:
>
> > The of_device_id table is supposed to be zero-terminated.
> >
> > Signed-off-by: Axel Lin <axel.lin@ingics.com>
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>
> Arnd are you merging this directly into ARM SoC?
>
Applied to the fixes branch.
Please remember to add arm@kernel.org when you want us to pick up the
patches.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match
2014-10-28 21:05 ` Arnd Bergmann
@ 2014-10-29 0:48 ` Axel Lin
2014-10-29 8:01 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2014-10-29 0:48 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: Linus Walleij, linux-kernel@vger.kernel.org, arm
>>
>> Arnd are you merging this directly into ARM SoC?
>>
>
> Applied to the fixes branch.
Thanks.
>
> Please remember to add arm@kernel.org when you want us to pick up the
> patches.
scripts/get_maintainer.pl does not suggest arm@kernel.org for this patch.
$ scripts/get_maintainer.pl
0001-soc-versatile-Add-terminating-entry-for-realview_soc.patch
Linus Walleij <linus.walleij@linaro.org>
(commit_signer:1/1=100%,authored:1/1=100%,added_lines:144/144=100%)
Arnd Bergmann <arnd@arndb.de> (commit_signer:1/1=100%)
linux-kernel@vger.kernel.org (open list)
Maybe it needs update the maintainer entry?
Axel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match
2014-10-29 0:48 ` Axel Lin
@ 2014-10-29 8:01 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2014-10-29 8:01 UTC (permalink / raw)
To: Axel Lin; +Cc: Linus Walleij, linux-kernel@vger.kernel.org, arm
On Wednesday 29 October 2014 08:48:11 Axel Lin wrote:
> >>
> >> Arnd are you merging this directly into ARM SoC?
> >>
> >
> > Applied to the fixes branch.
> Thanks.
> >
> > Please remember to add arm@kernel.org when you want us to pick up the
> > patches.
> scripts/get_maintainer.pl does not suggest arm@kernel.org for this patch.
>
> $ scripts/get_maintainer.pl
> 0001-soc-versatile-Add-terminating-entry-for-realview_soc.patch
> Linus Walleij <linus.walleij@linaro.org>
> (commit_signer:1/1=100%,authored:1/1=100%,added_lines:144/144=100%)
> Arnd Bergmann <arnd@arndb.de> (commit_signer:1/1=100%)
> linux-kernel@vger.kernel.org (open list)
>
> Maybe it needs update the maintainer entry?
We generally don't want developers other than subarch maintainers to
send us stuff directly and we certainly don't want to be Cc'd on
(literally, if you count every version in review) thousands of patches
per kernel release.
My comment was directed at Linus, who has sent us the updates for
vexpress recently and who was (rightfully) asking for the patch to
be picked up.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-29 8:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 15:41 [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match Axel Lin
2014-10-20 12:37 ` Linus Walleij
2014-10-28 21:05 ` Arnd Bergmann
2014-10-29 0:48 ` Axel Lin
2014-10-29 8:01 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox