* Hemant Pedanekar <hemantp@xxxxxx> [100811 10:04]: > This patch adds support for low level debugging on TI816X boards. Currently the > support for UART3 console on TI816X EVM is added. > --- a/arch/arm/mach-omap2/include/mach/debug-macro.S > +++ b/arch/arm/mach-omap2/include/mach/debug-macro.S > @@ -66,6 +66,12 @@ omap_uart_lsr: .word 0 > beq 34f @ configure OMAP3UART4 > cmp \rx, #OMAP4UART4 @ only on 44xx > beq 44f @ configure OMAP4UART4 > + cmp \rx, #TI816XUART1 @ ti816x UART offsets different > + beq 81f @ configure UART1 > + cmp \rx, #TI816XUART2 @ ti816x UART offsets different > + beq 82f @ configure UART2 > + cmp \rx, #TI816XUART3 @ ti816x UART offsets different > + beq 83f @ configure UART3 > cmp \rx, #ZOOM_UART @ only on zoom2/3 > beq 95f @ configure ZOOM_UART > Would be nice to have the TI816XUART defines in this patch too instead of defining them in some other patch earlier. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html