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

2019-10-22 Thread Rafael J. Wysocki
On Tue, Oct 22, 2019 at 9:52 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 3/3] soc: fsl: add RCPM driver

2019-10-22 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.

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

2019-05-16 Thread Ran Wang
The NXP's QorIQ Processors based on ARM Core have RCPM module (Run Control and Power Management), which performs all device-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.

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

2018-09-10 Thread Ran Wang
Hi Scott, On 2018/9/8 18:16, Scott Wood wrote: > > On Fri, 2018-08-31 at 11:52 +0800, Ran Wang wrote: > > The NXP's QorIQ Processors based on ARM Core have RCPM module (Run > > Control and Power Management), which performs all device-level tasks > > associated with power management such as

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

2018-09-09 Thread Ran Wang
ay, September 05, 2018 11:22 > > > To: dongsheng.w...@hxt-semitech.com > > > Cc: Ran Wang ; Rob Herring > ; > > > Mark Rutland ; open list:OPEN FIRMWARE AND > > > FLATTENED DEVICE TREE BINDINGS ; > > > linuxppc- dev ; lkml > > > ; moder

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

2018-09-07 Thread Scott Wood
On Fri, 2018-08-31 at 11:52 +0800, Ran Wang wrote: > The NXP's QorIQ Processors based on ARM Core have RCPM module (Run > Control and Power Management), which performs all device-level > tasks associated with power management such as wakeup source control. > > This driver depends on FSL platform

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

2018-09-07 Thread Ran Wang
DEVICE TREE BINDINGS ; linuxppc- > dev ; lkml ; > moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE ker...@lists.infradead.org> > Subject: Re: [PATCH 3/3] soc: fsl: add RCPM driver > > On Tue, Sep 4, 2018 at 9:58 PM Wang, Dongsheng semitech.com> wrote: > > >

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

2018-09-07 Thread Ran Wang
Hi Dongsheng, On 2018/9/5 10:58, Dongsheng Wang wrote: > > Please change your comments style. > > On 2018/8/31 11:56, Ran Wang wrote: > > The NXP's QorIQ Processors based on ARM Core have RCPM module (Run > > Control and Power Management), which performs all device-level tasks > > associated

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

2018-09-04 Thread Li Yang
On Tue, Sep 4, 2018 at 9:58 PM Wang, Dongsheng wrote: > > Please change your comments style. Although this doesn't get into the Linux kernel coding style documentation yet, Linus seems changed his mind to prefer // than /* */ comment style now. https://lkml.org/lkml/2017/11/25/133 So the //

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

2018-09-04 Thread Wang, Dongsheng
Please change your comments style. On 2018/8/31 11:56, Ran Wang wrote: > The NXP's QorIQ Processors based on ARM Core have RCPM module (Run > Control and Power Management), which performs all device-level > tasks associated with power management such as wakeup source control. > > This driver

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

2018-08-30 Thread Ran Wang
The NXP's QorIQ Processors based on ARM Core have RCPM module (Run Control and Power Management), which performs all device-level tasks associated with power management such as wakeup source control. This driver depends on FSL platform PM driver framework which help to isolate user and PM service