From patchwork Fri May 6 22:54:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russ Weight X-Patchwork-Id: 12841726 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 9B4DAC433EF for ; Fri, 6 May 2022 22:56:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444867AbiEFW63 (ORCPT ); Fri, 6 May 2022 18:58:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444873AbiEFW6V (ORCPT ); Fri, 6 May 2022 18:58:21 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8915F703E9; Fri, 6 May 2022 15:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651877672; x=1683413672; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=+HO9lXs26TUFhW9zGLCZoI0Gw9iGfwBtljI5dCRfwTM=; b=eVhnyD1pnEIuTu/UcIV6qLoGZR3LzCq3Vx6NT2AT/neuH7solehYBoYn b5udVIbEC695CnkUXRB1nGep057F1rKW99Z3iNhdjnpov+xCndRcdMBUI TIPYT0jSuBXNv3yEz/VS+0+WERT9HAaPCAZzWHajde2akhwDaMhCvdQnG UuFDmZO0ACVe3dmAJK19BJOMqWrEI0GuCxLppmgbDN0OcTJM6Sax5BgB7 K1283xL43bycEkXhGg1u7ut4Sj/xRKZHlgmG7If129E4tl/X4ZLU42HoL N1tJ4l/+WEKdi3YVy5x5TfPZOqKBa1zuDMPG5oLbcAf82FPGNHlSYsSZf g==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="268736159" X-IronPort-AV: E=Sophos;i="5.91,205,1647327600"; d="scan'208";a="268736159" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 15:54:20 -0700 X-IronPort-AV: E=Sophos;i="5.91,205,1647327600"; d="scan'208";a="812594475" Received: from rhweight-mobl.amr.corp.intel.com (HELO rhweight-mobl.ra.intel.com) ([10.212.152.127]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 15:54:19 -0700 From: Russ Weight To: mdf@kernel.org, hao.wu@intel.com, yilun.xu@intel.com, lee.jones@linaro.org, linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org Cc: trix@redhat.com, marpagan@redhat.com, lgoncalv@redhat.com, matthew.gerlach@linux.intel.com, basheer.ahmed.muddebihal@intel.com, tianfei.zhang@intel.com, Russ Weight Subject: [PATCH v18 1/5] mfd: intel-m10-bmc: Rename n3000bmc-secure driver Date: Fri, 6 May 2022 15:54:11 -0700 Message-Id: <20220506225415.78763-2-russell.h.weight@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220506225415.78763-1-russell.h.weight@intel.com> References: <20220506225415.78763-1-russell.h.weight@intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org The n3000bmc-secure driver has changed to n3000bmc-sec-update. Update the name in the list of the intel-m10-bmc sub-drivers. Signed-off-by: Russ Weight --- v18: - No change v17: - This is a new patch to change in the name of the secure update driver. --- drivers/mfd/intel-m10-bmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/intel-m10-bmc.c b/drivers/mfd/intel-m10-bmc.c index 8db3bcf5fccc..f4d0d72573c8 100644 --- a/drivers/mfd/intel-m10-bmc.c +++ b/drivers/mfd/intel-m10-bmc.c @@ -26,7 +26,7 @@ static struct mfd_cell m10bmc_d5005_subdevs[] = { static struct mfd_cell m10bmc_pacn3000_subdevs[] = { { .name = "n3000bmc-hwmon" }, { .name = "n3000bmc-retimer" }, - { .name = "n3000bmc-secure" }, + { .name = "n3000bmc-sec-update" }, }; static struct mfd_cell m10bmc_n5010_subdevs[] = {