From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Thu, 25 Jun 2015 18:20:57 +0100 Subject: [PATCH] keystone: psci: adds cpu_die implementation In-Reply-To: <20150625165741.GA10564@leverpostej> References: <1435240970-30869-1-git-send-email-vitalya@ti.com> <20150625144511.GA6844@leverpostej> <558C174F.80108@oracle.com> <558C25E0.3010102@ti.com> <20150625161308.GF6844@leverpostej> <558C328C.5070803@ti.com> <20150625165741.GA10564@leverpostej> Message-ID: <20150625172057.GA11952@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > > I need rework and re-test the patch. > > One more question. Shall I post the dts related commit, which add PSCI > > command together with this commit? Or it may be posted later independently? > > The DTS and Kconfig changes can be seaprate patches, but they'll need to > go through at the same time. If your bootloader patches the DTB then you don't even need a dts update. That should make things less confusing for existing users... Thanks, Mark. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751736AbbFYRV1 (ORCPT ); Thu, 25 Jun 2015 13:21:27 -0400 Received: from foss.arm.com ([217.140.101.70]:57887 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136AbbFYRVV (ORCPT ); Thu, 25 Jun 2015 13:21:21 -0400 Date: Thu, 25 Jun 2015 18:20:57 +0100 From: Mark Rutland To: Vitaly Andrianov Cc: Lorenzo Pieralisi , "linux@arm.linux.org.uk" , santosh shilimkar , "linux-kernel@vger.kernel.org" , "ssantosh@kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] keystone: psci: adds cpu_die implementation Message-ID: <20150625172057.GA11952@leverpostej> References: <1435240970-30869-1-git-send-email-vitalya@ti.com> <20150625144511.GA6844@leverpostej> <558C174F.80108@oracle.com> <558C25E0.3010102@ti.com> <20150625161308.GF6844@leverpostej> <558C328C.5070803@ti.com> <20150625165741.GA10564@leverpostej> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150625165741.GA10564@leverpostej> 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 > > I need rework and re-test the patch. > > One more question. Shall I post the dts related commit, which add PSCI > > command together with this commit? Or it may be posted later independently? > > The DTS and Kconfig changes can be seaprate patches, but they'll need to > go through at the same time. If your bootloader patches the DTB then you don't even need a dts update. That should make things less confusing for existing users... Thanks, Mark.