Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp5166218ybc; Tue, 26 Nov 2019 23:01:49 -0800 (PST) X-Google-Smtp-Source: APXvYqyuLo6tELiqT5VYYdqoirSBysW9U/xJ0UpZenJD+cgWppeQze8COZFfToF5VoF2wpYgeSD4 X-Received: by 2002:a05:6402:1a4f:: with SMTP id bf15mr30110692edb.160.1574838108763; Tue, 26 Nov 2019 23:01:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574838108; cv=none; d=google.com; s=arc-20160816; b=aF+0PRKaNIEBXUEbRt31dDjUG2aLA/hGnMC8HR/SNcdhmA9DQotNtVFiPikRtpd4SG VZbRGHftGnOTd9gOnfUPkujfyHN8KrjBq0ZgVfcraowIEYGNyJvfiboL1r/GVEDAQuKp FBoRNS5obajvEG1dq9Dx4bDoT4b5X2BIL/T+N5KleGBafNnhMcuyjNyYICn6EmjFMtva fDvPsjq5h7ZtZqc0atOK/wmQNe3iu6j3o6mBGYTz8pST0UKp2DWZtMFmGfmepi9D5OUz fzC+V9oRUTzP7jYGbFEGZMnU+QygYiuik3vtPnB98WialyGfDFnG9QBmPc/v1+6lE76X pgcQ== 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=nqQJGae0eeqWypNMJ67rq8/ggfcAB0xyIZoisfogWmw=; b=fVJxyXvEZmzrRqL6adBWJ4FvcAFF3oq7oJg5otEinDor+0MwOWWGOKh4EaLwW6V6Zb 5ektv09kjt+iBLyS7ZtE+c26MDse5bkE4su4orWlrLs+cOvSb/pSZF6Z8yuH0LWWSDw2 9lGkBu6cLuzMSl9KUQHye/aGYEL0s44dSr2mi+SjuluKUCm5xWKLe8fDV5cLexlGkoHZ Ma1ArASB3Nom8jWEEl8AGG3ZRdzDC91uLL54JQ37AAMWw6721sWjK0LuFSjwgwT2/qlS HCSv7RRYiFIi1YHFU/bQGMMhDbkywVzz1eQX5PFjMO48OsxeEPjLkjY9/rRdJjKEkIcP uV2Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Nfhs7ssB; 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 g18si2115994edm.378.2019.11.26.23.01.24; Tue, 26 Nov 2019 23:01:48 -0800 (PST) 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=Nfhs7ssB; 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 S1726135AbfK0G7G (ORCPT + 99 others); Wed, 27 Nov 2019 01:59:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:47888 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbfK0G7G (ORCPT ); Wed, 27 Nov 2019 01:59:06 -0500 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 F410320665; Wed, 27 Nov 2019 06:59:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574837945; bh=zK1jCwlGOD78VxyRYdiQ6t+wN6eJspibjYTJfiHAKZQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nfhs7ssBftD+Mla9meYRq1vCMBrSJKx547gAd6rSP8aIjOOI2qauAyKMhSvV/7FSC sPtAYOWwFIWOA2gSoD+79mwGyX0raoNh9UohHsXsJvPwqokDmzZenbE2lr0WwxY6lb WEZeU9bJ2EiT1QxAaaCXIU4oQFbGx60wD2rvr3Nk= Date: Wed, 27 Nov 2019 07:59:03 +0100 From: Greg KH To: Je Yen Tam Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices" Message-ID: <20191127065903.GA1725222@kroah.com> References: <20191127031751.9082-1-je.yen.tam@ni.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191127031751.9082-1-je.yen.tam@ni.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 27, 2019 at 11:17:51AM +0800, Je Yen Tam wrote: > This reverts commit fdc2de87124f5183a98ea7eced1f76dbdba22951 which is > commit 225607f75454 ("serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"). That sentance does not make sense. fdc2de87124f ("serial/8250: Add support for NI-Serial PXI/PXIe+485 devices") is in the 5.4 kernel tree, where did the commit id "225607f75454" come from? I don't see it anywhere in Linus's tree. > The upstream introduced a breakage on NI-Serial PXI(e)-RS485 devices, > RS-232 variants have no issue. The Linux system can enumerate the Serial > PXI(e)-RS485 devices, but it broke the R/W operation on the ports. I can not parse this paragraph either, what do you mean by "The upstream"? > However, the implementation is working on the NI internal Linux RT kernel > but it does not work in the Linux main tree kernel. This is only affecting > NI products, specifically the RS-485 variants. Reverting the upstream > until a proper implementation that can apply to both NI internal Linux > kernel and Linux mainline kernel is figured out. So this patch really does not work at all? Can't you just find a simple fix to go on top of it to resolve the issue? You really want it all ripped out for 5.5 and 5.4.y? thanks, greg k-h