Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match

2014-10-29 Thread Arnd Bergmann
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 a...@kernel.org when you want us to pick up the > > patches. > scripts/get_maintainer.pl does not sugge

Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match

2014-10-28 Thread Axel Lin
>> >> Arnd are you merging this directly into ARM SoC? >> > > Applied to the fixes branch. Thanks. > > Please remember to add a...@kernel.org when you want us to pick up the > patches. scripts/get_maintainer.pl does not suggest a...@kernel.org for this patch. $ scripts/get_maintainer.pl 0001-soc-v

Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match

2014-10-28 Thread Arnd Bergmann
On Monday 20 October 2014 14:37:04 Linus Walleij wrote: > On Sun, Oct 19, 2014 at 5:41 PM, Axel Lin wrote: > > > The of_device_id table is supposed to be zero-terminated. > > > > Signed-off-by: Axel Lin > > Acked-by: Linus Walleij > > Arnd are you merging this directly into ARM SoC? > Appli

Re: [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match

2014-10-20 Thread Linus Walleij
On Sun, Oct 19, 2014 at 5:41 PM, Axel Lin wrote: > The of_device_id table is supposed to be zero-terminated. > > Signed-off-by: Axel Lin Acked-by: Linus Walleij Arnd are you merging this directly into ARM SoC? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] soc: versatile: Add terminating entry for realview_soc_of_match

2014-10-19 Thread Axel Lin
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin --- 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/