Add ZynqMP PM driver. PM driver provides power management support for ZynqMP. This patchset has dependency on below drivers: Firmware Driver: https://patchwork.kernel.org/patch/10230773/ IPI Mailbox Driver: https://patchwork.kernel.org/patch/10145799/ Jolly Shah (2): dt-bindings: soc: Add ZynqMP PM bindings drivers: soc: xilinx: Add ZynqMP PM driver .../bindings/soc/xilinx/xlnx,zynqmp-power.txt | 28 +++ drivers/soc/Makefile | 1 + drivers/soc/xilinx/Kconfig | 2 + drivers/soc/xilinx/Makefile | 2 + drivers/soc/xilinx/zynqmp/Kconfig | 20 ++ drivers/soc/xilinx/zynqmp/Makefile | 4 + drivers/soc/xilinx/zynqmp/power.c | 249 +++++++++++++++++++++ include/linux/soc/xilinx/zynqmp/power.h | 18 ++ 8 files changed, 324 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/xilinx/xlnx,zynqmp-power.txt create mode 100644 drivers/soc/xilinx/zynqmp/Kconfig create mode 100644 drivers/soc/xilinx/zynqmp/Makefile create mode 100644 drivers/soc/xilinx/zynqmp/power.c create mode 100644 include/linux/soc/xilinx/zynqmp/power.h -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html