Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752005AbdG1N3X (ORCPT ); Fri, 28 Jul 2017 09:29:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:33256 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbdG1N3V (ORCPT ); Fri, 28 Jul 2017 09:29:21 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A108622C93 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 MIME-Version: 1.0 In-Reply-To: <1498441938-14046-1-git-send-email-hao.wu@intel.com> References: <1498441938-14046-1-git-send-email-hao.wu@intel.com> From: Alan Tull Date: Fri, 28 Jul 2017 08:28:39 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/22] Intel FPGA Device Drivers To: Wu Hao Cc: Moritz Fischer , 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: 1031 Lines: 25 On Sun, Jun 25, 2017 at 8:51 PM, Wu Hao wrote: > Hi All, > > Here is v2 patch-series adding drivers for Intel FPGA devices. > > The Intel FPGA driver provides interfaces for userspace applications to > configure, enumerate, open, and access FPGA accelerators on platforms > equipped with Intel(R) PCIe based FPGA solutions and enables system > level management functions such as FPGA partial reconfiguration, power > management and virtualization. > > This patch series only adds the basic functions for FPGA accelerators and > partial reconfiguration. Patches for more functions, e.g power management > and virtualization, will be submitted after this series gets reviewed. > > This patch series depends on Alan Tull's patch set v2 on FPGA region > support w/o device tree (see [1]). I've posted a branch for review convenience on the linux-fpga kernel.org repo. The branch contains this patchset on top of my now old v2 FPGA region patchset. Branch name: for-review-next-20170720-intel-fpga-driver-v2 Alan