From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E727C6F31E for ; Tue, 11 Jun 2024 16:54:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718124856; cv=none; b=cgSfNYg1d7gj1YGHg+WwGqajHUrjPzTTXQd/goYa7NbNcP6bLAOk6grslPwJm3a9V4hgoANvEW4L084aAgyJ2rTWaEBSRrqc9Opf21vNbvqb0ScW5lY8Hre8quS9dOdyiz7eLG8+RC50Ec3eClBu+suByy53pdH3D4ChhM6s5mU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718124856; c=relaxed/simple; bh=XkyRTDW+FeGC9DHPe07AtvQGrzhnBWtybCa0+VOeiwg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OQqoetI9UYVvcoQ48xuXKPvKjQbmgkS4ubre0eBhvAOasAIF8rKrl07o3zeK4phQuwkwaJ6ZBYtdJ47zalQI3yNf2NoVY7amXpGXnJOc0z66vdkzOcDm0bw9FL6znFRTUv+ueyowKILSYbC+Wxjen0FWeli5m3C0eeM2AWEo1ZA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48A57C2BD10; Tue, 11 Jun 2024 16:54:15 +0000 (UTC) Date: Tue, 11 Jun 2024 17:54:13 +0100 From: Catalin Marinas To: Sudeep Holla Cc: linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Will Deacon , Lorenzo Pieralisi , Hanjun Guo Subject: Re: [PATCH 2/3] arm64: cpuidle: Move ACPI specific code into drivers/acpi/arm64/ Message-ID: References: <20240605131458.3341095-1-sudeep.holla@arm.com> <20240605131458.3341095-3-sudeep.holla@arm.com> Precedence: bulk X-Mailing-List: linux-acpi@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: <20240605131458.3341095-3-sudeep.holla@arm.com> On Wed, Jun 05, 2024 at 02:14:57PM +0100, Sudeep Holla wrote: > The ACPI cpuidle LPI FFH code can be moved out of arm64 arch code as > it just uses SMCCC. Move all the ACPI cpuidle LPI FFH code into > drivers/acpi/arm64/cpuidle.c > > Signed-off-by: Sudeep Holla > --- > arch/arm64/kernel/Makefile | 1 - > drivers/acpi/arm64/Makefile | 1 + > {arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c | 4 ---- > 3 files changed, 1 insertion(+), 5 deletions(-) > rename {arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c (97%) For arch/arm64 changes: Acked-by: Catalin Marinas Lorenzo, Hanjun, please let me know if you want these to go in via the arm64 tree or Raphael's one. -- Catalin