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 32C13C7EE29 for ; Fri, 2 Jun 2023 08:15:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234215AbjFBIPR (ORCPT ); Fri, 2 Jun 2023 04:15:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233685AbjFBIPP (ORCPT ); Fri, 2 Jun 2023 04:15:15 -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 AA03B99 for ; Fri, 2 Jun 2023 01:15:14 -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 4177461755 for ; Fri, 2 Jun 2023 08:15:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A820FC4339C; Fri, 2 Jun 2023 08:15:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685693713; bh=3DrAPakm7QPcNozEpbQPRCwge0hxHh7K2DVUgbcJvmY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ngJfci9HSxC7F2gxMRmt3TJliFJKAvAUCarRClDbQQS+ycXDsEu4YOAZj46y+XW5t H/VtGUCdTC56HU7o0nh2puBjaWv2sDr7DpLmZ3Y+nscXyZFn2Q6cjqJE+5iXamMkts 7kncdogxCmdRVmGIUeqrxT5BE5RU+Vpl3YQYXNnXNbJlscxKJ09CzdIydpGaMHCAU7 KOk4ZftPA+ur/aFygCm7W1YTfRp1UMDnmWNIt85gr0j349Rdcv+ZSMyAjqLF/3Nrfm Rvekt9IyGE283Y7PXhsf133Pg/bEWYgiaNfsKQYXiekKqv9b8ZkJ20YGyTKaFFTZiW qU0zb3aeZcRZQ== Date: Fri, 2 Jun 2023 09:15:09 +0100 From: Lee Jones To: Naresh Solanki Cc: Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] regulator: max5970: Rename driver and remove wildcard Message-ID: <20230602081509.GO449117@google.com> References: <20230427113046.3971425-1-Naresh.Solanki@9elements.com> <20230427113046.3971425-2-Naresh.Solanki@9elements.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230427113046.3971425-2-Naresh.Solanki@9elements.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 Apr 2023, Naresh Solanki wrote: > The previous version of this driver included wildcards in file names and > descriptions. This patch renames the driver to only support MAX5970 and > MAX5978, which are the only chips that the driver actually supports. > > Signed-off-by: Naresh Solanki > --- > drivers/regulator/Kconfig | 6 +- > drivers/regulator/Makefile | 2 +- > ...ax597x-regulator.c => max5970-regulator.c} | 126 +++++++++--------- > 3 files changed, 67 insertions(+), 67 deletions(-) > rename drivers/regulator/{max597x-regulator.c => max5970-regulator.c} (76%) This does not apply cleanly. Rather than mess you around, I'll apply the MFD driver and provide a PR for Mark. Perhaps this will apply to the regulator tree. Testing now - please stand-by. -- Lee Jones [李琼斯]