All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Aisheng Dong <aisheng.dong@nxp.com>
Cc: "ulf.hansson@linaro.org" <ulf.hansson@linaro.org>,
	"dongas86@gmail.com" <dongas86@gmail.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"khilman@kernel.org" <khilman@kernel.org>,
	"rjw@rjwysocki.net" <rjw@rjwysocki.net>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation
Date: Tue, 19 Mar 2019 21:58:20 +0800	[thread overview]
Message-ID: <20190319135818.GA23379@dragon> (raw)
In-Reply-To: <1550673013-21462-1-git-send-email-aisheng.dong@nxp.com>

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.

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Aisheng Dong <aisheng.dong@nxp.com>
Cc: "ulf.hansson@linaro.org" <ulf.hansson@linaro.org>,
	"dongas86@gmail.com" <dongas86@gmail.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"khilman@kernel.org" <khilman@kernel.org>,
	"rjw@rjwysocki.net" <rjw@rjwysocki.net>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation
Date: Tue, 19 Mar 2019 21:58:20 +0800	[thread overview]
Message-ID: <20190319135818.GA23379@dragon> (raw)
In-Reply-To: <1550673013-21462-1-git-send-email-aisheng.dong@nxp.com>

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.

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

  parent reply	other threads:[~2019-03-19 13:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-20 14:38 [PATCH 0/3] firmware: imx: scu-pd: generalize the implementation Aisheng Dong
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
2019-02-20 14:38   ` 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   ` Aisheng Dong
2019-02-20 14:38 ` [PATCH 3/3] firmware: imx: scu-pd: decouple the SS information from domain names Aisheng Dong
2019-02-20 14:38   ` Aisheng Dong
2019-03-19  9:04   ` Shawn Guo
2019-03-19  9:04     ` Shawn Guo
2019-03-19 12:28     ` Aisheng Dong
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-06 13:43   ` Aisheng Dong
2019-03-19 13:58 ` Shawn Guo [this message]
2019-03-19 13:58   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190319135818.GA23379@dragon \
    --to=shawnguo@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=dongas86@gmail.com \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.