From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 850B6C74A5B for ; Thu, 11 Jul 2019 16:21:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 408A12084B for ; Thu, 11 Jul 2019 16:21:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562862110; bh=dwxmnFJQD9WfB+laAgJb7CKoDYg6vGPGHtS6cfEzyW4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cAg3XvmlPemhTtporacBzizWwAXabE1ZuWUaFg4TTATNsmE0Y/NEXH7Uppuc7cmDd Gq6tq/E3ObPRlMnubYThqpdJCTiK901RwvVwawOQQ1XEqwwVvhJJef6Blf8mUMG6wU KZq2A4D1V750r/lp3Q3+rwlqYMvMs0eW1UTLbhJ8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728654AbfGKQVt (ORCPT ); Thu, 11 Jul 2019 12:21:49 -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