Message ID | 1586760548-23046-1-git-send-email-peng.fan@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | ARM: imx7ulp: support HSRUN mode | expand |
On Mon, Apr 13, 2020 at 02:49:04PM +0800, peng.fan@nxp.com wrote: > From: Peng Fan <peng.fan@nxp.com> > > V2: > Fix dt_bindings check Confusing. The series posted on Mar. 16 was already numbered v3. Now, it goes back to v2. You should at least have a note to explain how they are related. Shawn > > This is a splited part from V2: > ARM: imx7ulp: add cpufreq using cpufreq-dt > https://patchwork.kernel.org/cover/11390589/ > Nothing changed > > > The original V2 patchset is to support i.MX7ULP cpufreq, > still waiting the virtual clk being accepted. so to decouple, > this patchset only takes the run mode part. > > 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 | 32 ++++++++++++++++++++++ > 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, 79 insertions(+), 3 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/freescale/imx7ulp_pmc.yaml > > -- > 2.16.4 >
> Subject: Re: [PATCH V2 0/4] ARM: imx7ulp: support HSRUN mode > > On Mon, Apr 13, 2020 at 02:49:04PM +0800, peng.fan@nxp.com wrote: > > From: Peng Fan <peng.fan@nxp.com> > > > > V2: > > Fix dt_bindings check > > Confusing. The series posted on Mar. 16 was already numbered v3. Now, > it goes back to v2. You should at least have a note to explain how they are > related. Sorry, this should be v4. I format patch with wrong subject prefix. Will post this patchset again with v4. Thanks, Peng. > > Shawn > > > > > This is a splited part from V2: > > ARM: imx7ulp: add cpufreq using cpufreq-dt > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc > > > hwork.kernel.org%2Fcover%2F11390589%2F&data=02%7C01%7Cpeng.f > an%40n > > > xp.com%7C5d5665f577bc4175d56108d7e079f573%7C686ea1d3bc2b4c6fa92 > cd99c5c > > > 301635%7C0%7C1%7C637224686727427611&sdata=LP0xeyGrCzZcR7U > ruDnPqAFT > > qzFgdj68hs41%2F5eiWrc%3D&reserved=0 > > Nothing changed > > > > > > The original V2 patchset is to support i.MX7ULP cpufreq, still waiting > > the virtual clk being accepted. so to decouple, this patchset only > > takes the run mode part. > > > > 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 | 32 > ++++++++++++++++++++++ > > 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, 79 insertions(+), 3 deletions(-) create mode 100644 > > Documentation/devicetree/bindings/arm/freescale/imx7ulp_pmc.yaml > > > > -- > > 2.16.4 > >
From: Peng Fan <peng.fan@nxp.com> V2: Fix dt_bindings check This is a splited part from V2: ARM: imx7ulp: add cpufreq using cpufreq-dt https://patchwork.kernel.org/cover/11390589/ Nothing changed The original V2 patchset is to support i.MX7ULP cpufreq, still waiting the virtual clk being accepted. so to decouple, this patchset only takes the run mode part. 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 | 32 ++++++++++++++++++++++ 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, 79 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/freescale/imx7ulp_pmc.yaml