From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52710C433DF for ; Thu, 9 Jul 2020 08:16:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3577D2070E for ; Thu, 9 Jul 2020 08:16:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726321AbgGIIQs (ORCPT ); Thu, 9 Jul 2020 04:16:48 -0400 Received: from mga18.intel.com ([134.134.136.126]:3050 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbgGIIQs (ORCPT ); Thu, 9 Jul 2020 04:16:48 -0400 IronPort-SDR: xeiaXYUpCUuudVaVJ13B76riudHxhXPUy07ElzuLiE0VGNc5z5Xa6ZlxNCnwnmYk8cs4AJ3A22 iKNS0Wf4pUtg== X-IronPort-AV: E=McAfee;i="6000,8403,9676"; a="135411932" X-IronPort-AV: E=Sophos;i="5.75,331,1589266800"; d="scan'208";a="135411932" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2020 01:16:47 -0700 IronPort-SDR: LcFSLNCu8TnDH/NExrYZ6zDaRD7fgoNdsyQIns2WuKKJiEhphURENKg5XTWKSdTKju0iB/+bcs BGM2EtPPbUNQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,331,1589266800"; d="scan'208";a="268697847" Received: from yilunxu-optiplex-7050.sh.intel.com ([10.239.159.141]) by fmsmga008.fm.intel.com with ESMTP; 09 Jul 2020 01:16:45 -0700 From: Xu Yilun To: mdf@kernel.org, linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org Cc: trix@redhat.com, lgoncalv@redhat.com, Xu Yilun Subject: [RESEND PATCH 0/2] Bug fixes for FPGA DFL Date: Thu, 9 Jul 2020 16:12:15 +0800 Message-Id: <1594282337-32125-1-git-send-email-yilun.xu@intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Resend these 2 fix patches since the to-be-fixed patches have been merged to mainline. Matthew Gerlach (1): fpga: dfl: fix bug in port reset handshake Xu Yilun (1): fpga: dfl: pci: reduce the scope of variable 'ret' drivers/fpga/dfl-afu-main.c | 3 ++- drivers/fpga/dfl-pci.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) -- 2.7.4