linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Caesar Wang <caesar.upstream@gmail.com>
To: jassisinghbrar@gmail.com
Cc: Caesar Wang <wxt@rock-chips.com>,
	heiko@sntech.de, devicetree@vger.kernel.org, robh+dt@kernel.org,
	galak@codeaurora.org, linux-kernel@vger.kernel.org,
	ijc+devicetree@hellion.org.uk,
	linux-rockchip@lists.infradead.org, pawel.moll@arm.com,
	will.deacon@arm.com, mark.rutland@arm.com, olof@lixom.net,
	catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org,
	frank.wang@rock-chips.com
Subject: Re: [PATCH 0/3] mailbox: rockchip: Add mailbox driver for Rockchip platform
Date: Mon, 28 Sep 2015 10:09:49 +0800	[thread overview]
Message-ID: <5608A16D.4090109@gmail.com> (raw)
In-Reply-To: <1442228798-15191-1-git-send-email-wxt@rock-chips.com>

Hello Jassi,

Friendly Ping!

Could you review this series patchs if you have free time?


在 2015年09月14日 19:06, Caesar Wang 写道:
> Mailbox is used by the Rockchip CPU cores to communicate
> requests to MCU processorm.
>
> This driver is found on RK3368 SoCs.
>
> The Mailbox module is a simple APB peripheral that allows both
> the Cortex-A53 MCU system to communicate by writing operation to
> generate interrupt.
> The registers are accessible by both CPU via APB interface.
>
> Tested on RK3368 SDK board.
>
>
>
> Caesar Wang (3):
>    dt-bindings: Add document of Rockchip mailbox
>    mailbox: rockchip: Add Rockchip mailbox driver
>    ARM64: dts: rk3368: Add mailbox device nodes
>
>   .../bindings/mailbox/rockchip-mailbox.txt          |  33 +++
>   arch/arm64/boot/dts/rockchip/rk3368.dtsi           |  13 +
>   drivers/mailbox/Kconfig                            |   9 +
>   drivers/mailbox/Makefile                           |   2 +
>   drivers/mailbox/rockchip-mailbox.c                 | 317 +++++++++++++++++++++
>   5 files changed, 374 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt
>   create mode 100644 drivers/mailbox/rockchip-mailbox.c
>

-- 
Thanks,
Caesar


  parent reply	other threads:[~2015-09-28  2:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14 11:06 [PATCH 0/3] mailbox: rockchip: Add mailbox driver for Rockchip platform Caesar Wang
2015-09-14 11:06 ` [PATCH 1/3] dt-bindings: Add document of Rockchip mailbox Caesar Wang
2015-10-06 10:34   ` Jassi Brar
2015-10-22  2:07     ` Caesar Wang
2015-10-06 14:50   ` Rob Herring
2015-10-22  1:56     ` Caesar Wang
2015-09-14 11:06 ` [PATCH 2/3] mailbox: rockchip: Add Rockchip mailbox driver Caesar Wang
2015-10-06 11:35   ` Jassi Brar
2015-09-14 11:06 ` [PATCH 3/3] ARM64: dts: rk3368: Add mailbox device nodes Caesar Wang
2015-09-28  2:09 ` Caesar Wang [this message]
2015-09-29  2:52   ` [PATCH 0/3] mailbox: rockchip: Add mailbox driver for Rockchip platform Jassi Brar

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=5608A16D.4090109@gmail.com \
    --to=caesar.upstream@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frank.wang@rock-chips.com \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=olof@lixom.net \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=will.deacon@arm.com \
    --cc=wxt@rock-chips.com \
    /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 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).