From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756389AbcFTR4d (ORCPT ); Mon, 20 Jun 2016 13:56:33 -0400 Received: from mail-pf0-f174.google.com ([209.85.192.174]:35052 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754762AbcFTR4X (ORCPT ); Mon, 20 Jun 2016 13:56:23 -0400 From: Kevin Hilman To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ulf Hansson , Jon Medhurst , Mathieu Poirier , Suzuki K Poulose Subject: Re: [PATCH v2 0/3] firmware: scpi: add device power domain support Organization: BayLibre References: <1466073481-697-1-git-send-email-sudeep.holla@arm.com> Date: Mon, 20 Jun 2016 10:56:15 -0700 In-Reply-To: <1466073481-697-1-git-send-email-sudeep.holla@arm.com> (Sudeep Holla's message of "Thu, 16 Jun 2016 11:37:58 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sudeep Holla writes: > This series add support for SCPI based device device power state > management using genpd. > > Regards, > Sudeep > > v1[1]->v2: > - Fixed the endianness handling in scpi_device_get_power_state > as spotted by Tixy > - Renamed scpi_pd.c to scpi_pm_domain.c as suggested by Ulf > - Added Mark's ack on DT binding > > [1] https://marc.info/?l=linux-kernel&m=146522850003483&w=2 > > Sudeep Holla (3): > firmware: arm_scpi: add support for device power state management > Documentation: add DT bindings for ARM SCPI power domains > firmware: scpi: add device power domain support using genpd Other than the couple nits on specific patches, Reviewed-by: Kevin Hilman And just a[nother] reminder to be sure to keep things that are Juno specific well described since we know other vendors will be (and are being) "creative" in their implementations of SCPI. Kevin