Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751843AbdIVCW7 (ORCPT ); Thu, 21 Sep 2017 22:22:59 -0400 Received: from mga05.intel.com ([192.55.52.43]:62471 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751726AbdIVCW5 (ORCPT ); Thu, 21 Sep 2017 22:22:57 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,426,1500966000"; d="scan'208";a="152059187" Date: Fri, 22 Sep 2017 10:15:01 +0800 From: Wu Hao To: Alan Tull Cc: Moritz Fischer , linux-fpga@vger.kernel.org, linux-kernel , linux-api@vger.kernel.org, "Kang, Luwei" , "Zhang, Yi Z" Subject: Re: [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge Message-ID: <20170922021501.GA15082@hao-dev> References: <1498441938-14046-1-git-send-email-hao.wu@intel.com> <1498441938-14046-4-git-send-email-hao.wu@intel.com> <20170921191109.GA7814@tyrael.ni.corp.natinst.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1669 Lines: 61 On Thu, Sep 21, 2017 at 02:50:07PM -0500, Alan Tull wrote: > On Thu, Sep 21, 2017 at 2:11 PM, Moritz Fischer wrote: > > Hi Moritz, > > > Hi, > > > > On Mon, Jun 26, 2017 at 09:51:59AM +0800, Wu Hao wrote: > >> This patch removes OF dependency of fpga-bridge, it allows drivers > >> to use fpga-bridge class without device tree support. > >> > >> Signed-off-by: Wu Hao > >> --- > >> drivers/fpga/Kconfig | 1 - > >> 1 file changed, 1 deletion(-) > >> > >> diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig > >> index ed600d5..c1d8f41 100644 > >> --- a/drivers/fpga/Kconfig > >> +++ b/drivers/fpga/Kconfig > >> @@ -75,7 +75,6 @@ config FPGA_MGR_ZYNQ_FPGA > >> > >> config FPGA_BRIDGE > >> tristate "FPGA Bridge Framework" > >> - depends on OF > > > > Shouldn't that dependency be removed in the patch that removes the > > dependency, or was the dependency never there in the first place? > > It wasn't dependent on OF in the first place. Hi Alan / Moritz I see this change has been integrated into below patch from Alan. [PATCH v4 15/18] fpga: region: move device tree support to of-fpga-region.c so I think I can drop this patch in my next version patch set. : ) Thanks Hao > > Thanks, > Alan > > > > >> help > >> Say Y here if you want to support bridges connected between host > >> processors and FPGAs or between FPGAs. > >> -- > >> 1.8.3.1 > >> > > > > Thanks, > > > > Moritz > -- > To unsubscribe from this list: send the line "unsubscribe linux-fpga" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html