From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5AB8C17B437; Tue, 11 Jun 2024 12:22:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718108542; cv=none; b=uyZnSFF3cx2C/yl0jizpkUSmlZRLWaBh7yRTPV5alfIaslc3/V2VUn9vW3K9zlPtuCGCLmiatZWuOQ+IYr7RHoclrmXamERa3jcW4tFOsxbK2O6AY3/3SUbM4jfi6ZL7HVSEu2W4LFGR7vN4Bg53UcD6gSECmHXOj45anSDP0VI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718108542; c=relaxed/simple; bh=xNKFRd8JMvvsnTc6kECOfW1SxZSS9jNzHNft0SA3yWw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ppjJThc4KdU18vqBFDG1oHTYMwfLNJc2MCqCncXmzUNZrGzQ+ZqK02YyY1e64wwtBUfer2JlHXU28q8b5GpmIILCRkpgDhLVYm6y0PAu1IKeLmWqcxeOIi17f+i0SjX2zwFaKRgDh/JsGnV/JrJNH737g0ewRbg+92nX7ctG2g0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1sH0Vq-0002Bf-00; Tue, 11 Jun 2024 14:22:06 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id AAFEFC0688; Tue, 11 Jun 2024 13:16:04 +0200 (CEST) Date: Tue, 11 Jun 2024 13:16:04 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: Huacai Chen , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] MIPS: Loongson64: Implement PM suspend for LEFI firmware Message-ID: References: <20240507-loongson64-suspend-v1-0-534d92a4e09a@flygoat.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: <20240507-loongson64-suspend-v1-0-534d92a4e09a@flygoat.com> On Tue, May 07, 2024 at 04:21:58PM +0100, Jiaxun Yang wrote: > Hi all, > > This series implemented PM suspend for LEFI firmware. > We missed this for long in upstream kernel... > > Please review > Thanks > > Signed-off-by: Jiaxun Yang > --- > Jiaxun Yang (3): > MIPS: asm/pm.h: Use platform agnostic macros > MIPS: select CPU_PM with SUSPEND > MIPS: Loongson64: Implement PM suspend for LEFI firmware > > arch/mips/Kconfig | 2 +- > arch/mips/include/asm/pm.h | 22 +++++------ > arch/mips/loongson64/Makefile | 2 +- > arch/mips/loongson64/pm.c | 88 +++++++++--------------------------------- > arch/mips/loongson64/sleeper.S | 17 ++++++++ > 5 files changed, 48 insertions(+), 83 deletions(-) series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]