mbox series

[V4,0/2] soc: imx: add scu power domain driver

Message ID 1538917807-1921-1-git-send-email-aisheng.dong@nxp.com (mailing list archive)
Headers show
Series soc: imx: add scu power domain driver | expand

Message

Aisheng Dong Oct. 7, 2018, 1:10 p.m. UTC
This patch set adds the scu based power domain driver.
It depends on SCU driver.

Change Log:
v3->v4:
 * only scu headfile path update

v2->v3:
 * structure and enums name update
 * api usage update

Dong Aisheng (2):
  firmware: imx: add pm svc headfile
  firmware: imx: add SCU power domain driver

 drivers/firmware/imx/Kconfig        |   6 ++
 drivers/firmware/imx/Makefile       |   3 +-
 drivers/firmware/imx/scu-pd.c       | 167 ++++++++++++++++++++++++++++++++++++
 include/linux/firmware/imx/sci.h    |   1 +
 include/linux/firmware/imx/svc/pm.h |  85 ++++++++++++++++++
 5 files changed, 261 insertions(+), 1 deletion(-)
 create mode 100644 drivers/firmware/imx/scu-pd.c
 create mode 100644 include/linux/firmware/imx/svc/pm.h

Comments

Aisheng Dong Oct. 8, 2018, 10:45 a.m. UTC | #1
Hi Shawn,

Would you take this as well?

Regards
Dong Aisheng

> -----Original Message-----
> From: A.s. Dong
> Sent: Sunday, October 7, 2018 9:10 PM
> To: linux-arm-kernel@lists.infradead.org
> Cc: dongas86@gmail.com; kernel@pengutronix.de; shawnguo@kernel.org;
> Fabio Estevam <fabio.estevam@nxp.com>; dl-linux-imx <linux-imx@nxp.com>;
> rjw@rjwysocki.net; ulf.hansson@linaro.org; khilman@kernel.org;
> linux-pm@vger.kernel.org; A.s. Dong <aisheng.dong@nxp.com>
> Subject: [PATCH V4 0/2] soc: imx: add scu power domain driver
> 
> This patch set adds the scu based power domain driver.
> It depends on SCU driver.
> 
> Change Log:
> v3->v4:
>  * only scu headfile path update
> 
> v2->v3:
>  * structure and enums name update
>  * api usage update
> 
> Dong Aisheng (2):
>   firmware: imx: add pm svc headfile
>   firmware: imx: add SCU power domain driver
> 
>  drivers/firmware/imx/Kconfig        |   6 ++
>  drivers/firmware/imx/Makefile       |   3 +-
>  drivers/firmware/imx/scu-pd.c       | 167
> ++++++++++++++++++++++++++++++++++++
>  include/linux/firmware/imx/sci.h    |   1 +
>  include/linux/firmware/imx/svc/pm.h |  85 ++++++++++++++++++
>  5 files changed, 261 insertions(+), 1 deletion(-)  create mode 100644
> drivers/firmware/imx/scu-pd.c  create mode 100644
> include/linux/firmware/imx/svc/pm.h
> 
> --
> 2.7.4
Shawn Guo Oct. 9, 2018, 12:43 a.m. UTC | #2
On Mon, Oct 08, 2018 at 10:45:33AM +0000, A.s. Dong wrote:
> Hi Shawn,
> 
> Would you take this as well?

Yes, but it would be something for next cycle.

Shawn