Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756307AbeAIMtH (ORCPT + 1 other); Tue, 9 Jan 2018 07:49:07 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33601 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754606AbeAIMtF (ORCPT ); Tue, 9 Jan 2018 07:49:05 -0500 X-Google-Smtp-Source: ACJfBotXcvgkwJ2nJzAGsLey3rUbCHlKPLeHyLsCcWUaOWbb1U3oYFlpGZ349asndLgFsYQh6o3WEORM0v4bv7o+x1I= MIME-Version: 1.0 In-Reply-To: <1515449572-5398-1-git-send-email-jollys@xilinx.com> References: <1515449572-5398-1-git-send-email-jollys@xilinx.com> From: Philippe Ombredanne Date: Tue, 9 Jan 2018 13:48:24 +0100 Message-ID: Subject: Re: [RFC PATCH] drivers: soc: xilinx: Add ZynqMP power domain driver To: Jolly Shah Cc: Matthias Brugger , Andy Gross , Shawn Guo , geert+renesas@glider.be, Bjorn Andersson , Sean Wang , Marek Szyprowski , Michal Simek , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , LKML , Jolly Shah , Rajan Vaja Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Jolly, On Mon, Jan 8, 2018 at 11:12 PM, Jolly Shah wrote: > The zynqmp-genpd driver communicates the usage requirements > for logical power domains / devices to the platform FW. > FW is responsible for choosing appropriate power states, > taking Linux' usage information into account. > > Signed-off-by: Jolly Shah > Signed-off-by: Rajan Vaja > --- > --- /dev/null > +++ b/drivers/soc/xilinx/zynqmp/pm_domains.c > @@ -0,0 +1,343 @@ > +/* > + * ZynqMP Generic PM domain support > + * > + * Copyright (C) 2014-2017 Xilinx, Inc. > + * > + * Davorin Mista > + * Jolly Shah > + * Rajan Vaja > + * > + * SPDX-License-Identifier: GPL-2.0+ > + */ This tag should be on the fist line as this: // SPDX-License-Identifier: GPL-2.0+ -- Cordially Philippe Ombredanne