From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8002123FC59 for ; Mon, 17 Mar 2025 14:30:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742221824; cv=none; b=fSUv7Fi5MzM6HxXlgm7RQQJXPk20sJAjy3ABik85DRl/ZqvOl131XtCVes+ZK7UA2/Oy/ZQI6DkYJxAPFzbOsB6gDZhvXfxy139MC6H3f/piIB81JIl6Bn19ILBBr2/idBbv5d+tiNAc5jJnmuGlMSK5HViylTXuS8DaUopjpiU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742221824; c=relaxed/simple; bh=D7K/1UfqHYIvv44EIU1iz/IrCoIWaOyxfx5yfPNuOt4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IJ5+3nH7pDc80UyUs9FPWG+tzu5RaXKGxCBd6xr981pPx8cm0/Vr26IdSB88T21BdE5WZKjHV1SKt1UxQVWmMROJ4Ql3dag0q56S/mkkdp7iC9XM48KloRR6bgHapCB4ZCYJi8HRmZDALf+1bNzjxhMlfaWz05O1bDmrdO+WNEg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com; spf=none smtp.mailfrom=foss.arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=foss.arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E25E313D5; Mon, 17 Mar 2025 07:30:31 -0700 (PDT) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0B2AE3F63F; Mon, 17 Mar 2025 07:30:21 -0700 (PDT) Date: Mon, 17 Mar 2025 14:30:19 +0000 From: Sudeep Holla To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Mark Brown , Sudeep Holla , Jonathan Cameron Subject: Re: [PATCH 9/9] regulator: dummy: convert to use the faux device interface Message-ID: References: <20250317-plat2faux_dev-v1-0-5fe67c085ad5@arm.com> <20250317-plat2faux_dev-v1-9-5fe67c085ad5@arm.com> <2025031716-decaf-overhead-c56c@gregkh> <2025031742-perfectly-hydrogen-159c@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2025031742-perfectly-hydrogen-159c@gregkh> On Mon, Mar 17, 2025 at 03:26:00PM +0100, Greg Kroah-Hartman wrote: > On Mon, Mar 17, 2025 at 02:13:49PM +0000, Sudeep Holla wrote: > > On Mon, Mar 17, 2025 at 02:00:04PM +0100, Greg Kroah-Hartman wrote: > > > On Mon, Mar 17, 2025 at 10:13:21AM +0000, Sudeep Holla wrote: > > > > From: Greg Kroah-Hartman > > > > > > Why are you resending my patch back to me? > > > > > > > The dummy regulator driver does not need to create a platform device, it > > > > only did so because it was simple to do. Change it over to use the > > > > faux bus instead as this is NOT a real platform device, and it makes > > > > the code even smaller than before. > > > > > > > > Reviewed-by: Mark Brown > > > > Reviewed-by: Jonathan Cameron > > > > Signed-off-by: Greg Kroah-Hartman > > > > Message-Id: <2025021027-outclass-stress-59dd@gregkh> > > > > (sudeep.holla: Made dummy_regulator_driver static) > > > > > > So this is a new version? > > > > > > > Not really, I pulled your patch as I needed that as well to clean out > > all faux device out of platform. I just made dummy_regulator_driver > > static back again as compiler was warning. Definitely nothing new. > > I will drop it when posting v2. You can probably fix up to make > > dummy_regulator_driver static. > > My tree can't be rebased, can you just send a patch to make that change > instead? > Sure, will do that. -- Regards, Sudeep