Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp918237ybm; Tue, 21 May 2019 05:58:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqwlVZz6VII+ru2Hb4OrwSzYYZ82P09wyFEc3SYuQVSIVgOX5E4wGKusnyPgYrBNczOZojzL X-Received: by 2002:a65:49c7:: with SMTP id t7mr82471060pgs.324.1558443510738; Tue, 21 May 2019 05:58:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558443510; cv=none; d=google.com; s=arc-20160816; b=PtLFwqZ0foPysk6N2Nhj0bt5jpdA6acYihJLEmkm/4k5scGpF9Vavm9Tg68k5A3OmX 5eqYHLjdl8JGKuYexnxvl1LyUOLhftsFSdbWa3s6l0aqx5U3jvpwpPa97ML1U3+ZyDbN MSxzRW5IRtIMkj94qzkyVNKmX9enltbGmR0bS4hcsR+yo6gsWwRRjAAryJ41G7H9gJ5g C7oLcPXSMSPI4eqfQSYrGPOBjALvk9YdhUMXtQCLiWWNIXlrkVvF3fxgqKGbHv66SS5I X1frxqCYiNLmf1PezpBJusCT8D03sKABcG9CKl9iY5Bu1j+KZE786BDT4eweK8spE4dy 2P0g== 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=weRtWAxdMBsx6tmqkVtuP6DrxMGCA25HOCPKvjNAh2E=; b=otee/no9zO98zbAxtHb7OAguST4YBVmgLFEEb0k1lmuvZ880qNLBQgBjkkhVAwLIvw LnRfQDQlblijcOJT7VngniUdWua8XuRAF+I7jp26Julj8t2pF2olkf51go4yWE8Y9aQX 7wIxEy8iPLZLaSPeSj6ngwgd1cMRd8JhRugcsP6l9NuLfSHaPhjiBdmdtE3W5QarjQ/Y Bs5JRLjKkeoIpteRdZYOIh96z3I2Lg1cf1otaG43sLUtRtDT7EclyJwWUwZEmgpWwf/h Ck/+lbvgk77vg1fyLfFEZ+0GJ/gzHnHpXy/4jaWbX1pb39GYxpYjcjxAmeMoBqAe5p2d 25Ag== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=QBjOnqT6; 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 k189si2846896pgd.96.2019.05.21.05.58.15; Tue, 21 May 2019 05:58:30 -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=QBjOnqT6; 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 S1728209AbfEUM4y (ORCPT + 99 others); Tue, 21 May 2019 08:56:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:42516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726692AbfEUM4y (ORCPT ); Tue, 21 May 2019 08:56:54 -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 566CB21773; Tue, 21 May 2019 12:56:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558443413; bh=DNJAuBIygsRZsy8YE6AFsvRkHodu3Ps7PRoyN9cJG9w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QBjOnqT6AXnI//DQ6VhlhHPldQqPZFA0zrSHyc7t5AiJ/YhrmEIKJvp7cD98aOqej LPMO8J0h/p8266dD9mdgrW6EDw891UUfAP/Fg03Xogs2009MME+23lrgHcTatPbjOp wYd4pbCw+fZwvzAXOz8V6TQeImhjJNEGzJ2Z+8Pc= Date: Tue, 21 May 2019 14:56:51 +0200 From: Greg Kroah-Hartman To: Esben Haabendal Cc: Lee Jones , linux-serial@vger.kernel.org, Jiri Slaby , Nishanth Menon , Vignesh R , Tony Lindgren , Lokesh Vutla , Florian Fainelli , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function Message-ID: <20190521125651.GA6264@kroah.com> References: <87o94ejwrx.fsf@haabendal.dk> <20190507133844.GA6194@dell> <87bm05mpmx.fsf@haabendal.dk> <20190514104741.GO4319@dell> <20190514122618.GA18859@kroah.com> <87imudky2o.fsf@haabendal.dk> <20190521100904.GA13612@kroah.com> <87pnocm59v.fsf@haabendal.dk> <20190521111817.GA24911@kroah.com> <87lfz0m3ge.fsf@haabendal.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lfz0m3ge.fsf@haabendal.dk> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 21, 2019 at 01:50:25PM +0200, Esben Haabendal wrote: > Greg Kroah-Hartman writes: > > > On Tue, May 21, 2019 at 01:11:08PM +0200, Esben Haabendal wrote: > >> Greg Kroah-Hartman writes: > >> > >> >> I will try ad hold back with this thread until you get back to it. > >> > > >> > Ok, I have no idea what is going on here, sorry. This is a really long > >> > and meandering thread, and I can't even find the original patches in my > >> > queue. > >> > > >> > So can you resend things and we can start over? :) > >> > >> Will do. > >> > >> > But note, using a mfd for a uart seems VERY odd to me... > >> > >> Ok. In my case, I have a pcie card with an fpga which includes 5 uart > >> ports, 3 ethernet interfaces and a number of custom IP blocks. > >> I believe that an mfd driver for that pcie card in that case. > > > > I believe you need to fix that fpga to expose individual pci devices > > such that you can properly bind the individual devices to the expected > > drivers :) > > Well, that is really out-of-scope of what I am doing here. Not really, if you have control over the fpga firmware (and odds are you do), just fix that and instantly your device works with all kernels, no need to change anything. Why not do this? > > Seriously, who makes such a broken fpga device that goes against the PCI > > spec that way? Well, not so much as "goes against it", as "ignores all > > of the proper ideas of the past 20 years for working with PCI devices". > > Might be. But that is the firmware I have to work with here, and I > still hope we can find a good solution for implementing a driver without > having to maintain out-of-tree patches. As this hardware will not work on any operating system as-is, why not fix the firmware to keep from having to support a one-off device that no one else would be crazy enough to create? :) thanks, greg k-h