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 70D4B24169F for ; Mon, 17 Mar 2025 10:34:58 +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=1742207699; cv=none; b=p7SLqxxugmZqa1ICjHTtaHiF42lP93guzKKfazO39fKv57x1nThNDIYjX6nvvk2rKp4jIqNK2/Z7/TlfaRWLG02M78zfyjHkhP8V89n9NnU1dbn0ExIzZG2QA0fyh9sPh2vC4MYESqUJNz1sTE8BgOmKOnyaW2bufasW4DWtiC4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742207699; c=relaxed/simple; bh=mQFvEVDfpGoh5x6uGmbYUYC59z/W4+ikIREVh1XWseU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=So9JKSbFg1Bd8NSTWUwyj4BfmZXZjyGH4n2vzfNGrttmdl8v3vFrYNvLPQUEVPhvxebUJxsX/GAeEdFWZLFunhD7kHylYAArH37OLbVQsBFm5m6z5EWhYWfCzUnelofQZ6x/4Byd3m1vlH37UeDGxrZ6W8Dt+8pR1xihvyyv/Ug= 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 7DD7A13D5; Mon, 17 Mar 2025 03:35:06 -0700 (PDT) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AE39B3F63F; Mon, 17 Mar 2025 03:34:56 -0700 (PDT) Date: Mon, 17 Mar 2025 10:34:53 +0000 From: Sudeep Holla To: Mark Brown Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , 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> 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: On Mon, Mar 17, 2025 at 10:24:11AM +0000, Mark Brown wrote: > On Mon, Mar 17, 2025 at 10:13:21AM +0000, Sudeep Holla wrote: > > From: Greg Kroah-Hartman > > > > 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. > > This is already in Greg's tree isn't it, what's going on here? Sorry if it is already queued. I just checked against linux-next and posted it as part of this series as I needed it as well to remove all the "faux" devices under /sys/devices/platform. I may be missing to check some other branch Greg has queued perhaps. -- Regards, Sudeep