Re: [PATCH 1/7] ARM: ux500: Remove legacy ATAG SSP support

2013-11-07 Thread Lee Jones
On Thu, 07 Nov 2013, Russell King - ARM Linux wrote: > On Wed, Nov 06, 2013 at 10:05:42AM +, Lee Jones wrote: > > This hasn't been used since we converted the platform to DT only. > > Ditto. I'm confused. Is this an Acked-by? Or do you want me to do something different? -- Lee Jones Lina

Re: [PATCH 1/7] ARM: ux500: Remove legacy ATAG SSP support

2013-11-07 Thread Russell King - ARM Linux
On Wed, Nov 06, 2013 at 10:05:42AM +, Lee Jones wrote: > This hasn't been used since we converted the platform to DT only. Ditto. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger

Re: [PATCH 1/7] ARM: ux500: Remove legacy ATAG SSP support

2013-11-06 Thread Linus Walleij
On Wed, Nov 6, 2013 at 11:05 AM, Lee Jones wrote: > This hasn't been used since we converted the platform to DT only. > > Signed-off-by: Lee Jones Patch applied to my ux500-devicetree branch (for v3.14...) Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH 1/7] ARM: ux500: Remove legacy ATAG SSP support

2013-11-06 Thread Lee Jones
This hasn't been used since we converted the platform to DT only. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500.c | 30 -- arch/arm/mach-ux500/board-mop500.h | 1 - 2 files changed, 31 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500.c b/a