Re: [U-Boot] [PATCH v6 07/10] ns16550: map register base address for debug UART

2016-01-05 Thread Wills Wang
On 01/06/2016 05:18 AM, Daniel Schwierzeck wrote: 2016-01-04 14:07 GMT+01:00 Thomas Chou : Hi Wills, On 2016年01月04日 19:14, Wills Wang wrote: MIPS need to use KSEG1 address for register operation, this patch add map_physmem to convert CONFIG_DEBUG_UART_BASE for debug UART. Signed-off-by: Wi

Re: [U-Boot] [PATCH v6 07/10] ns16550: map register base address for debug UART

2016-01-05 Thread Daniel Schwierzeck
2016-01-04 14:07 GMT+01:00 Thomas Chou : > Hi Wills, > > > On 2016年01月04日 19:14, Wills Wang wrote: >> >> MIPS need to use KSEG1 address for register operation, this patch >> add map_physmem to convert CONFIG_DEBUG_UART_BASE for debug UART. >> >> Signed-off-by: Wills Wang >> --- >> >> Changes in v6

Re: [U-Boot] [PATCH v6 07/10] ns16550: map register base address for debug UART

2016-01-04 Thread Wills Wang
On 01/04/2016 09:07 PM, Thomas Chou wrote: Hi Wills, On 2016年01月04日 19:14, Wills Wang wrote: MIPS need to use KSEG1 address for register operation, this patch add map_physmem to convert CONFIG_DEBUG_UART_BASE for debug UART. Signed-off-by: Wills Wang --- Changes in v6: None Changes in v5:

Re: [U-Boot] [PATCH v6 07/10] ns16550: map register base address for debug UART

2016-01-04 Thread Thomas Chou
Hi Wills, On 2016年01月04日 19:14, Wills Wang wrote: MIPS need to use KSEG1 address for register operation, this patch add map_physmem to convert CONFIG_DEBUG_UART_BASE for debug UART. Signed-off-by: Wills Wang --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None C

[U-Boot] [PATCH v6 07/10] ns16550: map register base address for debug UART

2016-01-04 Thread Wills Wang
MIPS need to use KSEG1 address for register operation, this patch add map_physmem to convert CONFIG_DEBUG_UART_BASE for debug UART. Signed-off-by: Wills Wang --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/serial/ns16550.c | 6 +++