On Thu, Jan 26, 2017 at 02:05:04PM -0800, Andrey Smirnov wrote: > Add code allowing for control of various power domains managed by GPCv2 > IP block found in i.MX7 series of SoCs. Power domains covered by this > patch are: > > - PCIE PHY > - MIPI PHY > - USB HSIC PHY > - USB OTG1/2 PHY > > Support for any other power domain controlled by GPC is not present, and > can be added at some later point. > > Testing of this code was done against a PCIe driver. > > Cc: [email protected] > Cc: Shawn Guo <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Jason Cooper <[email protected]> > Cc: Marc Zyngier <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: [email protected] > Signed-off-by: Andrey Smirnov <[email protected]> > --- > .../devicetree/bindings/power/fsl,imx-gpcv2.txt | 63 +++++
Acked-by: Rob Herring <[email protected]> > drivers/irqchip/irq-imx-gpcv2.c | 263 > ++++++++++++++++++++- > include/dt-bindings/power/imx7-power.h | 18 ++ > 3 files changed, 343 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/power/fsl,imx-gpcv2.txt > create mode 100644 include/dt-bindings/power/imx7-power.h

