[PATCH 0/4] imx: support i.MX7ULP HSRUN mode

From: peng . fan
Date: Thu Sep 10 2020 - 23:37:39 EST


From: Peng Fan <peng.fan@xxxxxxx>

This patchset is to add HSRUN mode support.
Patch 1,2 is to add binding doc and dts node
Patch 3 is to support HSRUN mode
Patch 4 is to use wait mode when HSRUN working per hardware state machine requirement.

Peng Fan (4):
dt-bindings: fsl: add i.MX7ULP PMC binding doc
ARM: dts: imx7ulp: add pmc node
ARM: imx: imx7ulp: support HSRUN mode
ARM: imx: cpuidle-imx7ulp: Stop mode disallowed when HSRUN

.../bindings/arm/freescale/imx7ulp-pmc.yaml | 33 +++++++++++++++++++
arch/arm/boot/dts/imx7ulp.dtsi | 10 ++++++
arch/arm/mach-imx/common.h | 1 +
arch/arm/mach-imx/cpuidle-imx7ulp.c | 14 ++++++--
arch/arm/mach-imx/pm-imx7ulp.c | 25 ++++++++++++++
5 files changed, 80 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/freescale/imx7ulp-pmc.yaml

--
2.28.0