From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Gong Subject: Re: [PATCHv4 2/4] firmware: add Intel Stratix10 remote system update driver Date: Wed, 29 May 2019 09:15:05 -0500 Message-ID: References: <1559074833-1325-1-git-send-email-richard.gong@linux.intel.com> <1559074833-1325-3-git-send-email-richard.gong@linux.intel.com> <20190528231557.GA28886@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190528231557.GA28886@kroah.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Greg KH Cc: robh+dt@kernel.org, mark.rutland@arm.com, dinguyen@kernel.org, atull@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, sen.li@intel.com, Richard Gong List-Id: devicetree@vger.kernel.org Hi Greg, On 5/28/19 6:15 PM, Greg KH wrote: > On Tue, May 28, 2019 at 03:20:31PM -0500, richard.gong@linux.intel.com wrote: >> From: Richard Gong >> >> The Intel Remote System Update (RSU) driver exposes interfaces access >> through the Intel 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. >> >> Signed-off-by: Richard Gong >> Reviewed-by: Alan Tull > > Is Alan reviewing all of these new versions before you post them > publicly? If so, great, if not, don't add tags to new versions when you > change things around... Yes, Alan reviewed all of these new versions before I submitted for upstream. > > thanks, > > greg k-h > Regards, Richard