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 B99F0C54EAA for ; Fri, 27 Jan 2023 10:36:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231857AbjA0KgW (ORCPT ); Fri, 27 Jan 2023 05:36:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231863AbjA0KgS (ORCPT ); Fri, 27 Jan 2023 05:36:18 -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 5400079630; Fri, 27 Jan 2023 02:36: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 E0A0061AE4; Fri, 27 Jan 2023 10:36:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7BE0DC4339B; Fri, 27 Jan 2023 10:36:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674815772; bh=vw0iiYxGTCesFwa72RlwSdRCpxQWJUUPK745DxXrCUA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Id6qV15kooUPWdHl4wyDEwnRgvOc2+29dUbHInSpAvRIRX6L27wWP4F9gYc/qx2Wx yLrku+TkgmP/GZ5Q29QiGdwH3Cpv410ahtzDpayjiYIcdGoqUueGnsBhNom6pO3XtO 40CkRIns8lVuV/VWzJf2nFLfYFBusSqUmFZkRikBXlzl8JhOIPZyBu2DxMKmA8qSg/ 94pX7quhPoYH+7U1EKPZOV1KSTBSITsAY2jXTB20+B6uIRFBYYXg91CSVCRQVQ6SMv K/r8TuZIDqNyGXERee86EJkfDF/sQMtp72RXoa+3B+2koH0cZxzvXaXgufubDrIPRn PHg05faGWWHGA== Date: Fri, 27 Jan 2023 10:36: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 05/11] mfd: intel-m10-bmc: Support multiple CSR register layouts Message-ID: References: <20230116100845.6153-1-ilpo.jarvinen@linux.intel.com> <20230116100845.6153-6-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-6-ilpo.jarvinen@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Jan 2023, Ilpo Järvinen wrote: > There are different addresses for the MAX10 CSR registers. Introducing > a new data structure m10bmc_csr_map for the register definition of > MAX10 CSR. > > Provide the csr_map for SPI. > > Co-developed-by: Tianfei zhang > Signed-off-by: Tianfei zhang > Reviewed-by: Russ Weight > Reviewed-by: Xu Yilun > Acked-for-MFD-by: Lee Jones > Signed-off-by: Ilpo Järvinen > --- > drivers/fpga/intel-m10-bmc-sec-update.c | 73 +++++++++++++++++-------- > drivers/mfd/intel-m10-bmc-core.c | 10 ++-- > drivers/mfd/intel-m10-bmc-spi.c | 23 ++++++++ > include/linux/mfd/intel-m10-bmc.h | 38 +++++++++++-- > 4 files changed, 111 insertions(+), 33 deletions(-) Applied, thanks -- Lee Jones [李琼斯]