Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751826AbdIUTuu (ORCPT ); Thu, 21 Sep 2017 15:50:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:42406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751706AbdIUTut (ORCPT ); Thu, 21 Sep 2017 15:50:49 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8EF4921EAA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=atull@kernel.org X-Google-Smtp-Source: AOwi7QCNwli+cHrBZd+u7v10R863AyYtmbnb7ndwKbYW52A9jV24E5z7TLctEFx+CZ8Gxvbhqx8KvdhHu9UW650h9IQ= MIME-Version: 1.0 In-Reply-To: <20170921191109.GA7814@tyrael.ni.corp.natinst.com> 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> From: Alan Tull Date: Thu, 21 Sep 2017 14:50:07 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge To: Moritz Fischer Cc: Wu Hao , linux-fpga@vger.kernel.org, linux-kernel , linux-api@vger.kernel.org, "Kang, Luwei" , "Zhang, Yi Z" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1077 Lines: 44 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. 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