<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>104712a0 - fpga: xilinx-selectmap: add new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#104712a0</link>
        <description>fpga: xilinx-selectmap: add new driverXilinx 7 series FPGA can be programmed using a parallel port namedthe SelectMAP interface in the datasheet. This interface is compatiblewith the i.MX6 EIM bus controller but other types of external memorymapped parallel bus might work.xilinx-selectmap currently only supports the x8 mode where data is loadedat one byte per rising edge of the clock, with the MSb of each bytepresented to the D0 pin.Signed-off-by: Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;[yilun.xu@linux.intel.com: replace data type of i from u32 to size_t]Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20240321220447.3260065-4-charles.perry@savoirfairelinux.comSigned-off-by: Xu Yilun &lt;yilun.xu@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Thu, 21 Mar 2024 22:04:35 +0000</pubDate>
        <dc:creator>Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;</dc:creator>
    </item>
<item>
        <title>a52e3a9d - fpga: xilinx-spi: extract a common driver core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#a52e3a9d</link>
        <description>fpga: xilinx-spi: extract a common driver coreFactor out the gpio handshaking (using PROGRAM_B, INIT_B and DONE)protocol in xilinx-core so that it can be reused for another driver.This commit does not change anything functionally to xilinx-spi.xilinx-core expects drivers to provide a write(const char* buf,size_t count) function that performs the actual write to the device,as well as a struct device* for resource management.Signed-off-by: Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20240321220447.3260065-2-charles.perry@savoirfairelinux.comSigned-off-by: Xu Yilun &lt;yilun.xu@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Thu, 21 Mar 2024 22:04:33 +0000</pubDate>
        <dc:creator>Charles Perry &lt;charles.perry@savoirfairelinux.com&gt;</dc:creator>
    </item>
<item>
        <title>3969f645 - fpga: add configuration for the FPGA KUnit test suites.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#3969f645</link>
        <description>fpga: add configuration for the FPGA KUnit test suites.Add configuration for the KUnit test suites for the core componentsof the FPGA subsystem.Signed-off-by: Marco Pagani &lt;marpagan@redhat.com&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20230718130304.87048-5-marpagan@redhat.comSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Tue, 18 Jul 2023 13:03:04 +0000</pubDate>
        <dc:creator>Marco Pagani &lt;marpagan@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>463dd43b - fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA manager</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#463dd43b</link>
        <description>fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA managerAdd support to the FPGA manager for programming Lattice ECP5 FPGA overslave SPI sysCONFIG interface.sysCONFIG interface core functionality is separate from both ECP5 andSPI specifics, so support for other FPGAs with different port types canbe added in the future.Signed-off-by: Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20221025053947.2737-2-i.bornyakov@metrotek.ru[yilun.xu@intel.com: remove redundant blank line after kmemdup]Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Tue, 25 Oct 2022 05:39:46 +0000</pubDate>
        <dc:creator>Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;</dc:creator>
    </item>
<item>
        <title>5f8d4a90 - fpga: microchip-spi: add Microchip MPF FPGA manager</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#5f8d4a90</link>
        <description>fpga: microchip-spi: add Microchip MPF FPGA managerAdd support to the FPGA manager for programming Microchip PolarfireFPGAs over slave SPI interface with .dat formatted bitsream image.Signed-off-by: Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;Reviewed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Tested-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Acked-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Link: https://lore.kernel.org/r/20220623163248.3672-4-i.bornyakov@metrotek.ruSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Thu, 23 Jun 2022 16:32:46 +0000</pubDate>
        <dc:creator>Ivan Bornyakov &lt;i.bornyakov@metrotek.ru&gt;</dc:creator>
    </item>
