Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4024C38142 for ; Fri, 27 Jan 2023 10:44:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232408AbjA0Kol (ORCPT ); Fri, 27 Jan 2023 05:44:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232269AbjA0Kob (ORCPT ); Fri, 27 Jan 2023 05:44:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6502134C1D; Fri, 27 Jan 2023 02:44:13 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 00F9C61AD5; Fri, 27 Jan 2023 10:44:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE8FDC433A0; Fri, 27 Jan 2023 10:44:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674816252; bh=ynTmj3b4CBObQ1WhT58swNRUJrBAzRCbyyjV8tvQOeg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nIq3g8Iyvv7jAql5cP8aaXB44NLxyFsez6brpzTyYorxVdi7gxQPlKVLbv0z69xVG Uny8JS4MO2Nwldfx9ViaHF8paXDefC4sTmEdygYdoazDdrdkNsuM9M71fDVYkoO6g8 uMydwXAbVqCrg/JCH0L1dq6fR4y0bnnkywagSC/05lHz662Rno4j54NNrMmuusVxbW UP62Lka3R3+jyrCj+XT1+a7PjlDhE2DPl7KT0zhINQwnKioxhq4eMA8khAr7tGTFZu bmsrwA/JeS4iYRIhCQYeF20UIGAlLvYz7ceMz5m2wIeEEz8q3M8OcaMAQ0xZVhcoRM uBX2lj/cecGuw== Date: Fri, 27 Jan 2023 10:44:06 +0000 From: Lee Jones To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: linux-fpga@vger.kernel.org, Xu Yilun , Wu Hao , Tom Rix , Moritz Fischer , Matthew Gerlach , Russ Weight , Tianfei zhang , Mark Brown , Marco Pagani , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 09/11] fpga: m10bmc-sec: Make rsu status type specific Message-ID: References: <20230116100845.6153-1-ilpo.jarvinen@linux.intel.com> <20230116100845.6153-10-ilpo.jarvinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230116100845.6153-10-ilpo.jarvinen@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mon, 16 Jan 2023, Ilpo Järvinen wrote: > The rsu status field moves from the doorbell register to the auth > result register in the PMCI implementation of the MAX10 BMC. In order > to prepare for that, refactor the sec update driver code to have a type > specific ops that provides ->rsu_status(). > > Co-developed-by: Tianfei zhang > Signed-off-by: Tianfei zhang > Co-developed-by: Russ Weight > Signed-off-by: Russ Weight > Signed-off-by: Ilpo Järvinen > --- > drivers/fpga/intel-m10-bmc-sec-update.c | 109 +++++++++++++++++------- > include/linux/mfd/intel-m10-bmc.h | 1 - > 2 files changed, 78 insertions(+), 32 deletions(-) Applied, thanks -- Lee Jones [李琼斯]