From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754804AbbIXLkg (ORCPT ); Thu, 24 Sep 2015 07:40:36 -0400 Received: from mail.kernel.org ([198.145.29.136]:53992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754039AbbIXLkd (ORCPT ); Thu, 24 Sep 2015 07:40:33 -0400 Date: Thu, 24 Sep 2015 04:40:27 -0700 From: Shawn Guo To: Wang Dongsheng Cc: "mark.rutland@arm.com" , Huan Wang , Jin Jason , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "Zhao C.H." Subject: Re: [PATCH v2] arm/ls1021a: Add Sleep feature for ls1021 Message-ID: <20150924114026.GL3529@tiger> References: <1442308030-21231-1-git-send-email-dongsheng.wang@freescale.com> <20150923151333.GJ3529@tiger> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 24, 2015 at 09:28:31AM +0000, Wang Dongsheng wrote: > > > Add system STANDBY implement for ls1021 platform. > > > > > > Signed-off-by: Chenhui Zhao > > > Signed-off-by: Wang Dongsheng > > > --- > > > *v2*: > > > - Remove PSCI code. Just implement STANDBY in platform code. > > > > Why stepping back? We are encouraged to move to PSCI, aren't we? > > > > As Lorenzo said, PSCI v1.0 support will be in kernel v4.4. So I remove > psci for this patch. v4.4 is not far away, and we should probably wait instead of pushing the code that needs to be revised quite soon. Shawn