linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation
@ 2019-02-20 14:38 Aisheng Dong
  2019-02-20 14:38 ` [PATCH 1/3] firmware: imx: scu-pd: use bool to set postfix Aisheng Dong
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Aisheng Dong @ 2019-02-20 14:38 UTC (permalink / raw)
  To: linux-arm-kernel@lists.infradead.org
  Cc: Aisheng Dong, ulf.hansson@linaro.org, dongas86@gmail.com,
	khilman@kernel.org, linux-pm@vger.kernel.org, rjw@rjwysocki.net,
	dl-linux-imx, kernel@pengutronix.de, Fabio Estevam,
	shawnguo@kernel.org

This patch series used to further generalize the driver implementation for
better adding new SCU based platforms. e.g. imx8qm which is mostly the same
as imx8qxp except a minor SS name and resource avaliability difference.
e.g.
QXP has ADMA SS while QM has DMA and Audio SS separately.
So we decouple the SS information from domain names.

Dong Aisheng (3):
  firmware: imx: scu-pd: use bool to set postfix
  firmware: imx: scu-pd: add specifying the base of domain name index
    support
  firmware: imx: scu-pd: decouple the SS information from domain names

 drivers/firmware/imx/scu-pd.c | 121 ++++++++++++++++++++++--------------------
 1 file changed, 64 insertions(+), 57 deletions(-)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-03-19 13:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 14:38 [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation Aisheng Dong
2019-02-20 14:38 ` [PATCH 1/3] firmware: imx: scu-pd: use bool to set postfix Aisheng Dong
2019-02-20 14:38 ` [PATCH 2/3] firmware: imx: scu-pd: add specifying the base of domain name index support Aisheng Dong
2019-02-20 14:38 ` [PATCH 3/3] firmware: imx: scu-pd: decouple the SS information from domain names Aisheng Dong
2019-03-19  9:04   ` Shawn Guo
2019-03-19 12:28     ` Aisheng Dong
2019-03-06 13:43 ` [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation Aisheng Dong
2019-03-19 13:58 ` Shawn Guo

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).