Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752337AbbFHF66 (ORCPT ); Mon, 8 Jun 2015 01:58:58 -0400 Received: from mail-db3on0146.outbound.protection.outlook.com ([157.55.234.146]:6160 "EHLO emea01-db3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751959AbbFHF6s (ORCPT ); Mon, 8 Jun 2015 01:58:48 -0400 Authentication-Results: gmail.com; dkim=none (message not signed) header.d=none; Message-ID: <55752EF5.1040103@toradex.com> Date: Mon, 8 Jun 2015 11:28:13 +0530 From: Bhuvanchandra DV User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: CC: , , , , , , , , , Subject: Re: [PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation References: <1433136067-20644-1-git-send-email-bhuvanchandra.dv@toradex.com> In-Reply-To: <1433136067-20644-1-git-send-email-bhuvanchandra.dv@toradex.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [115.115.225.206] X-ClientProxiedBy: SINPR01CA0012.apcprd01.prod.exchangelabs.com (10.141.109.12) To DB4PR05MB271.eurprd05.prod.outlook.com (10.242.158.26) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB4PR05MB271; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(520003)(5005006)(3002001);SRVR:DB4PR05MB271;BCL:0;PCL:0;RULEID:;SRVR:DB4PR05MB271; X-Forefront-PRVS: 060166847D X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6049001)(6009001)(51704005)(377454003)(24454002)(479174004)(77096005)(92566002)(2950100001)(19580395003)(189998001)(83506001)(23746002)(87976001)(110136002)(62966003)(77156002)(122386002)(4001350100001)(5001960100002)(40100003)(2351001)(86362001)(54356999)(87266999)(76176999)(50986999)(65816999)(80316001)(99136001)(33656002)(46102003)(42186005)(59896002)(50466002)(47776003)(66066001)(65956001)(36756003);DIR:OUT;SFP:1102;SCL:1;SRVR:DB4PR05MB271;H:[10.18.0.154];FPR:;SPF:None;MLV:sfv;LANG:en; X-OriginatorOrg: toradex.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 08 Jun 2015 05:58:40.5745 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB4PR05MB271 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 23 Hello, Ping! On 06/01/2015 10:51 AM, Bhuvanchandra DV wrote: > Changes since V1: > Use common get/set mctrl control methods for both lpuart, lpuart32 > and fix indention. > > Bhuvanchandra DV (3): > ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins > tty: serial: fsl_lpuart: remove RTS/CTS control from set/get_mctrl > tty: serial: fsl_lpuart: Add support for RS-485 > > arch/arm/boot/dts/vf-colibri.dtsi | 2 + > drivers/tty/serial/fsl_lpuart.c | 103 ++++++++++++++++++++------------------ > 2 files changed, 57 insertions(+), 48 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/