Message ID | 1550673013-21462-1-git-send-email-aisheng.dong@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | firmware: imx: scu-pd: generalize the implementation | expand |
Gently Ping. > -----Original Message----- > From: Aisheng Dong > Sent: Wednesday, February 20, 2019 10:38 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; Aisheng Dong <aisheng.dong@nxp.com> > Subject: [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation > > 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
On Wed, Feb 20, 2019 at 02:38:23PM +0000, Aisheng Dong wrote: > 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 Applied all, thanks.