<item>
        <title>bdf86d0e - fpga: m10bmc-sec: create max10 bmc secure update</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#bdf86d0e</link>
        <description>fpga: m10bmc-sec: create max10 bmc secure updateCreate a sub-driver for the FPGA Card BMC in order to support secureupdates.  This patch creates the Max10 BMC Secure Update driver andprovides sysfs files for displaying the root entry hashes (REH) for theFPGA static region (SR), the FPGA Partial Reconfiguration (PR) region,and the card BMC.The Intel MAX10 BMC Root of Trust (RoT) requires that all BMC Nios firmwareand FPGA images are authenticated using ECDSA before loading and executingon the card. Code Signing Keys (CSK) are used to sign images. CSKs aresigned by a root key. The root entry hash is created from the root publickey.The RoT provides authentication by storing an REH bitstream to a write-oncelocation. Image signatures are verified against the hash.Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Tested-by: Tianfei Zhang &lt;tianfei.zhang@intel.com&gt;Signed-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Link: https://lore.kernel.org/r/20220606160038.846236-3-russell.h.weight@intel.comSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Mon, 06 Jun 2022 16:00:35 +0000</pubDate>
        <dc:creator>Russ Weight &lt;russell.h.weight@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>baf7d27d - fpga: Use tab instead of space indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#baf7d27d</link>
        <description>fpga: Use tab instead of space indentationIn FPGA Makefile has both space and tab indentation, tomake them align use tab instead of space indentation.Signed-off-by: Nava kishore Manne &lt;nava.manne@xilinx.com&gt;Link: https://lore.kernel.org/r/20220423170235.2115479-5-nava.manne@xilinx.comSigned-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 23 Apr 2022 17:02:34 +0000</pubDate>
        <dc:creator>Nava kishore Manne &lt;nava.manne@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>01c54e62 - fpga: versal-fpga: Add versal fpga manager driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#01c54e62</link>
        <description>fpga: versal-fpga: Add versal fpga manager driverAdd support for Xilinx Versal FPGA manager.PDI source type can be DDR, OCM, QSPI flash etc..But driver allocates memory always from DDR, Since driver supports onlyDDR source type.Reviewed-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Appana Durga Kedareswara rao &lt;appana.durga.rao@xilinx.com&gt;Signed-off-by: Nava kishore Manne &lt;nava.manne@xilinx.com&gt;Link: https://lore.kernel.org/r/20210626155248.5004-6-nava.manne@xilinx.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 26 Jun 2021 15:52:48 +0000</pubDate>
        <dc:creator>Nava kishore Manne &lt;nava.manne@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>56172ab3 - fpga: dfl: add support for N3000 Nios private feature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#56172ab3</link>
        <description>fpga: dfl: add support for N3000 Nios private featureThis patch adds support for the Nios handshake private feature on IntelPAC (Programmable Acceleration Card) N3000.The Nios is the embedded processor on the FPGA card. This private featureprovides a handshake interface to FPGA Nios firmware, which receivesretimer configuration command from host and executes via an internal SPImaster (spi-altera). When Nios finishes the configuration, host takes overthe ownership of the SPI master to control an Intel MAX10 BMC (BoardManagement Controller) Chip on the SPI bus.For Nios firmware handshake part, this driver requests the retimerconfiguration for Nios firmware on probe, and adds some sysfs nodes foruser to query the onboard retimer&apos;s working mode and Nios firmwareversion.For SPI part, this driver adds a spi-altera platform device as well asthe MAX10 BMC spi slave info. A spi-altera driver will be matched tohandle the following SPI work.[mdf@kernel.org: Fixed up ABI doc kernel release]Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Signed-off-by: Matthew Gerlach &lt;matthew.gerlach@linux.intel.com&gt;Signed-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Link: https://lore.kernel.org/r/20210107043714.991646-8-mdf@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Thu, 07 Jan 2021 04:37:13 +0000</pubDate>
        <dc:creator>Xu Yilun &lt;yilun.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>724142f8 - fpga: dfl: fme: add performance reporting support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#724142f8</link>
        <description>fpga: dfl: fme: add performance reporting supportThis patch adds support for performance reporting private featurefor FPGA Management Engine (FME). Now it supports several differentperformance counters, including &apos;basic&apos;, &apos;cache&apos;, &apos;fabric&apos;, &apos;vtd&apos;and &apos;vtd_sip&apos;. It allows user to use standard linux tools to accessthese performance counters.e.g. List all events by &quot;perf list&quot;  perf list | grep fme  dfl_fme0/cache_read_hit/                     [Kernel PMU event]  dfl_fme0/cache_read_miss/                    [Kernel PMU event]  ...  dfl_fme0/fab_mmio_read/                      [Kernel PMU event]  dfl_fme0/fab_mmio_write/                     [Kernel PMU event]  ...  dfl_fme0/fab_port_mmio_read,portid=?/        [Kernel PMU event]  dfl_fme0/fab_port_mmio_write,portid=?/       [Kernel PMU event]  ...  dfl_fme0/vtd_port_devtlb_1g_fill,portid=?/   [Kernel PMU event]  dfl_fme0/vtd_port_devtlb_2m_fill,portid=?/   [Kernel PMU event]  ...  dfl_fme0/vtd_sip_iotlb_1g_hit/               [Kernel PMU event]  dfl_fme0/vtd_sip_iotlb_1g_miss/              [Kernel PMU event]  ...  dfl_fme0/clock                               [Kernel PMU event]  ...e.g. check increased counter value after run one application using&quot;perf stat&quot; command. perf stat -e dfl_fme0/fab_mmio_read/,dfl_fme0/fab_mmio_write/ ./test Performance counter stats for &apos;./test&apos;:                 1      dfl_fme0/fab_mmio_read/                 2      dfl_fme0/fab_mmio_write/       1.009496520 seconds time elapsedPlease note that fabric counters support both fab_* and fab_port_*, butactually they are sharing one set of performance counters in hardware.If user wants to monitor overall data events on fab_* then fab_port_*can&apos;t be supported at the same time, see example below:perf stat -e dfl_fme0/fab_mmio_read/,dfl_fme0/fab_port_mmio_write,portid=0/ Performance counter stats for &apos;system wide&apos;:                 0      dfl_fme0/fab_mmio_read/   &lt;not supported&gt;      dfl_fme0/fab_port_mmio_write,portid=0/       2.141064085 seconds time elapsedSigned-off-by: Luwei Kang &lt;luwei.kang@intel.com&gt;Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Link: https://lore.kernel.org/r/1587949583-12058-3-git-send-email-hao.wu@intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Mon, 27 Apr 2020 01:06:23 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cb3c2c47 - fpga: dfl: fme: add global error reporting support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#cb3c2c47</link>
        <description>fpga: dfl: fme: add global error reporting supportThis patch adds support for global error reporting for FPGAManagement Engine (FME), it introduces sysfs interfaces toreport different error detected by the hardware, and allowuser to clear errors or inject error for testing purpose.Signed-off-by: Luwei Kang &lt;luwei.kang@intel.com&gt;Signed-off-by: Ananda Ravuri &lt;ananda.ravuri@intel.com&gt;Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Mon, 12 Aug 2019 02:50:03 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>44d24753 - fpga: dfl: afu: add error reporting support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#44d24753</link>
        <description>fpga: dfl: afu: add error reporting support.Error reporting is one important private feature, it reports errordetected on port and accelerated function unit (AFU). It introducesseveral sysfs interfaces to allow userspace to check and clearerrors detected by hardware.Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Mon, 12 Aug 2019 02:50:01 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c09f7471 - fpga manager: Adding FPGA Manager support for Xilinx zynqmp</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#c09f7471</link>
        <description>fpga manager: Adding FPGA Manager support for Xilinx zynqmpThis patch adds FPGA Manager support for the XilinxZynqMP chip.Signed-off-by: Nava kishore Manne &lt;nava.manne@xilinx.com&gt;Reviewed-by: Moritz Fischer &lt;mdf@kernel.org&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Mon, 15 Apr 2019 07:17:48 +0000</pubDate>
        <dc:creator>Nava kishore Manne &lt;nava.manne@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>e7eef1d7 - fpga: add intel stratix10 soc fpga manager driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#e7eef1d7</link>
        <description>fpga: add intel stratix10 soc fpga manager driverAdd driver for reconfiguring Intel Stratix10 SoC FPGA devices.This driver communicates through the Intel service layer driverwhich does communication with privileged hardware (that does theFPGA programming) through a secure mailbox.Signed-off-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Richard Gong &lt;richard.gong@intel.com&gt;Acked-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Tue, 13 Nov 2018 18:14:04 +0000</pubDate>
        <dc:creator>Alan Tull &lt;atull@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fa8dda1e - fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#fa8dda1e</link>
        <description>fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls supportDMA memory regions are required for Accelerated Function Unit (AFU) usage.These two ioctls allow user space applications to map user memory regionsfor dma, and unmap them after use. Iova is returned from driver to userspace application via DFL_FPGA_PORT_DMA_MAP ioctl. Application needs tounmap it after use, otherwise, driver will unmap them in device filerelease operation.Each AFU has its own rb tree to keep track of its mapped DMA regions.Ioctl interfaces:* DFL_FPGA_PORT_DMA_MAP  Do the dma mapping per user_addr and length provided by user.  Return iova in provided struct dfl_fpga_port_dma_map.* DFL_FPGA_PORT_DMA_UNMAP  Unmap the dma region per iova provided by user.Signed-off-by: Tim Whisonant &lt;tim.whisonant@intel.com&gt;Signed-off-by: Enno Luebbers &lt;enno.luebbers@intel.com&gt;Signed-off-by: Shiva Rao &lt;shiva.rao@intel.com&gt;Signed-off-by: Christopher Rauer &lt;christopher.rauer@intel.com&gt;Signed-off-by: Xiao Guangrong &lt;guangrong.xiao@linux.intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 30 Jun 2018 00:53:35 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>857a2622 - fpga: dfl: afu: add afu sub feature support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#857a2622</link>
        <description>fpga: dfl: afu: add afu sub feature supportUser Accelerated Function Unit sub feature exposes the MMIO region ofthe AFU. After valid PR bitstream is programmed and the port is enabled,then this MMIO region could be accessed.This patch adds support to enumerate the AFU MMIO region and expose itto userspace via mmap file operation. Below interfaces are exposed to user:Sysfs interface:* /sys/class/fpga_region/&lt;regionX&gt;/&lt;dfl-port.x&gt;/afu_id  Read-only. Indicate which PR bitstream is programmed to this AFU.Ioctl interfaces:* DFL_FPGA_PORT_GET_INFO  Provide info to userspace on the number of supported region.  Only UAFU region is supported now.* DFL_FPGA_PORT_GET_REGION_INFO  Provide region information, including access permission, region size,  offset from the start of device fd.Signed-off-by: Tim Whisonant &lt;tim.whisonant@intel.com&gt;Signed-off-by: Enno Luebbers &lt;enno.luebbers@intel.com&gt;Signed-off-by: Shiva Rao &lt;shiva.rao@intel.com&gt;Signed-off-by: Christopher Rauer &lt;christopher.rauer@intel.com&gt;Signed-off-by: Xiao Guangrong &lt;guangrong.xiao@linux.intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 30 Jun 2018 00:53:34 +0000</pubDate>
        <dc:creator>Xiao Guangrong &lt;guangrong.xiao@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1a1527cf - fpga: dfl: add FPGA Accelerated Function Unit driver basic framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#1a1527cf</link>
        <description>fpga: dfl: add FPGA Accelerated Function Unit driver basic frameworkOn DFL FPGA devices, the Accelerated Function Unit (AFU), can bereprogrammed for different functions. It connects to the FPGAinfrastructure (static FPGA region) via a Port. Port CSRs areimplemented separately from the AFU CSRs to provide control andstatus of the Port. Once valid PR bitstream is programmed intothe AFU, it allows access to the AFU CSRs in the AFU MMIO space.This patch only implements basic driver framework for AFU, includingdevice file operation framework.Signed-off-by: Tim Whisonant &lt;tim.whisonant@intel.com&gt;Signed-off-by: Enno Luebbers &lt;enno.luebbers@intel.com&gt;Signed-off-by: Shiva Rao &lt;shiva.rao@intel.com&gt;Signed-off-by: Christopher Rauer &lt;christopher.rauer@intel.com&gt;Signed-off-by: Xiao Guangrong &lt;guangrong.xiao@linux.intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 30 Jun 2018 00:53:30 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bb61b9be - fpga: dfl: add fpga region platform driver for FME</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#bb61b9be</link>
        <description>fpga: dfl: add fpga region platform driver for FMEThis patch adds fpga region platform driver for FPGA Management Engine.It register an fpga region with given fpga manager / bridge device.Signed-off-by: Tim Whisonant &lt;tim.whisonant@intel.com&gt;Signed-off-by: Enno Luebbers &lt;enno.luebbers@intel.com&gt;Signed-off-by: Shiva Rao &lt;shiva.rao@intel.com&gt;Signed-off-by: Christopher Rauer &lt;christopher.rauer@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Acked-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 30 Jun 2018 00:53:28 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de892dff - fpga: dfl: add fpga bridge platform driver for FME</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#de892dff</link>
        <description>fpga: dfl: add fpga bridge platform driver for FMEThis patch adds fpga bridge platform driver for FPGA Management Engine.It implements the enable_set callback for fpga bridge.Signed-off-by: Tim Whisonant &lt;tim.whisonant@intel.com&gt;Signed-off-by: Enno Luebbers &lt;enno.luebbers@intel.com&gt;Signed-off-by: Shiva Rao &lt;shiva.rao@intel.com&gt;Signed-off-by: Christopher Rauer &lt;christopher.rauer@intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Acked-by: Moritz Fischer &lt;mdf@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 30 Jun 2018 00:53:27 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>af275ec6 - fpga: dfl: add fpga manager platform driver for FME</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fpga/Makefile#af275ec6</link>
        <description>fpga: dfl: add fpga manager platform driver for FMEThis patch adds fpga manager driver for FPGA Management Engine (FME). Itimplements fpga_manager_ops for FPGA Partial Reconfiguration function.Signed-off-by: Tim Whisonant &lt;tim.whisonant@intel.com&gt;Signed-off-by: Enno Luebbers &lt;enno.luebbers@intel.com&gt;Signed-off-by: Shiva Rao &lt;shiva.rao@intel.com&gt;Signed-off-by: Christopher Rauer &lt;christopher.rauer@intel.com&gt;Signed-off-by: Kang Luwei &lt;luwei.kang@intel.com&gt;Signed-off-by: Xiao Guangrong &lt;guangrong.xiao@linux.intel.com&gt;Signed-off-by: Wu Hao &lt;hao.wu@intel.com&gt;Acked-by: Alan Tull &lt;atull@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fpga/Makefile</description>
        <pubDate>Sat, 30 Jun 2018 00:53:25 +0000</pubDate>
        <dc:creator>Wu Hao &lt;hao.wu@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
