Re: [U-Boot] [PATCH 1/5] msm7x30: Add support for low speed uart on msm7x30

2012-02-28 Thread Albert ARIBAUD
Hi Mohamed, Le 16/02/2012 03:59, mohamed.han...@lntinfotech.com a écrit : +#define UART_CR_TX_DISABLE (1<< 3) +#define UART_CR_TX_ENABLE (1<< 3) I doubt the same bit value can mean both enable and disable. +#define UART_CR_RX_DISABLE (1<< 3) +#define UART_CR_RX_E

[U-Boot] [PATCH 1/5] msm7x30: Add support for low speed uart on msm7x30

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef * Support for low speed uart Signed-off-by: Mohamed Haneef --- drivers/serial/Makefile |1 + drivers/serial/serial_msm_uart.c | 206 ++ 2 files changed, 207 insertions(+), 0 deletions(-) create mode 100644 drivers/