Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10705372ybi; Thu, 11 Jul 2019 09:37:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqwYV6DZAi20St5+CrPpRzjOvitxgLtlShw4q4mz9dI4jaQtzFzxZm4JwVAhIj5aWYigwhen X-Received: by 2002:a17:902:934a:: with SMTP id g10mr5817827plp.18.1562863078987; Thu, 11 Jul 2019 09:37:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562863078; cv=none; d=google.com; s=arc-20160816; b=x+oGohoPh5T4pTODfKna7ld5QEo9N1Cfka2ZgQri/LyG3RHBdXb1zd9tJn/DlXQxfs q86gMP8sdpecWg7eMt6V4NvF+jMS42cgkR81eqVjfHU9YFFQSwOC3R56vRBKkoh9lOv0 if+Q+BmOHZkK4WDtprpO94SN01yDmK8f+Vk74rjg6Ox8jIVxAnVMm4y3wb9oN/lHb2l3 7D7E3Pktyr8rUOgvfyevhbfhoaWCqyL6f6Lgrh/AGk8NjkftqtzlNd62AeC1T9pujQLg EBYx/wuQNAQC1IAC8tP0uGql3EBmTTOBTdKy7TSf4q37WcPgvAH4FpIQMI9jXIBSYHwT EOHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=L4eD4uaenirtMYqbTsNeUm2ISFwxPuNyIyv4YtLHPMo=; b=sYbF7hRYvtrhGER/Di22B8Zr8qYR/qgJDM/am5/JrxFzB8c+l4bnD8TXTitmTUjTu6 cb/f4/804DqnIBx6Cqo2q/kiAM81ZGzsUxGvTzdZSRUJwIS8BNLvyBCegcSLlX/4WscI Rne75lxVJazTYDC0RRZUccAmCauzuNCG4PQj5fybEXMF3uaXCIkPkGAj4XkrnFmi9+6J A5nJOxfEQvLrbHbXaJOH66rwAO/nfw482b/d3/3TTapugY1jwE09zWHajERRGSwpnCh5 WRsIbP3qzycoLGs9c++3elQdAxdF++OoYmUqzn4lytGS+OPSfAwCwoVvsw5Dd0PhhmhR TjiA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xL1tCB1X; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j62si5776105pgd.170.2019.07.11.09.37.42; Thu, 11 Jul 2019 09:37:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xL1tCB1X; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728647AbfGKQVs (ORCPT + 99 others); Thu, 11 Jul 2019 12:21:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:58320 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728045AbfGKQVs (ORCPT ); Thu, 11 Jul 2019 12:21:48 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 266152084B; Thu, 11 Jul 2019 16:21:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562862107; bh=dwxmnFJQD9WfB+laAgJb7CKoDYg6vGPGHtS6cfEzyW4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xL1tCB1XmVljRY2eDGvy/+E103CZASmjJ6RP7godtQs64MvYwWL5gQBP8pZ4hZkxZ LJblqgG2TDHY8yZEaIlsEFw5t6sneGryqd52YnOPyG2B8RpYbRMt9NGyeVMY+NLWFc FyGD/4eMjmgfqjnou8ogpEW2532AHu0/jA3rcc1w= Date: Thu, 11 Jul 2019 18:21:44 +0200 From: Greg KH To: Je Yen Tam Cc: "linux-serial@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: Re: [PATCH v3] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices Message-ID: <20190711162144.GA588@kroah.com> References: <20190705083349.44047-1-je.yen.tam@ni.com> <20190705090422.GA32289@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 11, 2019 at 04:01:28PM +0000, Je Yen Tam wrote: > > > On Fri, Jul 05, 2019 at 01:33:49AM -0700, jeyentam wrote: > > > > Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. > > > > > > > > Signed-off-by: Je Yen Tam > > > > --- > > > > drivers/tty/serial/8250/8250_pci.c | 298 ++++++++++++++++++++++++++++- > > > > 1 file changed, 294 insertions(+), 4 deletions(-) > > > > > > What changed from the previous versions? > > > > > > Always put that below the --- line. > > > > > > Please fix up and send a v4 with that information. > > > > Ok, will do so. > > Hi, please be noted that a v4 is submitted and ready for review. It is the middle of the merge window. I can't do anything with any patches until after 5.3-rc1 is out, and then, give me a few weeks to catch up on the pending backlog. thanks, greg k-h