From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aisheng Dong Subject: [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation Date: Wed, 20 Feb 2019 14:38:23 +0000 Message-ID: <1550673013-21462-1-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org 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" List-Id: linux-pm@vger.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