Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Måns Rullgård
Sergei Shtylyov writes: > On 10/2/2015 5:26 PM, Måns Rullgård wrote: > Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. >>> Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Sergei Shtylyov
On 10/2/2015 5:26 PM, Måns Rullgård wrote: Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of the UART, but I've not managed to figure out who the

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Måns Rullgård
Sergei Shtylyov writes: > Hello. > > On 10/2/2015 3:12 PM, Mans Rullgard wrote: > >> Some SoCs have a UART with a non-standard register layout. This >> allows the debug console to work with these. > >> Signed-off-by: Mans Rullgard >> --- >> I would have preferred a more accurate description of

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Sergei Shtylyov
Hello. On 10/2/2015 3:12 PM, Mans Rullgard wrote: Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of the UART, but I've not managed to figure out

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Måns Rullgård
Mans Rullgard writes: > Some SoCs have a UART with a non-standard register layout. This > allows the debug console to work with these. > > Signed-off-by: Mans Rullgard > --- > I would have preferred a more accurate description of the UART, but I've > not managed to figure out who the vendor is.

[PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Mans Rullgard
Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of the UART, but I've not managed to figure out who the vendor is. --- arch/arm/Kconfig.debug|

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Måns Rullgård
Sergei Shtylyov writes: > Hello. > > On 10/2/2015 3:12 PM, Mans Rullgard wrote: > >> Some SoCs have a UART with a non-standard register layout. This >> allows the debug console to work with these. > >> Signed-off-by: Mans Rullgard >> --- >> I

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Sergei Shtylyov
On 10/2/2015 5:26 PM, Måns Rullgård wrote: Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of the UART, but I've not managed to

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Måns Rullgård
Mans Rullgard writes: > Some SoCs have a UART with a non-standard register layout. This > allows the debug console to work with these. > > Signed-off-by: Mans Rullgard > --- > I would have preferred a more accurate description of the UART, but I've > not managed

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Sergei Shtylyov
Hello. On 10/2/2015 3:12 PM, Mans Rullgard wrote: Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of the UART, but I've not

Re: [PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Måns Rullgård
Sergei Shtylyov writes: > On 10/2/2015 5:26 PM, Måns Rullgård wrote: > Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. >>> Signed-off-by: Mans Rullgard --- I

[PATCH] ARM: debug: add support for alternate 8250 register layout

2015-10-02 Thread Mans Rullgard
Some SoCs have a UART with a non-standard register layout. This allows the debug console to work with these. Signed-off-by: Mans Rullgard --- I would have preferred a more accurate description of the UART, but I've not managed to figure out who the vendor is. ---