From patchwork Fri Aug 7 03:50:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ang, Chee Hong" X-Patchwork-Id: 1342096 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BNBGF4Wvwz9sTF for ; Fri, 7 Aug 2020 13:50:27 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 625C482190; Fri, 7 Aug 2020 05:50:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id E9B9B82192; Fri, 7 Aug 2020 05:50:18 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, SPF_HELO_PASS autolearn=no autolearn_force=no version=3.4.2 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6321782179 for ; Fri, 7 Aug 2020 05:50:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=chee.hong.ang@intel.com IronPort-SDR: gdO6W0OY8YEWkl4KjvEPb1IRpLFGlhPSCz5uuau/ML4TVA4Vtbs2ZUx/PqtZy0ss+DFnjYEnrG TxmKqWVvCz3w== X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="132550817" X-IronPort-AV: E=Sophos;i="5.75,444,1589266800"; d="scan'208";a="132550817" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2020 20:50:10 -0700 IronPort-SDR: 36CHxt2tOplKWxAfM7N9qrTnMD9wL8pdU4pTz1XWetfxb9thL5fD47J0r+zNhjGoF/BscJ8O2h kDWnq4BURuMg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,444,1589266800"; d="scan'208";a="397466203" Received: from ppglcf0013.png.intel.com ([10.226.229.33]) by fmsmga001.fm.intel.com with ESMTP; 06 Aug 2020 20:50:08 -0700 From: Chee Hong Ang To: u-boot@lists.denx.de Cc: Marek Vasut , Simon Goldschmidt , Tom Rini , Ching Liang See , Ley Foon , Chee Hong Ang , Tien Fong , Siew Chin Subject: [PATCH v1 0/3] Rename Stratix10 FPGA driver and support Agilex Date: Fri, 7 Aug 2020 11:50:02 +0800 Message-Id: <20200807035005.73459-1-chee.hong.ang@intel.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean - Rename Stratix10 FPGA driver to 'Intel FPGA SDM Mailbox'. - Add watchdog reset when configuring the FPGA. - Enable 'Intel FPGA SDM Mailbox' for Agilex. Chee Hong Ang (3): fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox fpga: intel_sdm_mb: Add watchdog reset arm: socfpga: agilex: Enable FPGA Full Reconfiguration support arch/arm/mach-socfpga/Kconfig | 3 ++- arch/arm/mach-socfpga/misc_s10.c | 2 +- drivers/fpga/Kconfig | 14 +++++++------- drivers/fpga/Makefile | 2 +- drivers/fpga/altera.c | 7 ++++--- drivers/fpga/{stratix10.c => intel_sdm_mb.c} | 5 ++++- include/altera.h | 9 +++++---- 7 files changed, 24 insertions(+), 18 deletions(-) rename drivers/fpga/{stratix10.c => intel_sdm_mb.c} (97%)