RE: [PATCH v9 3/3] soc: fsl: add RCPM driver

2019-10-23 Thread Ran Wang
Hi Leo, On Thursday, October 24, 2019 06:48, Li Yang wrote: > > On Wed, Oct 23, 2019 at 3:24 AM Ran Wang wrote: > > > > The NXP's QorIQ Processors based on ARM Core have RCPM module > > Actually not just ARM based QorIQ processors are having RCPM, PowerPC based > QorIQ SoCs also have RCPM.

Re: [PATCH v9 3/3] soc: fsl: add RCPM driver

2019-10-23 Thread Li Yang
On Wed, Oct 23, 2019 at 3:24 AM Ran Wang wrote: > > The NXP's QorIQ Processors based on ARM Core have RCPM module Actually not just ARM based QorIQ processors are having RCPM, PowerPC based QorIQ SoCs also have RCPM. Does this driver also work with the PowerPC SoCs? Please clarify in the

RE: [PATCH v9 3/3] soc: fsl: add RCPM driver

2019-10-23 Thread Ran Wang
Hi Rafael, On Wednesday, October 23, 2019 17:12, Rafael J. Wysocki wrote: > > On Wed, Oct 23, 2019 at 10:24 AM Ran Wang wrote: > > > > The NXP's QorIQ Processors based on ARM Core have RCPM module (Run > > Control and Power Management), which performs system level tasks > > associated with

Re: [PATCH v9 3/3] soc: fsl: add RCPM driver

2019-10-23 Thread Rafael J. Wysocki
On Wed, Oct 23, 2019 at 10:24 AM Ran Wang wrote: > > The NXP's QorIQ Processors based on ARM Core have RCPM module > (Run Control and Power Management), which performs system level > tasks associated with power management such as wakeup source control. > > This driver depends on PM wakeup source

[PATCH v9 3/3] soc: fsl: add RCPM driver

2019-10-23 Thread Ran Wang
The NXP's QorIQ Processors based on ARM Core have RCPM module (Run Control and Power Management), which performs system level tasks associated with power management such as wakeup source control. This driver depends on PM wakeup source framework which help to collect wake information.