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 9536FC4332F for ; Tue, 13 Dec 2022 05:49:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229455AbiLMFrf (ORCPT ); Tue, 13 Dec 2022 00:47:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233813AbiLMFre (ORCPT ); Tue, 13 Dec 2022 00:47:34 -0500 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21EBC18E08; Mon, 12 Dec 2022 21:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670910454; x=1702446454; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=6EB7Bi7g6h+WwBvEMhQIZpLI/dHhIiBPPxI1Y0FWFAI=; b=f9bQZQqZqfiNF7i3pgk9iK6s1hqG2VS0J9qHo2lpE5IIurjw6gH68UvE SIrM1CtLax19dZ8A+QT/LB+t/+wTUzniQPG2imND74GfRKvbFjUbZnPFf F/iE7W8zx6vT9JPWPR+IWs+VMUiczrhkQyqnDHMgsvIJli1EGZGxah1+G 6X/tqlRFnDk99rPvESoxl0adcw2qtNJNIRHTRusHPiXTvwTXvmymB+Tpg P96pECwmMsC2jQw7JHTmjekPq3kgtA2h8xskhKJg/DZHH6wIM4DbGql6I IBiv7/fbRy4VAHrMKRn6NG5NDwfQ1qYpb9ySehZVH60YcKBLhDLO9EmSm g==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="297728259" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="297728259" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 21:47:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="641990832" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="641990832" Received: from yilunxu-optiplex-7050.sh.intel.com (HELO localhost) ([10.239.159.165]) by orsmga007.jf.intel.com with ESMTP; 12 Dec 2022 21:46:56 -0800 Date: Tue, 13 Dec 2022 13:37:05 +0800 From: Xu Yilun To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: linux-fpga@vger.kernel.org, Wu Hao , Tom Rix , Moritz Fischer , Lee Jones , Matthew Gerlach , Russ Weight , Tianfei zhang , Mark Brown , Greg KH , Marco Pagani , Jean Delvare , Guenter Roeck , linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH v4 3/8] mfd: intel-m10-bmc: Split into core and spi specific parts Message-ID: References: <20221211103913.5287-1-ilpo.jarvinen@linux.intel.com> <20221211103913.5287-4-ilpo.jarvinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221211103913.5287-4-ilpo.jarvinen@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On 2022-12-11 at 12:39:08 +0200, Ilpo Järvinen wrote: > Split the common code from intel-m10-bmc driver into intel-m10-bmc-core > and move the SPI bus parts into an interface specific file. > > intel-m10-bmc-core becomes the core MFD functions which can support > multiple bus interface like SPI bus. > > Co-developed-by: Tianfei zhang > Signed-off-by: Tianfei zhang > Reviewed-by: Russ Weight > Acked-by: Guenter Roeck # hwmon > Signed-off-by: Ilpo Järvinen Reviewed-by: Xu Yilun