[RFC PATCH] drivers: soc: xilinx: Add ZynqMP power domain driver
Jolly Shah
JOLLYS at xilinx.com
Wed Jan 10 11:58:25 PST 2018
Thanks Philippe for review,
> -----Original Message-----
> From: Philippe Ombredanne [mailto:pombredanne at nexb.com]
> Sent: Tuesday, January 09, 2018 4:48 AM
> To: Jolly Shah <JOLLYS at xilinx.com>
> Cc: Matthias Brugger <matthias.bgg at gmail.com>; Andy Gross
> <andy.gross at linaro.org>; Shawn Guo <shawnguo at kernel.org>;
> geert+renesas at glider.be; Bjorn Andersson <bjorn.andersson at linaro.org>; Sean
> Wang <sean.wang at mediatek.com>; Marek Szyprowski
> <m.szyprowski at samsung.com>; Michal Simek <michal.simek at xilinx.com>;
> moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE <linux-arm-
> kernel at lists.infradead.org>; LKML <linux-kernel at vger.kernel.org>; Jolly Shah
> <JOLLYS at xilinx.com>; Rajan Vaja <RAJANV at xilinx.com>
> Subject: Re: [RFC PATCH] drivers: soc: xilinx: Add ZynqMP power domain driver
>
> Jolly,
>
> On Mon, Jan 8, 2018 at 11:12 PM, Jolly Shah <jolly.shah at xilinx.com> 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 <jollys at xilinx.com>
> > Signed-off-by: Rajan Vaja <rajanv at xilinx.com>
> > ---
>
> <snip>
>
> > --- /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 <davorin.mista at aggios.com>
> > + * Jolly Shah <jollys at xilinx.com>
> > + * Rajan Vaja <rajanv at xilinx.com>
> > + *
> > + * 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
Will fix it in next version
More information about the linux-arm-kernel
mailing list