All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: jassisinghbrar@gmail.com, robh+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	o.rempel@pengutronix.de
Cc: kernel@pengutronix.de, festevam@gmail.com, aisheng.dong@nxp.com,
	linux-imx@nxp.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 0/4] mailbox: imx: add i.MX8ULP MU support
Date: Wed, 26 May 2021 14:06:38 +0800	[thread overview]
Message-ID: <9d4e12dd-6462-5c9a-434a-0104bf943294@oss.nxp.com> (raw)
In-Reply-To: <20210507101926.25631-1-peng.fan@oss.nxp.com>

Hi Jassi, Shawn

On 2021/5/7 18:19, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX8ULP generic MU is a different IP compared with previous i.MX chips.
> It has different register layout and bit position, but the register name
> and bit definitions are almost same with previous i.MX MU.
> 
> So we extend the current imx-mailbox driver to support i.MX8ULP.

Gentle ping.. Except dt-bindings patch get A-b from Rob,no comments.
Is it ok for you to pick up this patchset?

Thanks,
Peng.

> 
> Peng Fan (4):
>    dt-bindings: mailbox: imx-mu: add i.MX8ULP MU support
>    mailbox: imx: replace the xTR/xRR array with single register
>    mailbox: imx: add xSR/xCR register array
>    mailbox: imx-mailbox: support i.MX8ULP MU
> 
>   .../devicetree/bindings/mailbox/fsl,mu.yaml   |   1 +
>   drivers/mailbox/imx-mailbox.c                 | 196 +++++++++++-------
>   2 files changed, 123 insertions(+), 74 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: jassisinghbrar@gmail.com, robh+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	o.rempel@pengutronix.de
Cc: kernel@pengutronix.de, festevam@gmail.com, aisheng.dong@nxp.com,
	linux-imx@nxp.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 0/4] mailbox: imx: add i.MX8ULP MU support
Date: Wed, 26 May 2021 14:06:38 +0800	[thread overview]
Message-ID: <9d4e12dd-6462-5c9a-434a-0104bf943294@oss.nxp.com> (raw)
In-Reply-To: <20210507101926.25631-1-peng.fan@oss.nxp.com>

Hi Jassi, Shawn

On 2021/5/7 18:19, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX8ULP generic MU is a different IP compared with previous i.MX chips.
> It has different register layout and bit position, but the register name
> and bit definitions are almost same with previous i.MX MU.
> 
> So we extend the current imx-mailbox driver to support i.MX8ULP.

Gentle ping.. Except dt-bindings patch get A-b from Rob,no comments.
Is it ok for you to pick up this patchset?

Thanks,
Peng.

> 
> Peng Fan (4):
>    dt-bindings: mailbox: imx-mu: add i.MX8ULP MU support
>    mailbox: imx: replace the xTR/xRR array with single register
>    mailbox: imx: add xSR/xCR register array
>    mailbox: imx-mailbox: support i.MX8ULP MU
> 
>   .../devicetree/bindings/mailbox/fsl,mu.yaml   |   1 +
>   drivers/mailbox/imx-mailbox.c                 | 196 +++++++++++-------
>   2 files changed, 123 insertions(+), 74 deletions(-)
> 

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

  parent reply	other threads:[~2021-05-26  6:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07 10:19 [PATCH 0/4] mailbox: imx: add i.MX8ULP MU support Peng Fan (OSS)
2021-05-07 10:19 ` Peng Fan (OSS)
2021-05-07 10:19 ` [PATCH 1/4] dt-bindings: mailbox: imx-mu: " Peng Fan (OSS)
2021-05-07 10:19   ` Peng Fan (OSS)
2021-05-10 15:49   ` Rob Herring
2021-05-10 15:49     ` Rob Herring
2021-05-07 10:19 ` [PATCH 2/4] mailbox: imx: replace the xTR/xRR array with single register Peng Fan (OSS)
2021-05-07 10:19   ` Peng Fan (OSS)
2021-05-26  6:58   ` Daniel Baluta
2021-05-26  6:58     ` Daniel Baluta
2021-05-27  0:36     ` Peng Fan (OSS)
2021-05-27  0:36       ` Peng Fan (OSS)
2021-05-07 10:19 ` [PATCH 3/4] mailbox: imx: add xSR/xCR register array Peng Fan (OSS)
2021-05-07 10:19   ` Peng Fan (OSS)
2021-05-07 16:08   ` kernel test robot
2021-05-07 16:08     ` kernel test robot
2021-05-10  1:21     ` Peng Fan (OSS)
2021-05-10  1:21       ` Peng Fan
2021-05-07 10:19 ` [PATCH 4/4] mailbox: imx-mailbox: support i.MX8ULP MU Peng Fan (OSS)
2021-05-07 10:19   ` Peng Fan (OSS)
2021-05-26  6:06 ` Peng Fan (OSS) [this message]
2021-05-26  6:06   ` [PATCH 0/4] mailbox: imx: add i.MX8ULP MU support Peng Fan (OSS)

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=9d4e12dd-6462-5c9a-434a-0104bf943294@oss.nxp.com \
    --to=peng.fan@oss.nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=peng.fan@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.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.