linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] soc: imx: add scu power domain driver
@ 2018-09-30  0:53 Dong Aisheng
  2018-09-30  0:53 ` [PATCH V3 1/2] firmware: imx: add pm svc headfile Dong Aisheng
  2018-09-30  0:53 ` [PATCH V3 2/2] firmware: imx: add SCU power domain driver Dong Aisheng
  0 siblings, 2 replies; 3+ messages in thread
From: Dong Aisheng @ 2018-09-30  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set adds the scu based power domain driver.
It depends on SCU driver.

Change Log:
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 | 168 ++++++++++++++++++++++++++++++++++++++++++
 include/soc/imx/scu/sci.h     |   1 +
 include/soc/imx/scu/svc/pm.h  |  85 +++++++++++++++++++++
 5 files changed, 262 insertions(+), 1 deletion(-)
 create mode 100644 drivers/firmware/imx/scu-pd.c
 create mode 100644 include/soc/imx/scu/svc/pm.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-30  0:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-30  0:53 [PATCH V3 0/2] soc: imx: add scu power domain driver Dong Aisheng
2018-09-30  0:53 ` [PATCH V3 1/2] firmware: imx: add pm svc headfile Dong Aisheng
2018-09-30  0:53 ` [PATCH V3 2/2] firmware: imx: add SCU power domain driver Dong Aisheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).