Re: [PATCH 4/4] [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-17 Thread Graeme Gregory
On Wed, Sep 17, 2014 at 11:40:29AM +0100, One Thousand Gnomes wrote: > > Firstly provide some useful information about the hardware. It's no good > wavng your arms at a document that requires agreeing to a giant ARM T&C > to get access to. Most of don't work for ARM and we'd have to get our own >

Re: [PATCH 4/4] [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-17 Thread One Thousand Gnomes
Firstly provide some useful information about the hardware. It's no good wavng your arms at a document that requires agreeing to a giant ARM T&C to get access to. Most of don't work for ARM and we'd have to get our own corporate legal to approve the legal garbage involved. Secondly explain why yo

[PATCH 4/4] [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-15 Thread suravee.suthikulpanit
From: Grame Gregory This is a subset of pl011 UART which does not supprt DMA or baud rate changing. It is specified in the Server Base System Architecture document from ARM. Signed-off-by: Graeme Gregory --- drivers/tty/Kconfig| 6 + drivers/tty/Makefile | 1 + drivers/tty/sbsauart.

Re: [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-01 Thread Catalin Marinas
On Mon, Sep 01, 2014 at 06:18:56PM +0100, Graeme Gregory wrote: > On Mon, Sep 01, 2014 at 06:12:48PM +0100, Catalin Marinas wrote: > > On Mon, Sep 01, 2014 at 04:06:01PM +0100, Hanjun Guo wrote: > > > From: Graeme Gregory > > > > > > This is a subset of pl011 UART which does not supprt DMA or bau

Re: [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-01 Thread Graeme Gregory
On Mon, Sep 01, 2014 at 06:12:48PM +0100, Catalin Marinas wrote: > On Mon, Sep 01, 2014 at 04:06:01PM +0100, Hanjun Guo wrote: > > From: Graeme Gregory > > > > This is a subset of pl011 UART which does not supprt DMA or baud rate > > changing. > > > > It is specified in the Server Base System Ar

Re: [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-01 Thread Catalin Marinas
On Mon, Sep 01, 2014 at 04:06:01PM +0100, Hanjun Guo wrote: > From: Graeme Gregory > > This is a subset of pl011 UART which does not supprt DMA or baud rate > changing. > > It is specified in the Server Base System Architecture document from > ARM. > > Signed-off-by: Graeme Gregory > --- > dr

Re: [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-01 Thread Mark Brown
On Mon, Sep 01, 2014 at 11:06:01PM +0800, Hanjun Guo wrote: > From: Graeme Gregory > > This is a subset of pl011 UART which does not supprt DMA or baud rate > changing. > > It is specified in the Server Base System Architecture document from > ARM. Is there any reason not to consider submitting

[RFC PATCH for Juno 2/2] tty: SBSA compatible UART

2014-09-01 Thread Hanjun Guo
From: Graeme Gregory This is a subset of pl011 UART which does not supprt DMA or baud rate changing. It is specified in the Server Base System Architecture document from ARM. Signed-off-by: Graeme Gregory --- drivers/tty/Kconfig|6 + drivers/tty/Makefile |1 + drivers/tty/sbsaua