RE: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Koul, Vinod
> > > is there anything you are waiting for still? Should Jon resend his > > > latest patches to make sure we get them merged this time? > > > > > > I have multiple people that want to send me patches for 3.8 based on > > > that work, so we are running out of time now. > > > > Vinod responded

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Arnd Bergmann
On Friday 16 November 2012, Jon Hunter wrote: > > is there anything you are waiting for still? Should Jon resend > > his latest patches to make sure we get them merged this time? > > > > I have multiple people that want to send me patches for 3.8 based > > on that work, so we are running out of

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Jon Hunter
On 11/16/2012 03:36 AM, Arnd Bergmann wrote: > On Thursday 15 November 2012, Lee Jones wrote: >> On Thu, 15 Nov 2012, Arnd Bergmann wrote: >> >>> On Thursday 15 November 2012, Lee Jones wrote: UARTs no longer require call-back information, since the reset call-back was removed in

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Arnd Bergmann
On Thursday 15 November 2012, Lee Jones wrote: > On Thu, 15 Nov 2012, Arnd Bergmann wrote: > > > On Thursday 15 November 2012, Lee Jones wrote: > > > UARTs no longer require call-back information, since the reset > > > call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. > > > The

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Arnd Bergmann
On Thursday 15 November 2012, Lee Jones wrote: On Thu, 15 Nov 2012, Arnd Bergmann wrote: On Thursday 15 November 2012, Lee Jones wrote: UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Jon Hunter
On 11/16/2012 03:36 AM, Arnd Bergmann wrote: On Thursday 15 November 2012, Lee Jones wrote: On Thu, 15 Nov 2012, Arnd Bergmann wrote: On Thursday 15 November 2012, Lee Jones wrote: UARTs no longer require call-back information, since the reset call-back was removed in

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Arnd Bergmann
On Friday 16 November 2012, Jon Hunter wrote: is there anything you are waiting for still? Should Jon resend his latest patches to make sure we get them merged this time? I have multiple people that want to send me patches for 3.8 based on that work, so we are running out of time now.

RE: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-16 Thread Koul, Vinod
is there anything you are waiting for still? Should Jon resend his latest patches to make sure we get them merged this time? I have multiple people that want to send me patches for 3.8 based on that work, so we are running out of time now. Vinod responded today saying it will be

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Linus Walleij
On Thu, Nov 15, 2012 at 9:33 AM, Lee Jones wrote: > UARTs no longer require call-back information, since the reset > call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. > The only AUXDATA dependencies remaining for UARTs are DMA settings. > > Signed-off-by: Lee Jones Acked-by:

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Lee Jones
On Thu, 15 Nov 2012, Arnd Bergmann wrote: > On Thursday 15 November 2012, Lee Jones wrote: > > UARTs no longer require call-back information, since the reset > > call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. > > The only AUXDATA dependencies remaining for UARTs are DMA

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Arnd Bergmann
On Thursday 15 November 2012, Lee Jones wrote: > UARTs no longer require call-back information, since the reset > call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. > The only AUXDATA dependencies remaining for UARTs are DMA settings. > > Signed-off-by: Lee Jones Acked-by: Arnd

[PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Lee Jones
UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA dependencies remaining for UARTs are DMA settings. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c |3 +-- 1 file changed, 1

[PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Lee Jones
UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA dependencies remaining for UARTs are DMA settings. Signed-off-by: Lee Jones lee.jo...@linaro.org --- arch/arm/mach-ux500/cpu-db8500.c |3 +-- 1

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Arnd Bergmann
On Thursday 15 November 2012, Lee Jones wrote: UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA dependencies remaining for UARTs are DMA settings. Signed-off-by: Lee Jones lee.jo...@linaro.org

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Lee Jones
On Thu, 15 Nov 2012, Arnd Bergmann wrote: On Thursday 15 November 2012, Lee Jones wrote: UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA dependencies remaining for UARTs are DMA settings.

Re: [PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately

2012-11-15 Thread Linus Walleij
On Thu, Nov 15, 2012 at 9:33 AM, Lee Jones lee.jo...@linaro.org wrote: UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA dependencies remaining for UARTs are DMA settings. Signed-off-by: Lee