Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1721391ybm; Thu, 23 May 2019 05:53:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqxGzbzGDmQf++nThMu9tfsIj337fibR+y2yRcjtq2ejTWovhzTaj0gQEjBE68ih4fdiG7NP X-Received: by 2002:a17:902:fa2:: with SMTP id 31mr99565449plz.128.1558615992872; Thu, 23 May 2019 05:53:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558615992; cv=none; d=google.com; s=arc-20160816; b=gkPV1F9a9JtXML9u7ihy2o5ig7CZrDiHkBG8ClPLgM7sXVx/CfmOnY+GM5a169nE7U eJTlmBkFqiL7njrRwkluU6czNGlbBSVjkR63K9+74G3auFF6njJVrj0cNNLS0N/uLHNq CHc6waR2yFSggSU0H3jeFZp+g43i/cWP7kzjc1Btma7m12cFIwuM+MkAS9IL/l2GUEK3 FN9N1kZtpDxo8l4tK17tQAx9GvPdhK1rFRZmBcwbyuBguVNvtSTuq88Yfkd/zVWaSyJP uBpClVzvuMO3ETlXFoVpKdQm9aHDDg4NzaL/6mTfPS8WO7DW03WnH4MmbY8CrNlCPd61 2EFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=0jq+5BDRKHKhQn9GfSAvEP6WPuMl3AJIx14LI98kD7o=; b=Su1w+uQejLH12KJlqRNTL41k60PI4E5vR8T9qH39OwumYQPGNfLZ1z0LUSTU9IcdCg uejZrKBPJTjkqG4rjnkjJQ2ft2TJXivx/VaEvUhgT6alEWTjgldRAHKxW0O+pXrChLu9 DJKetBcNC8Jlknotg1BdSwR48QmOPhxWd3EB1a+Cs8wFOXo5g55L32H5SiQ0szwZGKs4 m+YjOKdB5Zpk2rzXbNJMuHv0NCyiO/12QrvA/sFf+DLB7uajFHmXYKaeiBmy7T3K4CXk fKJ2LpxjNPd3vX5hhVOBkhCCCw+mgWyVE1YDG3SmF8lxVai1p8Cx20H+kAbK4/l/lqNR ZK0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 92si24809269plw.163.2019.05.23.05.52.57; Thu, 23 May 2019 05:53:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730709AbfEWMvQ (ORCPT + 99 others); Thu, 23 May 2019 08:51:16 -0400 Received: from mga11.intel.com ([192.55.52.93]:27649 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726310AbfEWMvP (ORCPT ); Thu, 23 May 2019 08:51:15 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 May 2019 05:51:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,503,1549958400"; d="scan'208";a="174743420" Received: from marshy.an.intel.com ([10.122.105.159]) by fmsmga002.fm.intel.com with ESMTP; 23 May 2019 05:51:14 -0700 From: richard.gong@linux.intel.com To: gregkh@linuxfoundation.org, robh+dt@kernel.org, mark.rutland@arm.com, dinguyen@kernel.org, atull@kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, sen.li@intel.com, richard.gong@linux.intel.com, Richard Gong Subject: [PATCHv3 0/4] add Intel Stratix10 remote system update driver Date: Thu, 23 May 2019 08:03:26 -0500 Message-Id: <1558616610-499-1-git-send-email-richard.gong@linux.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 From: Richard Gong Since version 2 submission is too late for kernel 5.2, I submit version 3 of Intel Stratix10 Remote System Update (RSU) drive for kernel 5.3. There is only one additional change in version 3 patch sets, which updates kernel version to 5.3 in sysfs interface document. Intel Stratix10 remote system update driver patches have been reviewed by Alan Tull and other colleagues at Intel. The Intel Stratix10 Remote System Update driver exposes interfaces access through the Intel Stratix10 Service Layer to user space via sysfs interface. The RSU interfaces report and control some of the optional RSU features on Intel Stratix 10 SoC. The RSU feature provides a way for customers to update the boot configuration of a Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. v3: changed kernel version from 5.2 to 5.3 in RSU sysfs interface document v2: removed compatible = "intel,stratix10-rsu" added intel stratix10 RSU device changed to support RSU in handling watchdog timeout s/attr_group/ATTRIBUTE_GROUPS, use devm_device_add_groups() and devm_device_remove_groups() added check the return value from rsu_send_msg() removed RSU binding text file other corrections/changes Richard Gong (4): firmware: stratix10-svc: extend svc to support RSU notify and WD features firmware: add Intel Stratix10 remote system update driver firmware: rsu: document sysfs interface MAINTAINERS: add maintainer for Intel Stratix10 FW drivers .../testing/sysfs-devices-platform-stratix10-rsu | 100 +++++ MAINTAINERS | 11 + drivers/firmware/Kconfig | 18 + drivers/firmware/Makefile | 1 + drivers/firmware/stratix10-rsu.c | 409 +++++++++++++++++++++ drivers/firmware/stratix10-svc.c | 74 +++- include/linux/firmware/intel/stratix10-smc.h | 48 ++- .../linux/firmware/intel/stratix10-svc-client.h | 12 +- 8 files changed, 663 insertions(+), 10 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu create mode 100644 drivers/firmware/stratix10-rsu.c -- 2.7.4