From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752921AbcBJQ2Q (ORCPT ); Wed, 10 Feb 2016 11:28:16 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35847 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752552AbcBJQ2N (ORCPT ); Wed, 10 Feb 2016 11:28:13 -0500 Subject: Re: [PATCH v8 0/3] tty: Introduce software RS485 direction control support To: "Matwey V. Kornilov" References: <1454350162-1840-1-git-send-email-matwey@sai.msu.ru> <56BB5FE7.30009@hurleysoftware.com> Cc: Greg KH , Jiri Slaby , Andy Shevchenko , One Thousand Gnomes , linux-kernel , linux-serial@vger.kernel.org From: Peter Hurley Message-ID: <56BB651A.4040803@hurleysoftware.com> Date: Wed, 10 Feb 2016 08:28:10 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/10/2016 08:24 AM, Matwey V. Kornilov wrote: > 2016-02-10 19:05 GMT+03:00 Peter Hurley : >> Hi Matwey, >> >> On 02/01/2016 10:09 AM, Matwey V. Kornilov wrote: >>> Changes from v7: >>> - rework comments to follow guidelines >>> - minor style changes >>> Changes from v6: >>> - minor style changes >>> - timers are not IRQSAFE now >>> Changes from v5: >>> - rs485_emul variable has been renamed to em485 to follow function names convention >>> Changes from v4: >>> - Add commit message to 1/3 >>> Changes from v3: >>> - Completely redesigned. >>> Changes from v2: >>> - Introduced SER_RS485_SOFTWARE to show that software implementation is being used >>> - serial8250_rs485_config is located as required >>> - Timers are used to implement delay_before and delay_after timeouts >>> >>> Signed-off-by: Matwey V. Kornilov >> >> The holdup here is that I'd like to unit test this, which is 3rd on my todo list. >> Should be done before the end of the week which will be soon enough >> for this series to make linux-next. > > Hi Peter, > > Is something required from me? Not unless my tests identify a problem. I'll let you know.