From mboxrd@z Thu Jan 1 00:00:00 1970 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 07E2BC77B73 for ; Thu, 27 Apr 2023 15:07:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243701AbjD0PF4 (ORCPT ); Thu, 27 Apr 2023 11:05:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243444AbjD0PF4 (ORCPT ); Thu, 27 Apr 2023 11:05:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FF131992; Thu, 27 Apr 2023 08:05:55 -0700 (PDT) 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 E047661828; Thu, 27 Apr 2023 15:05:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59025C433EF; Thu, 27 Apr 2023 15:05:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682607954; bh=hqsAt21ys4sFAbKQce2SZIGXxdHnYKWpl3zHqzIPiwM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fK3Tsgo9SZgaIUAho2tDahO0cZuMHWDOi5REBWbmA0tqWEa3b/7PT+2J1EP6sas4F YotGtefjiNQzODDLo42niIYHT9QDWoBpFTduWtOJwbCbfjIIWdTEGIEM3UXjsaF9ew 7uogcfd3UXUtsyXuqv2p6oZkKCW1xNFc5yXLCVTloyXkQ81t0trm6ARKaFIRGYsPoL v+zJ8Y7pv6unfJxFT+EhSRqcfPNi2Lxo/gOiiUGKe2tjTJ4HRIkdNaqJ1l4BT4S2H5 G5+aWsASrG1Va+EMLMSwFokCjLRCDlvHEh4sMJpnCamKGcrgVuicXKWkgnsLfXokuZ 4cyq14DdfRtjw== Date: Thu, 27 Apr 2023 16:05:49 +0100 From: Lee Jones To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: Xu Yilun , Wu Hao , Tom Rix , Moritz Fischer , linux-fpga@vger.kernel.org, Jean Delvare , Guenter Roeck , Russ Weight , linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH v3 2/4] mfd: intel-m10-bmc: Create m10bmc_sys_update_bits() Message-ID: <20230427150549.GT50521@google.com> References: <20230417092653.16487-1-ilpo.jarvinen@linux.intel.com> <20230417092653.16487-3-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: <20230417092653.16487-3-ilpo.jarvinen@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Mon, 17 Apr 2023, Ilpo Järvinen wrote: > Wrap regmap_update_bits() with m10bmc_sys_update_bits() in order to be > able to add additional checks into it. > > Co-developed-by: Russ Weight > Signed-off-by: Russ Weight > Signed-off-by: Ilpo Järvinen > --- > drivers/fpga/intel-m10-bmc-sec-update.c | 30 ++++++++++++------------- > drivers/mfd/intel-m10-bmc-core.c | 9 ++++++++ > include/linux/mfd/intel-m10-bmc.h | 4 ++++ > 3 files changed, 27 insertions(+), 16 deletions(-) Applied, thanks -- Lee Jones [李琼斯]