[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5Css1at4beoJZzwcSnWMPNhUMEc8Qtn=usQQfYVdzvvug@mail.gmail.com>
Date: Fri, 10 Apr 2015 09:33:16 -0300
From: Fabio Estevam <festevam@...il.com>
To: Pramod Gurav <gpramod@...eaurora.org>
Cc: linux-arm-msm@...r.kernel.org,
"linux-serial@...r.kernel.org" <linux-serial@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
bryanh@...eaurora.org, Stephen Boyd <sboyd@...eaurora.org>,
Jiri Slaby <jslaby@...e.cz>
Subject: Re: [PATCH v3 3/3] tty: serial: msm: replaces (1 << x) with BIT(x) macro
On Fri, Apr 10, 2015 at 9:19 AM, Pramod Gurav <gpramod@...eaurora.org> wrote:
> -#define UART_TF 0x000C
> -#define UARTDM_TF 0x0070
> +#define UART_TF 0x000C
> +#define UARTDM_TF 0x0070
This is a different change, so it should be part of a different patch.
> -#define UART_IPR 0x0018
> -#define UART_TFWR 0x001C
> -#define UART_RFWR 0x0020
> -#define UART_HCR 0x0024
> +#define UART_IPR 0x0018
> +#define UART_TFWR 0x001C
> +#define UART_RFWR 0x0020
> +#define UART_HCR 0x0024
Same here.
Regards,
Fabio Estevam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists